.

Average: 0
Rating Count: 0

Development status: Released, Release: Release_1_0
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)


Please log in to comment.

20 Jun 2020, DS Admin
Updated:
The device class has been updated.
You can see previous version here .



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.
Added by:pgoryl2 on:19 Aug 2017, 3:02 a.m.