Base |
The BaseSerialLaserControllerPlugin type exposes the following members.
| Name | Description | |
|---|---|---|
| AppendMessage |
Adds the given string to the list of received messages, with a
preceding timestamp in the manner of the RAYGUIDE log data.
The list is a ring buffer with at most 200 entries and shown in the
GUI.
(Inherited from BaseSerialLaserController) | |
| ArmLaser(Boolean) |
Arm or disarm the laser.
(Inherited from BaseLaserController) | |
| ArmLaser(Boolean, Int32, IOPortCondition, NullableGuid) |
Arm or disarm the laser.
(Inherited from BaseLaserController) | |
| ChangeBeamProfileT |
Selects a beam profile.
(Inherited from BaseLaserController) | |
| CheckControllerFeature |
Checks whether the automation feature is supported.
(Inherited from BaseLaserController) | |
| CheckOnLaserReadySerial |
Checks if the laser is ready by retrieving its state by the RS-232
connection.
(Inherited from BaseSerialLaserController) | |
| ClearDelegates |
Removes all laser delegates.
(Inherited from BaseLaserController) | |
| Connect |
Connects to the device.
(Inherited from BaseLaserController) | |
| ConnectSerialPort |
Connects with the serial port.
(Inherited from BaseSerialLaserController) | |
| CreateDefaultProfile |
Creates the default laser profile for this device.
(Inherited from BaseLaserController) | |
| Disconnect |
Disconnects from the device.
(Inherited from BaseLaserController) | |
| Dispose | (Inherited from BasePlugin) | |
| Dispose(Boolean) | (Inherited from BaseSerialLaserController) | |
| DisposeUI |
Disposes the given setting view.
(Inherited from BaseDeviceController) | |
| DoConnect |
Performs the connection process.
(Inherited from BaseSerialLaserController) | |
| DoDisconnect |
Stops the message handler thread and closes the serial port.
(Inherited from BaseSerialLaserController) | |
| DoDisposeUI | (Inherited from BasePlugin) | |
| DoDoDoShowUI | ||
| DoDoDoShowUICallback | ||
| DoDoShowUI | (Overrides BaseLaserControllerDoDoShowUI(String)) | |
| DoDoShowUICallback | (Overrides BaseLaserControllerDoDoShowUICallback(PluginSettingsView)) | |
| DoShowUI | (Inherited from BaseLaserController) | |
| DoShowUICallback | (Inherited from BaseLaserController) | |
| EnablePointer(Boolean) |
Enable or disable the pointer.
(Inherited from BaseLaserController) | |
| EnablePointer(Boolean, Int32) |
Enable or disable the pointer.
(Inherited from BaseLaserController) | |
| EnablePointer(Boolean, IOPortCondition, NullableGuid) |
Enable or disable the pointer.
(Inherited from BaseLaserController) | |
| EnablePointer(Boolean, Int32, IOPortCondition, NullableGuid) |
Enable or disable the pointer.
(Inherited from BaseLaserController) | |
| GetDeviceStatusRepresentation | (Inherited from BaseSerialLaserController) | |
| GetLaserArmed |
Returns true if the laser is armed.
(Inherited from BaseLaserController) | |
| GetPointerEnabled |
Returns true if the laser is enabled.
(Inherited from BaseLaserController) | |
| GetPowerScaleMultiplier |
Gets the power scale multiplier of the laser.
(Inherited from BaseLaserController) | |
| GetUsedScanController |
Retrieves the scan controller associated with this laser.
(Inherited from BaseSerialLaserController) | |
| HandleExternalDeviceRequestAsync |
Handles a chained request for a given list of features.
(Inherited from BaseDeviceController) | |
| HandleSerialMessagesThread(Thread) |
The concrete message handler is to be implemented by the derived
class.
(Inherited from BaseSerialLaserController) | |
| Initialize |
Plug-in specific initialization can be done here if necessary.
(Inherited from BasePlugin) | |
| InvokeArmedChanged | (Inherited from BaseLaserController) | |
| InvokeCommunicationError |
Invokes communication error event.
(Inherited from BaseSerialLaserController) | |
| InvokeCommunicationOk |
Invokes communication OK event.
(Inherited from BaseSerialLaserController) | |
| InvokeConnected |
Invokes Connected event.
(Inherited from BaseDeviceController) | |
| InvokeDisconnected |
Invokes Disconnected event.
(Inherited from BaseDeviceController) | |
| InvokeHasPointerChanged |
Invoke HasPointerChanged.
(Inherited from BaseLaserController) | |
| InvokeInitialized |
Invokes Initialized event.
(Inherited from BaseDeviceController) | |
| InvokePointerEnabledChanged | (Inherited from BaseLaserController) | |
| InvokeSerialPortClosed |
Invokes the serial port closed event.
(Inherited from BaseSerialLaserController) | |
| InvokeSerialPortOpened |
Invokes the serial port opened event.
(Inherited from BaseSerialLaserController) | |
| InvokeStatusChanged |
Invokes StatusChanged event.
(Inherited from BaseDeviceController) | |
| InvokeStillUnused |
Invokes still unused event.
(Inherited from BaseSerialLaserController) | |
| InvokeUninitialized |
Invokes the Uninitialized event.
(Inherited from BaseSerialLaserController) | |
| InvokeUsed |
Invokes used event.
(Inherited from BaseSerialLaserController) | |
| IsAnalog |
Returns whether the laser’s power is controlled via an analog voltage.
(Inherited from BaseLaserController) | |
| NormalizePowerValue |
Convert power value from a device specific value to a percentage.
(Inherited from BaseLaserController) | |
| OnDevicesChanged | (Inherited from BaseDeviceController) | |
| OnSerialPortConnected |
In this method class dependent actions can be done when the serial
port could be opened, e. g. getting the laser state.
(Inherited from BaseSerialLaserController) | |
| OnSerialPortDisconnected |
In this method class dependent actions can be done when the serial
port is disconnected.
(Inherited from BaseSerialLaserController) | |
| ReadLaserStatus |
Reads the status of the laser. Updates IsInAlarm.
(Inherited from BaseLaserController) | |
| SetLaserConfig |
Send the laser configuration to the card
(Inherited from BaseLaserController) | |
| SetOpticalPulseWidthT |
Sets the optical pulse width.
(Inherited from BaseLaserController) | |
| SetPower |
Sets the laser power.
(Inherited from BaseLaserController) | |
| SetPowerCalibrationFile |
Sets the power calibration file (*.pcl).
(Inherited from BaseLaserController) | |
| SetPowerCorrectionFile |
Sets the power correction file (*.pc3).
(Inherited from BaseLaserController) | |
| SetPowerScaleMultiplier |
Sets the PowerScaleMultiplier of the laser.
(Inherited from BaseLaserController) | |
| SetPulseRepetition |
Sets the PRR (Pulse Repetition Rate).
(Inherited from BaseLaserController) | |
| SetPulseWidth |
Sets the pulse width.
(Inherited from BaseLaserController) | |
| ShowUI |
Shows the specific UI embedded in the plugin instance.
(Inherited from BaseDeviceController) | |
| ShowUICallback |
Invokes the callback that can be used when the ShowUI method is done.
(Inherited from BaseDeviceController) | |
| ShowUICancelCallback |
Invokes the callback that can be used when the ShowUI method is done and the user pressed the cancel button
(Inherited from BasePlugin) | |
| ToString | (Inherited from BasePlugin) | |
| TurnLaserOff |
Deactivate the laser
(Inherited from BaseLaserController) | |
| TurnLaserOn |
Activates the laser
(Inherited from BaseLaserController) | |
| UpdateLaserStateGui |
Updates the traffic lights in the settings dialog, the menu bar and
the Configure devices dialog.
(Inherited from BaseSerialLaserController) | |
| UsePowerCorrectionValue |
TODO: Use the power correction file.
(Inherited from BaseLaserController) | |
| ValidateDouble |
Validates whether a value is within a range.
(Inherited from BaseLaserController) | |
| ValidateDutyCycle |
Validates a given laser duty cycle.
(Inherited from BaseLaserController) | |
| ValidateFrequency |
Validates a given laser PRR within its allowable range.
(Inherited from BaseLaserController) | |
| ValidatePower |
Validates a given laser power within its allowable range.
(Inherited from BaseLaserController) | |
| ValidateProperties |
Validate property values.
(Inherited from BaseSerialLaserController) | |
| ValidateRange |
Validates whether a given range falls within a boundary.
(Inherited from BaseLaserController) |