Development status:
Released,
Release: BalzersGauge-Release-3.2
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 |
|---|---|
| XLocationDevDouble | Tha abscisse of the gauge inside the cell. |
| YLocationDevDouble | The Y coordinate of the gauge in the cell. |
| 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\'). |
Please log in to comment.