You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If software fails mid-flight we want to recover (after catching exception) from the current state. We should start up software safely though. This means detecting current state of systems to avoid dangerous setup, like cutting bias without warning.
Things to consider
Power state (access and parse MAX7317 output) (housekeeping commands 0x03 0x0e and 0x03 0x0f).
Bias voltage state (for CdTe). This is tricky because there is no readable command in the DE for this. Maybe default behavior is to take data with whatever current bias is?
Local error state.
TCP connection state (reconnect if necessary).
The text was updated successfully, but these errors were encountered:
Why
If software fails mid-flight we want to recover (after
catch
ingexception
) from the current state. We should start up software safely though. This means detecting current state of systems to avoid dangerous setup, like cutting bias without warning.Things to consider
0x03 0x0e
and0x03 0x0f
).The text was updated successfully, but these errors were encountered: