This is historical information of device classes implemented in VarianDualIP device server.
Use this link to find the valid information.
    
        
         Development status:
    Released
        
    
    Development status:
    Released
    
    Information status: New
    
        
    
    
    
    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 | 
|---|---|
| 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. | 
| 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. | 
| 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. | 
Class Description
This device server is intended to drive and monitor a ion pump controlled by a Varian Dual ion pump controller. You need VarianDualCrtl device classes OR Agilent4uhv device classes
Families: Vacuum
Key words:
Platform: Unix Like
Language: Cpp
License: GPL
Contact:
Hardware
Manufacturer: Varian
Product:
Dual IP
Bus: Serial Line
Class interface
Attributes:
| Name | Description | 
|---|---|
| PressureScalar: DevFloat | — | 
| VoltageScalar: DevFloat | — | 
| CurrentScalar: DevFloat | — | 
| SizeScalar: DevString | — | 
| ControlTypeScalar: DevString | — | 
| FirstStepCurrentScalar: DevFloat | — | 
| SecondStepCurrentScalar: DevFloat | — | 
| FixModeScalar: DevBoolean | — | 
| StartModeScalar: DevBoolean | — | 
| ControllerScalar: DevString | — | 
Commands:
| Name | Description | 
|---|---|
| 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. | 
| OffInput: DevVoid Output: DevVoid | Set the pump to OFF. | 
| OnInput: DevVoid Output: DevVoid | Set the pump to ON. | 
| SetFixedModeInput: DevVoid Output: DevVoid | Set the pump channel to the "fixed" mode. | 
| SetStartModeInput: DevVoid Output: DevVoid | Set the pump channel to the "start" mode. | 
| SetStepModeInput: DevVoid Output: DevVoid | Set the pump channel to the "step" mode. | 
| SetProtectModeInput: DevVoid Output: DevVoid | Set the pump channel to the "protect" mode. | 
Pipes:
Properties:
| Name | Description | 
|---|---|
| ChannelNumberDevShort | The channel number of the ion pump (1 or 2) | 
| ControllerDeviceNameDevString | The device name of the associated ion pump controller | 
Updated:
The device class has been updated.
You can see previous version here .
19 Jan 2017, Piotr Goryl
Updated:
The device server has been updated.
You can see previous version here .
3 Jan 2017, Piotr Goryl
Updated:
The device server has been updated.
You are looking at this version now.
3 Jan 2017, Piotr Goryl
Created:
The device server has been added to catalogue.
