Click or drag to resize

IForceSensor Interface

Represents a force sensor defined in the CompreDrive firmware, that is used to display information about it in CompreDriveControl.

Namespace: CompreDriveSDK.Plugins
Assembly: CompreDriveSDK (in CompreDriveSDK.dll) Version: 1.17.16
Syntax
public interface IForceSensor : ICompreDriveControlPlugin

The IForceSensor type exposes the following members.

Properties
 NameDescription
Public propertyAccuracy Gets the error of the sensor, in % of FSR.
Public propertyArticleNumber Gets the manufacturers article number.
Public propertyFSR Gets the full scale range of the sensor.
Public propertyImageData Gets the raw data of an image of the sensor.
Public propertyInternalName Gets the internal name saved in the CompreDrive firmware.
Public propertyManufacturer Gets the name of the sensor manufacturer.
Public propertyMaxForce Gets the maximum force measurable by the sensor, in kN.
Public propertyMinForce Gets the minimum force measurable by the sensor, in kN.
Public propertyName The name of the sensor
Public propertyPluginDisplayName Get a display name for this plugin.
(Inherited from ICompreDriveControlPlugin)
Public propertyTemperatureDrift Gets the temperature drift of the sensor in % of FSR per Kelvin.
Top
Methods
 NameDescription
Public methodAcceptLogInterface Is called once and allows the plugin to receive a log writer.
(Inherited from ICompreDriveControlPlugin)
Top
Remarks
The CompreDrive firmware contains a list of force sensors. Each of these internal entries has a unique name. To show more detailed information in CompreDriveControl the internal name is connected to a IForceSensor plugin via the InternalName property. The user is able to enter custom sensors into the firmware if e.g. a third-party sensor is used. To offer the full experience, a corresponding plugin can be created to be shown in the sensor selection dialog.
See Also