Management of specific errors

Hi Paul,

i’ve a friend using this camera with Voyager. The first versions of firmware have this problem but they have fixed in the last. Was a problem on a temperature management (just try without cooling to check). Try to reach the QSI support.

About your request, you can manage the sequence specific error using the DragScript Environment Variables:

https://wiki.starkeeper.it/index.php/DragScript_Environment_Variables

In the IF ERROR block of Sequence use the variable check blocks DO IF COUNTER VALUE on $$SEQUENCE_FAIL_STATUS variable for the error code you need (CAMERA_SHOT_ERROR = 37):
https://wiki.starkeeper.it/index.php/DragScript_Flow_of_Control#Variable_Check

This allow you to do different thing for all the possible exit error of a Sequence.

Other example of environment variables use:

All the best
Leonardo

1 Like