Difference between revisions of "DragScript Environment Variables"
Jump to navigation
Jump to search
Line 14: | Line 14: | ||
==Environment Variables List== | ==Environment Variables List== | ||
{| class="wikitable" | {| class="wikitable" | ||
+ | |$$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 | |$$PERSEUS_FIRMWARE | ||
+ | |Copy | ||
|String | |String | ||
|OPTEC Perseus | |OPTEC Perseus | ||
Line 20: | Line 45: | ||
|- | |- | ||
|$$PERSEUS_ISHOMED | |$$PERSEUS_ISHOMED | ||
+ | |Copy | ||
|Counter | |Counter | ||
|OPTEC Perseus | |OPTEC Perseus | ||
Line 25: | Line 51: | ||
|- | |- | ||
|$$PERSEUS_PORT | |$$PERSEUS_PORT | ||
+ | |Copy | ||
|Counter | |Counter | ||
|OPTEC Perseus | |OPTEC Perseus | ||
Line 30: | Line 57: | ||
|- | |- | ||
|$$PERSEUS_PORT1NAME | |$$PERSEUS_PORT1NAME | ||
+ | |Copy | ||
|String | |String | ||
|OPTEC Perseus | |OPTEC Perseus | ||
Line 35: | Line 63: | ||
|- | |- | ||
|$$PERSEUS_PORT2NAME | |$$PERSEUS_PORT2NAME | ||
+ | |Copy | ||
|String | |String | ||
|OPTEC Perseus | |OPTEC Perseus | ||
Line 40: | Line 69: | ||
|- | |- | ||
|$$PERSEUS_PORT3NAME | |$$PERSEUS_PORT3NAME | ||
+ | |Copy | ||
|String | |String | ||
|OPTEC Perseus | |OPTEC Perseus | ||
Line 45: | Line 75: | ||
|- | |- | ||
|$$PERSEUS_PORT4NAME | |$$PERSEUS_PORT4NAME | ||
+ | |Copy | ||
|String | |String | ||
|OPTEC Perseus | |OPTEC Perseus | ||
|Port 4 Name | |Port 4 Name | ||
+ | |- | ||
+ | |$$SEQUENCE_FAIL_STATUS | ||
+ | |Copy | ||
+ | |Counter | ||
+ | |Sequence | ||
+ | |Reason why the last executed sequence in DragScript exit out due to an error (0=no error, 1=guide/calibration error) | ||
|} | |} | ||
* | * |
Revision as of 14:49, 7 June 2021
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
$$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 (0=no error, 1=guide/calibration error) |