2.7.1 General
- WAIT_FOR_1000_MILLISECONDS.nsc
Pause for 1 seconds before continuing - WAIT_FOR_1500_MILLISECONDS.nsc
Pause for 1.5 seconds before continuing - WAIT_FOR_2000_MILLISECONDS.nsc
Pause for 2 seconds before continuing - WAIT_FOR_3000_MILLISECONDS.nsc
Pause for 3 seconds before continuing - WAIT_FOR_500_MILLISECONDS.nsc
Pause for 0.5 seconds before continuing - WAIT_FOR_CUSTOM_TIME.nsc
Pause for a time before continuing
A-ScriptControl
- Pause_A-Script.nsc
Pause a running A-Script program - Resume_A-Script.nsc
Resume a paused A-Script program - Run_A-Script_Subroutine.nsc
Run an A-Script Subroutine once - Start_A-Script.nsc
Start an A-Script program loaded on the Commander - Stop_A-Script.nsc
Stop an A-Script program
ApplicationScripts
- RASTER_INC_BIDIRECTIONAL_SCAN.nsc
Performs an incremental raster scan with a scan in positive and negative direction - RASTER_INC_UNIDIRECTIONAL_SCAN.nsc
Performs an incremental raster scan with a scan in positive direction negative direction is only for return - STEP_REPEAT_BIDIRECTIONAL_SCAN.nsc
The scan axis moves a set distance, stops, system performs an action, and then repeats the process a set number of times in positive and negative direction - STEP_REPEAT_UNIDIRECTIONAL_SCAN.nsc
The scan axis moves a set distance, stops, system performs an action, and then repeats the process a set number of times. After completing a full line of discrete stops along the scan axis, the step axis moves a set distance, then motion is repeated in the negative direction.