NLight |
public class NLightAfxLaserDevice : BaseLaserControllerPlugin
The NLightAfxLaserDevice type exposes the following members.
Name | Description | |
---|---|---|
![]() | NLightAfxLaserDevice | Initializes a new instance of the NLightAfxLaserDevice class |
Name | Description | |
---|---|---|
![]() | ActivatedChainableFeatures |
Gets the activated chainable features.
(Inherited from BaseDeviceController) |
![]() | ArmLaserDelegate |
Gets or sets the arm laser delegate.
(Inherited from BaseLaserController) |
![]() | AutoConfigureIO |
Automatically configures necessary IO pins depending on laser (eg. laser alarm, pilot and arm pins).
Only supported if Features contains AutoConfigureIO.
(Inherited from BaseLaserController) |
![]() | CheckControllerFeatureDelegate |
Gets or sets the delegate for checking whether the automation feature is supported.
(Inherited from BaseLaserController) |
![]() | ConfigurationManager | (Inherited from BasePlugin) |
![]() | Connector |
The communication to the controlling device.
(Inherited from BaseLaserController) |
![]() | Delta |
The delta to be used for comparing doubles.
(Inherited from BaseLaserController) |
![]() | DeviceState | |
![]() | DisarmToOffState | |
![]() | EnableChainableFeature |
Gets or sets the flag to enable chainable features.
(Inherited from BaseDeviceController) |
![]() | EnablePointerDelegate |
Gets or sets the enable pointer delegate.
(Inherited from BaseLaserController) |
![]() | Features |
Returns set of features, supported by the laser controller.
(Inherited from BaseLaserController) |
![]() | GetPowerScaleMultiplierDelegate |
Gets or sets the get power scale multiplier delegate.
(Inherited from BaseLaserController) |
![]() | HasConnectedStatus | (Overrides BaseDeviceControllerHasConnectedStatus) |
![]() | IsAutoConnect | (Inherited from BaseDeviceController) |
![]() | IsConnected |
Is true if the device is connected.
(Inherited from BaseDeviceController) |
![]() | IsInAlarm |
The flag to indicate that the laser device is in alarmed state.
(Inherited from BaseLaserController) |
![]() | IsInitialized | (Overrides BaseDeviceControllerIsInitialized) |
![]() | IsLaserArmedDelegate |
Gets or sets the is laser armed delegate.
(Inherited from BaseLaserController) |
![]() | IsPointerEnabledDelegate |
Gets or sets the is pointer enabled delegate.
(Inherited from BaseLaserController) |
![]() | LaserProfile |
Various laser settings of the device.
(Inherited from BaseLaserController) |
![]() | LogDirectory |
The directory of the log file.
(Inherited from BasePlugin) |
![]() | Logger |
The common logger.
(Inherited from BasePlugin) |
![]() | PluginMetadata |
The metadata of the plugin instances. If the concrete class inherits from the BasePluginSetup interface, the metadata of the BasePluginSetup will be prefilled.
(Inherited from BasePlugin) |
![]() | ReadLaserStatusDelegate |
Gets or sets the read laser status delegate.
(Inherited from BaseLaserController) |
![]() | SerialNumber |
Serial number of the device.
(Inherited from BaseDeviceController) |
![]() | SetLaserConfigDelegate |
Gets or sets the set laser config delegate.
(Inherited from BaseLaserController) |
![]() | SetPowerCalibrationFileDelegate |
Gets or sets the set power calibration file delegate.
(Inherited from BaseLaserController) |
![]() | SetPowerCorrectionFileDelegate |
Gets or sets the set power correction file delegate.
(Inherited from BaseLaserController) |
![]() | SetPowerDelegate |
Gets or sets the set power delegate.
(Inherited from BaseLaserController) |
![]() | SetPowerScaleMultiplierDelegate |
Gets or sets the set power scale multiplier delegate.
(Inherited from BaseLaserController) |
![]() | ShouldInitializeOnStart | |
![]() | Statuses | (Inherited from BaseDeviceController) |
![]() | SupportedChainableFeatureMap |
The map of chainable feature types supported by this device. The value indicates whether the feature is a transmitter or a receiver.
(Inherited from BaseDeviceController) |
![]() | TurnLaserOffDelegate |
Gets or sets the turn laser off delegate.
(Inherited from BaseLaserController) |
![]() | TurnLaserOnDelegate |
Gets or sets the turn laser on delegate.
(Inherited from BaseLaserController) |
![]() | Validator |
The validator to be used for validating property values.
(Inherited from BaseLaserController) |
Name | Description | |
---|---|---|
![]() | ArmedChanged |
Getting called when the arm status changed.
(Inherited from BaseLaserController) |
![]() | Connected |
An event that is triggered when the device is connected.
(Inherited from BaseDeviceController) |
![]() | Disconnected |
An event that is triggered when the device is disconnected.
(Inherited from BaseDeviceController) |
![]() | HasPointerChanged |
Getting called when the hasPointer changed.
(Inherited from BaseLaserController) |
![]() | Initialized |
An event that is triggered when the device is initialized.
(Inherited from BaseDeviceController) |
![]() | PointerEnabledChanged |
Getting called when the pointer status changed.
(Inherited from BaseLaserController) |
![]() | StatusChanged |
An event that is triggered when the status of the device is changed.
(Inherited from BaseDeviceController) |