Click or drag to resize

ScanControllerAutomationFeatureType Enumeration

Enumerates automation features that can be implemented as list commands.

Namespace: RAYLASE.Marker.Device.ScanController
Assembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntax
C#
public enum ScanControllerAutomationFeatureType
Members
Member nameValueDescription
None0 None.
Delay1 Automation to delay execution for a period of time.
WritePort2 Automation to assign a value to a certain port.
WaitForExternalStart3 Automation to wait for an external start signal.
WaitPort4 Automation to wait for a signal on a certain port.
WriteSerialPort5 Automation to assign a value to a certain serial port.
MarkInProgress6 Automation to set MIP signal.
ExecutionInProgress7 Automation to set execution-in-progress signal.
SendEnhancedCommand8 Automation to send command to a scan head.
ArmLaser9 Automation to arm or disarm laser.
SetCorrectionFileIndex10 Automation to select the index of the used correction file.
See Also