Difference between revisions of "DragScript Environment Variables"
Jump to navigation
Jump to search
Line 86: | Line 86: | ||
|Reason why the last executed sequence in DragScript exit out due to an error | |Reason why the last executed sequence in DragScript exit out due to an error | ||
|- | |- | ||
− | |||
− | |||
− | |||
− | |||
− | |||
<code>NO_ERROR = 0</code> | <code>NO_ERROR = 0</code> | ||
Line 174: | Line 169: | ||
<code>FILTER_WRONG_INDEX= 41</code> | <code>FILTER_WRONG_INDEX= 41</code> | ||
+ | |$$SVOYAGER_PROFILE_NAME | ||
+ | |Copy | ||
+ | |String | ||
+ | |Voyager | ||
+ | |Actually loaded Profile Name in Voyager | ||
|} | |} | ||
The variables start with $$RTEVENT.... are dedicated to Voyager Advanced and Full version. Refer to the dedicated documentation. | The variables start with $$RTEVENT.... are dedicated to Voyager Advanced and Full version. Refer to the dedicated documentation. |
Revision as of 13:05, 17 December 2022
Evironment Variables are built int variables that user cas use in DragScript without creating. Name of Environment Variables starting with $$. To help on use them there is a window list where to copy the name in the DragScript Editor.
Environment Variables List Form
Click on the icon in the main menù of Viking to open the Environment Variables List:
- Label: name of Variable to use in DragScript
- Type: type of DragScript variable
- Group: label to identify a group / category of environment
- Description: description of the variable meaning and definitio on various values if needed
- Copy: to copy in clipboard the variable label for using in DragScript various blocks configuration
Environment Variables List
NO_ERROR = 0
UNKNOW_ERROR = 1
START_ERROR = 2
SETUP_NOT_CONNECTED = 3
CANNOT_LOAD_SEQUENCE_FILE = 4
TARGET_POINTING_DATA_ERROR = 5
TIME_START_END_CALCULATION_ERROR = 6
NO_NIGHT_CONDITION = 7
INTERNAL_ERROR = 8
GUIDE_CALIBRATION_ERROR = 9
PRECISE_POINTING_ERROR = 10
ACQUIRE_GUIDE_STAR_ERROR = 11
MERIDIAN_FLIP_WATCHDOG_RETRY_END = 12
START_GUIDING_RETRY_END_ERROR = 13
FSM_UNKNOW_STATUS = 14
TELESCOPE_NOT_CONFIGURED_CONNECTED_ERROR = 15
CAMERA_NOT_CONFIGURED_CONNECTED_ERROR = 16
ROTATOR_NOT_CONFIGURED_CONNECTED_ERROR = 17
GUIDE_NOT_CONFIGURED_CONNECTED_ERROR = 18
GUIDE_EMPASS_ERROR = 19
GUIDE_BINNING_NOT_SUPPORTED_ERROR = 20
SEQUENCE_EMPTY_ERROR = 21
SEQUENCE_NOT_PLANNED_ERROR = 22
FOLDER_CREATION_ACCESS_ERROR = 23
DOME_SLAVE_ERROR = 24
FLAT_DEVICE_ERROR = 25
TIME_WAIT_ERROR = 26
EXEC_EXTERNAL_ERROR = 27
COOLING_ERROR = 28
DONUTS_ERROR = 29
GUIDE_RESET_ERROR = 30
GOTO_ERROR = 31
ROTATOR_ERROR = 32
AUTOFOCUS_ERROR = 33
GUIDE_START_ERROR = 34
MOUNT_PARKED_ERROR = 35
MOUNT_TRACKING_STOPPED_WATCHDOG_RETRY_END = 36
CAMERA_SHOT_ERROR = 37
DITHERING_ERROR = 38
GUIDE_STOP_ERROR = 39
GOODNIGHT_ERROR = 40
FILTER_WRONG_INDEX= 41
$$EMEVENT_EXIT_LASTREASON | Copy | String | Emergency Events | Last Reason (Source and weather string) of an EXIT Emergency Event if occourred since Voyager is started (string) |
$$EMEVENT_EXIT_LASTTIME | Copy | String | Emergency Events | Last DateTime of an EXIT Emergency Event if occourred since Voyager is started (string) |
$$EMEVENT_SUSPEND_LASTREASON | Copy | String | Emergency Events | Last Reason (Source and weather string) of an SUSPEND Emergency Event if occourred since Voyager is started (string) |
$$EMEVENT_SUSPEND_LASTTIME | Copy | String | Emergency Events | Last DateTime of an SUSPEND Emergency Event if occourred since Voyager is started (string) |
$$PERSEUS_FIRMWARE | Copy | String | OPTEC Perseus | Firmware Version |
$$PERSEUS_ISHOMED | Copy | Counter | OPTEC Perseus | Report if Device is Homed (0=false, 1=true, -1=error) |
$$PERSEUS_PORT | Copy | Counter | OPTEC Perseus | Actual Selected Port (0=error, X=port index from 1 to 4) |
$$PERSEUS_PORT1NAME | Copy | String | OPTEC Perseus | Port 1 Name |
$$PERSEUS_PORT2NAME | Copy | String | OPTEC Perseus | Port 2 Name |
$$PERSEUS_PORT3NAME | Copy | String | OPTEC Perseus | Port 3 Name |
$$PERSEUS_PORT4NAME | Copy | String | OPTEC Perseus | Port 4 Name |
$$SEQUENCE_FAIL_STATUS | Copy | Counter | Sequence | Reason why the last executed sequence in DragScript exit out due to an error |
$$SVOYAGER_PROFILE_NAME | Copy | String | Voyager | Actually loaded Profile Name in Voyager |
The variables start with $$RTEVENT.... are dedicated to Voyager Advanced and Full version. Refer to the dedicated documentation.