Click or drag to resize

StandAloneConfigurationErrorConfiguration Class

Configuration of the behavior in case of an error during Stand-Alone execution.
Inheritance Hierarchy
SystemObject
  RAYLASE.Marker.DeviceStandAloneConfigurationErrorConfiguration

Namespace: RAYLASE.Marker.Device
Assembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntax
C#
public class ErrorConfiguration

The StandAloneConfigurationErrorConfiguration type exposes the following members.

Constructors
 NameDescription
Public methodStandAloneConfigurationErrorConfigurationInitializes a new instance of the StandAloneConfigurationErrorConfiguration class
Top
Properties
 NameDescription
Public propertyDelayOnError Delay inserted before restarting Stand-Alone job if RestartOnError is true.
Public propertyDisarmLaser Disarms the laser on error.
Public propertyDoWritePort Enable writing a IO port.
Public propertyEnablePulse Resets the port after DelayOnError
Public propertyEnableSetupTime Toggles the use of the edge delay.
Public propertyPulseWidth The time the port value holds before being deasserted. A zero or negative value means no pulse.
Public propertyRestartOnError Restarts Stand-Alone job on error.
Public propertySetupTime The time of the deasserted value before the port value is set. A pulse of deasserted value is needed to make sure there is an edge for the port value. A zero or negative value means no setup.
Public propertyWritePort 
Public propertyWritePortValue 
Top
See Also