ScanControllerAutomationFeatureType Enumeration |
Enumerates automation features that can be implemented as list commands.
Namespace: RAYLASE.Marker.Device.ScanControllerAssembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.32.0
Syntaxpublic enum ScanControllerAutomationFeatureType
Members| Member name | Value | Description |
|---|
| None | 0 |
None.
|
| Delay | 1 |
Automation to delay execution for a period of time.
|
| WritePort | 2 |
Automation to assign a value to a certain port.
|
| WaitForExternalStart | 3 |
Automation to wait for an external start signal.
|
| WaitPort | 4 |
Automation to wait for a signal on a certain port.
|
| WriteSerialPort | 5 |
Automation to assign a value to a certain serial port.
|
| MarkInProgress | 6 |
Automation to set MIP signal.
|
| ExecutionInProgress | 7 |
Automation to set execution-in-progress signal.
|
| SendEnhancedCommand | 8 |
Automation to send command to a scan head.
|
| ArmLaser | 9 |
Automation to arm or disarm laser.
|
| SetCorrectionFileIndex | 10 |
Automation to select the index of the used correction file.
|
See Also