Click or drag to resize

BaseLaserController Properties

The BaseLaserController type exposes the following members.

Properties
 NameDescription
Public propertyActivatedChainableFeatures Gets the activated chainable features.
(Inherited from BaseDeviceController)
Public propertyArmLaserDelegate Gets or sets the arm laser delegate.
Public propertyAutoConfigureIO Automatically configures necessary IO pins depending on laser (eg. laser alarm, pilot and arm pins). Only supported if Features contains AutoConfigureIO.
Public propertyCheckControllerFeatureDelegate Gets or sets the delegate for checking whether the automation feature is supported.
Protected propertyConfigurationManager
(Inherited from BasePlugin)
Public propertyConnector The communication to the controlling device.
Protected propertyDelta The delta to be used for comparing doubles.
Public propertyEnableChainableFeature Gets or sets the flag to enable chainable features.
(Inherited from BaseDeviceController)
Public propertyEnablePointerDelegate Gets or sets the enable pointer delegate.
Public propertyFeatures Returns set of features, supported by the laser controller.
Public propertyGetPowerScaleMultiplierDelegate Gets or sets the get power scale multiplier delegate.
Public propertyHasConnectedStatus Is true if the device supports the IsConnected status.
(Inherited from BaseDeviceController)
Public propertyIsAutoConnect
(Inherited from BaseDeviceController)
Public propertyIsConnected Is true if the device is connected.
(Inherited from BaseDeviceController)
Public propertyIsInAlarm The flag to indicate that the laser device is in alarmed state.
Public propertyIsInitialized Is true if the device is initialized.
(Inherited from BaseDeviceController)
Public propertyIsLaserArmedDelegate Gets or sets the is laser armed delegate.
Public propertyIsPointerEnabledDelegate Gets or sets the is pointer enabled delegate.
Public propertyLaserProfile Various laser settings of the device.
Protected propertyLogDirectory The directory of the log file.
(Inherited from BasePlugin)
Public propertyLogger The common logger.
(Inherited from BasePlugin)
Public propertyPluginMetadata 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)
Public propertyReadLaserStatusDelegate Gets or sets the read laser status delegate.
Public propertySerialNumber Serial number of the device.
(Inherited from BaseDeviceController)
Public propertySetLaserConfigDelegate Gets or sets the set laser config delegate.
Public propertySetPowerCalibrationFileDelegate Gets or sets the set power calibration file delegate.
Public propertySetPowerCorrectionFileDelegate Gets or sets the set power correction file delegate.
Public propertySetPowerDelegate Gets or sets the set power delegate.
Public propertySetPowerScaleMultiplierDelegate Gets or sets the set power scale multiplier delegate.
Public propertyStatuses
(Inherited from BaseDeviceController)
Public propertySupportedChainableFeatureMap 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)
Public propertyTurnLaserOffDelegate Gets or sets the turn laser off delegate.
Public propertyTurnLaserOnDelegate Gets or sets the turn laser on delegate.
Protected propertyValidator The validator to be used for validating property values.
Top
See Also