Click or drag to resize

GoToAndTriggerCommand Class

Class that encapsulates the functionality to jump to a position and send hardware triggers. Handles jumping to positions, sending trigger signals, and waiting for hardware responses.
Inheritance Hierarchy
SystemObject
  RAYLASE.Marker.Device.ScanControllerGoToAndTriggerCommand

Namespace: RAYLASE.Marker.Device.ScanController
Assembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.20.0
Syntax
C#
public class GoToAndTriggerCommand

The GoToAndTriggerCommand type exposes the following members.

Constructors
 NameDescription
Public methodGoToAndTriggerCommand Creates a new instance of the GoToAndTriggerCommand class.
Public methodGoToAndTriggerCommand(Double, Double, IListdvec3) Creates a new instance of the GoToAndTriggerCommand class with the specified parameters.
Top
Properties
 NameDescription
Public propertyInBit Trigger in pin.
Public propertyInPolarity Trigger in polarity.
Public propertyInPort Trigger in port.
Public propertyIsVariableJumpDelay If true, a variable jump delay is used according to minJumpDelay and jumpLengthLimit.
Public propertyJumpDelay Delay to wait after jump, handled by card.
Public propertyJumpLengthLimit In case of variable jump delay the regular jump delay is used if this distance is exceeded.
Public propertyJumpSpeed Speed with which to jump to position.
Public propertyMinJumpDelay In case of variable jump delay this is the jump delay which is used at least.
Public propertyOutBit Trigger out pin.
Public propertyOutPolarity Trigger out polarity.
Public propertyOutPort Trigger out Port.
Public propertyPositions List of positions to jump to and measure at. If it contains no elements, only the triggering is done.
Public propertyWaitCondition Condition to wait for on input.
Public propertyWaitTimeout Timeout time in milliseconds. If -1 the command waits forever.
Top
Methods
 NameDescription
Public methodStatic memberCreateWaitTrigger Static method to create a GoToAndTriggerCommand instance configured to wait for a specific trigger condition.
Top
See Also