This is historical information of device classes implemented in BalzersGauge device server.
Use this link to find the valid information.
Development status:
Released
Information status: Updated
Repository:
http://svn.code.sf.net/p/tango-ds/code/DeviceClasses/Vacuum/BalzersGauge
Contact:
Class Description
This is device server is intended to drive a vacuum gauge connected to a Balzers TPG300 controller.
Families: Vacuum
Key words:
Platform: Unix Like
Language: Cpp
Contact:
Hardware
Manufacturer: Balzers
Bus: Serial Line
Class interface
Attributes:
Name | Description |
---|---|
PressureScalar: DevDouble | Measured pressure on device. |
XLocationScalar: DevDouble | — |
YLocationScalar: DevDouble | — |
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. |
OnInput: DevVoid Output: DevVoid |
Sets the gauge ON. |
OffInput: DevVoid Output: DevVoid |
Sets the gauge OFF. |
Pipes:
Properties:
Name | Description |
---|---|
Tpg300DeviceNameDevString | The device name of the TPG300 device server. |
GaugeNameDevString | This is the gauge name (must be \'A1\', \'A2\', \'B1\' or \'B2\'). |
GazFactorDevDouble | A factor which is applied to raw pressure got from the controller. |
FilterTimeDevString | The type of filtering (\'fast\', \'slow\' or \'medium\'). |
XLocationDevDouble | Tha abscisse of the gauge inside the cell. |
YLocationDevDouble | The Y coordinate of the gauge in the cell. |
Updated:
The device class has been updated.
You are looking at this version now.
19 Jan 2017, Piotr Goryl
Updated:
The device server has been updated.
You can see previous version here .
3 Jan 2017, Piotr Goryl
Created:
The device server has been added to catalogue.