magao-x/MagAOX

dm controllers don't handle power off while operating

jaredmales opened this issue · 2 comments

the software thinks it is still initialized so exits when the power on happens. Need to implement something in onPowerOff.

it's probably just a call to releaseDM() here:

int dm<derivedT,realT>::onPowerOff()