Click or drag to resize

CMDriveRemotePipeClean Methods

The CMDriveRemotePipeClean type exposes the following members.

Methods
 NameDescription
Public methodApplyDistanceSetpoint Applies a distance setpoint in [m].
Public methodApproachCompreDrive Starts the approach of the CompreDrive from safe position to contact.
Public methodCallPluginCommand Call a command defined by one of the loaded plugins.
Public methodCallPluginCommandBoolean Call a command defined by one of the loaded plugins.
Public methodCallPluginCommandNumber Call a command defined by one of the loaded plugins.
Public methodCallPluginCommandText Call a command defined by one of the loaded plugins.
Public methodConnect Open the remote channel.
Public methodDisableRamp Disables the ramp control of the CompreDrive.
Public methodDisableTemperatureControl Disables the temperature controller's active regulation.
Public methodDisconnect Closes the remote channel.
Public methodEnableRamp Enables the ramp control of the CompreDrive with the given ramp speed.
Public methodEnableTemperatureControl Enabled the temperature controller's active regulation.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetAllForceUnits Gets a list of all available force units.
Public methodGetAllPressureUnits Gets a list of all available pressure units.
Public methodGetAllTemperatureUnits Gets a list of all available temperature units.
Public methodGetCommandPlugins Gets a list of all plugins that support executing custom commands.
Public methodGetCompreDriveState Gets the current operational state of the CompreDrive.
Public methodGetCompreFrameForceGross Gets the current (gross) force of the CompreFrame if it is connected.
Public methodGetCompreFrameForceNet Gets the current (net) force of the CompreFrame if it is connected.
Public methodGetConstantDistanceSetpoint Gets the current setpoint value of the constant distance mode.
Public methodGetCurrentUserPath Gets the path to the current user folder.
Public methodGetDataProvider Reads the last value of an additional data provider.
Public methodGetDistanceValue Gets the current value of the current distance provider plugin.
Public methodGetForce Returns the currently applied force
Public methodGetForceAmpForceGross Gets the current (gross) force of the rhd Force Amplifier if it is connected.
Public methodGetForceAmpForceNet Gets the current (net) force of the rhd Force Amplifier if it is connected.
Public methodGetForceAmpPressureGross Gets the current (gross) pressure of the rhd Force Amplifier if it is connected.
Public methodGetForceAmpPressureNet Gets the current (net) pressure of the rhd Force Amplifier if it is connected.
Public methodGetForceAmpPressureUnit Gets the unit of the pressure values retrieved from GetForceAmpPressureNet and GetForceAmpPressureGross.
Public methodGetForceControlEnabled Retrieves a value indicating if force control is currently enabled, e.g. if the CompreDrive has finished its approach
Public methodGetForceSetpoint Returns the current force setpoint.
Public methodGetForceUnit Gets the unit that the force is given in.
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetHWInTrigger Determines if the CompreDrive HW Trigger with the given number has received a signal
Public methodGetIdentifier Gets the string CompreDriveControl VERSION from the software.
Public methodGetIsForceStable Retrieves a value indicating if the force is currently at a stable value
Public methodGetIsTemperatureStable Retrieves a value indicating if the temperature is currently at a stable value
Public methodGetLastFaultCodes Gets a collection of fault codes, from most recent to oldest.
Public methodGetPluginCommands Gets a list of all plugin commands defined by the given plugin.
Public methodGetPosition Returns the current raw motor position
Public methodGetPressure Returns the currently applied pressure
Public methodGetPressureUnit Returns the unit that pressures are given in.
Public methodGetSWOutTrigger Retrieves the state of the given software OUT trigger, that is set when T and/or f is stable during a procedure step.
Public methodGetTemperature Returns the current system temperature
Public methodGetTemperatureControlEnabled Retrieves a value indicating if temperature control is currently enabled, e.g. if the controller is actively regulating
Public methodGetTemperatureSetpoint Returns the current temperature setpoint.
Public methodGetTemperatureUnit Gets the unit that the temperature is given in.
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodIsCMDriveConnected Retrieves information, if the hosting application is connected to the CompreDrive system
Public methodIsTControllerConnected Retrieves information, if the hosting application is connected to a temperature controller
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodPauseRegulation Pauses the active force regulation of the CompreDrive
Public methodPulseHWOutTrigger Send a pulse on the given CompreDrive HW Output trigger channel
Public methodRetractCompreDrive Retracts the CompreDrive back to safe position.
Public methodSetForceSetpoint Sets the current force setpoint, if the system is in manual mode.
Public methodSetHWInTriggerMode Sets the pulse type that the given CompreDrive HW Trigger listens to
Public methodSetHWOutTriggerMode Sets the options for the given CompreDrive HW Output trigger
Public methodSetPressureSetpoint Sets the current pressure setpoint, if the system is in manual mode, and has remote setpoint enabled.
Public methodSetSWInTrigger Triggers the given software IN trigger, that is used to tell the running procedure to move to the next step
Public methodSetTemperatureSetpoint Sets the current temperature setpoint, if the system is in manual mode, and has remote setpoint enabled
Public methodStartConstantDistanceMode Switches the CompreDrive from Control into Constant Distance mode.
Public methodStopConstantDistanceMode Switches the CompreDrive from Constant Distance into PID Paused mode.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodUnpauseRegulation Unpauses the active force regulation of the CompreDrive
Public methodWriteLogMessage Writes a message into the CompreDriveControl message log.
Top
See Also