This is historical information of device classes implemented in PT104Pico device server.
Use this link to find the valid information.
Development status:
New development
Information status: Updated
Repository:
http://svn.code.sf.net/p/tango-ds/code/DeviceClasses/MeasureInstruments/PT104Pico
Contact:
Class Description
Communication with PT-104 Platinum Resistance Data Logger.
Families: MeasureInstruments
Key words:
Platform: Unix Like
Language: Python
License: GPL
Contact:
Hardware
Manufacturer: Pico Technologies
Product:
PT-104
Bus: Ethernet
Class interface
Attributes:
Commands:
Name | Description |
---|---|
StateInput: DevVoid Output: State Device state |
This command gets the device state (stored in its device_state data member) and returns it to the caller. |
StatusInput: DevVoid Output: ConstDevString Device status |
This command gets the device status (stored in its device_status data member) and returns it to the caller. |
ReadValueInput: DevVarLongArray Channel Number, measurement type Output: DevDouble Measured value |
Return the last measured value for the given channel. Measurement type: 0 -> temperature, 1 -> resistance, 2 -> voltage single ended, 3 -> voltage differential |
StopThreadInput: DevVoid Output: DevVoid |
Stop thread. Call it before stopping tango server. |
Pipes:
Properties:
Name | Description |
---|---|
HostnameDevString | Hostname of the PT-104 controller |
PortNumberDevLong | Port number |
GainDevString | Gain set in PT104, in binary. Four bits (one per channel): 0 -> 1, 1 -> 21 Ex. 1111 (all channels gain 21), 0001 (first channel gain 21) |
Updated:
The device class has been updated.
You are looking at this version now.
28 Oct 2017, Piotr Goryl
Updated:
The device class has been updated.
You can see previous version here .
26 Aug 2017, Piotr Goryl
Updated:
The device class has been updated.
You can see previous version here .
19 Aug 2017, Piotr Goryl
Created:
The device class has been added to catalogue.