BaseLaserControllerArmLaser(Boolean, Int32, IOPortCondition, NullableGuid) Method |
Arm or disarm the laser.
Namespace: RAYLASE.Marker.Device.LaserControllerAssembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntaxpublic virtual Guid ArmLaser(
bool enable,
int setupTime,
IOPortCondition condition,
Guid? parentListGuid
)
Parameters
- enable Boolean
- Enable laser.
- setupTime Int32
- Forces an edge, by sending the compliment and a delay before setting the value. Ignored for 0.
- condition IOPortCondition
- Binning condition.
- parentListGuid NullableGuid
- The list ID of the parent. If set, the new list will be wrapped inside the parent list.
Return Value
GuidGuid of the created list. Pass this Guid to
SetList(Guid, Int32, Boolean, Boolean).
See Also