Development status:
Released,
Release: Release_2_2
Information status: Updated
Repository:
http://svn.code.sf.net/p/tango-ds/code/DeviceClasses/SampleEnvironment/CenterThreeCtrl
Contact:
Class Description
Controller class for Pfeiffer CenterThree devices. To be used in conjunction with CenterThree/CenterThreeCOM class.
Families: Instrumentation
Key words:
Platform: Unix Like
Language: Cpp
License: GPL
Contact:
Hardware
Manufacturer: Pfeiffer
Product:
Bus: Ethernet
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. |
WriteReadCmdInput: DevString Command to send to the controller Output: DevString Controller reply |
Send command to the controller with reply exspected |
ReadCmdInput: DevVoid Output: DevString Readout string |
Read from device. Used only with CenterThreeCom device server. |
Pipes:
Properties:
Name | Description |
---|---|
HostNameDevString | Hostname or IP Address of either a terminal server the device is connected to or of the device itself if it has TCP/IP connectivity. |
PortNumberDevString | Port number of either a terminal server or the device itself if it is connected directly to the network. In the latter case the value is 8000. |
SimulationModeDevLong | If set to true, run in simulated mode (no hardware required) |
NrChannelsDevLong | Max. Number of channels |
ConnectTypeDevString | `net` (for network/terminal server connection) or `serial` (for RS232/USB connection). |
DeviceFileDevString | tty device file if connected via RS232 /USB |
BaudRateDevLong | rs232/usb baud rate |
TalkContinuouslyDevBoolean | If set to true, the controller will be configured to continuously send measurement data. Set this to true if you want to use this class with the CenterThreeCom server. Set this to false if you want to use this class with the CenterThree server. |
TalkContinuouslyRateDevLong | The rate at which data are sent from the controller if TalkContinuously is set to true: 0: 10 times per second 1: once per second 2: once per minute |
Please log in to comment.
Generated
Updated:
The device class has been updated.
You can see previous version here .
13 Nov 2021, DS Admin
Updated:
The device class has been updated.
You can see previous version here .
6 Nov 2021, DS Admin
Updated:
A device class has been added.
You can see previous version here .
6 Nov 2021, DS Admin
Updated:
The device class has been updated.
You can see previous version here .
18 Sep 2021, DS Admin
Updated:
The device class has been updated.
You can see previous version here .
4 Sep 2021, DS Admin
Updated:
The device class has been updated.
You can see previous version here .
23 Feb 2017, Piotr Goryl
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 .
2 Jan 2017, Piotr Goryl
Created:
The device server has been added to catalogue.