Development status:
Released,
Release: VarianDualCtrl-Release-3.3
Information status: Updated
Repository:
http://svn.code.sf.net/p/tango-ds/code/DeviceClasses/Vacuum/VarianDualCtrl
Contact:
Class Description
This device server is intended to drive a Varian Dual ion pump controller.
Families: Vacuum
Key words:
Platform: Unix Like
Language: Cpp
Contact:
Hardware
Manufacturer: Varian
Bus: Serial Line
Class interface
Attributes:
Commands:
| Name | Description |
|---|---|
| IsInitializedInput: DevShort Channel number. Output: DevBoolean |
return true if specified pump is nitialized. |
| LocalInput: DevVoid Output: DevVoid |
Set the controller to local mode (operated from front panel). |
| OffInput: DevShort The channel number. Output: DevVoid |
Set to OFF the considered channel. |
| OnInput: DevShort The channel number. Output: DevVoid |
Set to ON the considered channel. |
| ReadCurrentInput: DevShort The channel number Output: DevFloat The current value |
Get the measure current value of the considered channel. |
| ReadFixedModeInput: DevShort Channel number Output: DevBoolean |
Returns TRUE if the pump is in FIXED mode, FALSE if the mode is STEP. |
| StateInput: DevVoid Output: State State Code |
This command gets the device state (stored in its <i>device_state</i> data member) and returns it to the caller. |
| StatusInput: DevVoid Output: ConstDevString Status description |
This command gets the device status (stored in its <i>device_status</i> data member) and returns it to the caller. |
| AddPumpInput: DevShort Channel number Output: DevVoid |
Add a pump to be controlled.\nThe controller thread will initialize the specified pump and then control it. |
| ChangeSetpointInput: DevVarFloatArray argin[0] = channel number coded as a float.\nargin[1] = setpoint value.\nargin[2] = 1 for first step current - 2 for second step current. Output: DevVoid |
Change the setpoint of specified channel, and specified current |
| GetChannelStateInput: DevShort The channel number Output: State |
Get the considered channel state ("ON" or "OFF"). |
| GetChannelStatusInput: DevShort The channel number Output: DevString |
Get the status of the considered channel. |
| GetControlTypeInput: DevVoid Output: DevString The controller control type |
Read the type of control of the controller ("remote" or "local"). |
| GetSizeInput: DevShort The channel number. Output: DevString The pump size |
Return the pump size. |
| GetVersionInput: DevVoid Output: DevString The firmware version string. |
Get the controller firmware version. |
| ReadImaxInput: DevShort The channel number Output: DevLong |
Read the imax of the considered channel. |
| ReadIprotectInput: DevShort The channel number Output: DevLong |
Read the iprotect of the considered channel. |
| ReadIstep1Input: DevShort The channel number Output: DevFloat |
Read the istep1 of the considered channel. |
| ReadIstep2Input: DevShort The channel number Output: DevFloat |
Read the istep2 of the considered channel. |
| ReadPressureInput: DevShort The channel number. Output: DevFloat |
Read the pressure of the considered channel. |
| ReadStartModeInput: DevShort Channel number Output: DevBoolean |
Returns TRUE if the pump is in START mode, FALSE if the mode is PROTECT |
| ReadStateInput: DevShort The channel number Output: State The state of the channel |
Get the state of the considered channel. |
| ReadVmaxInput: DevShort The channel number Output: DevLong |
Read the Vmax of the considered channel. |
| ReadVoltageInput: DevShort The channel number Output: DevFloat The voltage value |
Get the measure voltage value of the considered pump. |
| ReadVstep1Input: DevShort The channel number Output: DevLong |
Read the vstep1 of the considered channel. |
| ReadVstep2Input: DevShort The channel number Output: DevLong |
Read the vstep2 of the considered channel. |
| RemoteInput: DevVoid Output: DevVoid |
Set the controller to the remote mode (operated using the serial line). |
| SetFixedModeInput: DevShort The channel number Output: DevVoid |
Set the considered channel to the fixed mode. |
| SetMaxVoltageInput: DevVarShortArray The channel number. Output: DevVoid |
Set the max voltage for the considered channel. - argin[0] = channel number - argin[1] = max voltage value |
| SetProtectModeInput: DevShort The channel number Output: DevVoid |
Set the considered channel to the protect mode. |
| SetStartModeInput: DevShort The channel number Output: DevVoid |
Set the considered channel to the start mode. |
| SetStepModeInput: DevShort The channel number Output: DevVoid |
Set the considered channel to the step mode. |
| GetControllerInput: DevVoid Output: DevString type of contoller |
get the type on Controller |
Pipes:
Properties:
| Name | Description |
|---|---|
| SerialDeviceNameDevString | The name of the associated serial line device. |
Please log in to comment.