This is historical information of device classes implemented in Pico104 device server.
Use this link to find the valid information.
Development status:
Released
Information status: New
Contact:
Class Description
- Device Server for the PT-104 Thermistor Converter, Pico Technology Ltd.
- The PT-104 is a 4 channel, high resolution temperature converter used with PT100 and PT1000 sensors. It can be used for temperature, resistance and voltage measurements.
Families: Temperature
Key words:
Language: Cpp
Contact:
Class interface
Attributes:
Name | Description |
---|---|
Dev_versionScalar: DevString | — |
Dev_calib_noScalar: DevString | — |
Dev_calib_dateScalar: DevString | — |
Dev_batch_noScalar: DevString | — |
CyclesScalar: DevULong | — |
ChannelsSpectrum: DevLong | — |
Channel_typesSpectrum: DevUShort | — |
Channel_wiresSpectrum: DevUShort | — |
Commands:
Name | Description |
---|---|
StateInput: DevVoid Output: State |
This command gets the device state (stored in its device_state data member) and returns it to the caller. |
StatusInput: DevVoid Output: DevString |
This command gets the device status (stored in its device_status data member) and returns it to the caller. |
ResetInput: DevVoid Output: DevVoid |
None. |
ConfigureInput: DevVarUShortArray Output: DevVoid |
Set channel configuration. Needs 3 parameters: channel number, sensor type & number of wires. Only the channels that will be used for readings should be configured. The command should be called before attempting to read from channels. |
Pipes:
Properties:
Name | Description |
---|---|
MainsDevShort | Select the mains frequency: - 0 means 50 Hz - 1 means 60 Hz. |
Port_noDevShort | Serial port number for PT-104 connection. Set to: 1 for COM1 2 for COM2 3 for COM3 4 for COM4. |
README
b"Some Notes about the Pico104 Device Server\n\nPlease note that for the moment, there is no Linux version of the PT104 device driver. \nThere is a device communication library available for windows only. \nYou may check http://www.picotech.com for new/updated software.\n\nThe device server was compiled using the MS Visual C++ 8.0 compiler: .vcproj and .sln files can be found in the msvc/8.0 directory. \nThe information stored on svn applies to the debug release only. \nTo compile a non-debug release you must select the corresponding TANGO & OMNI libraries (the ones that don't have a trailing 'd').\n\nThe C/C++ preprocessor must be able to find the pt104.h file, stored in the pico_tech/ directory. \nAlternatively, you may look for the header file on http://www.picotech.com.\n\nApart from the TANGO and OMNI libraries, the linker also needs the pt104ms.lib file. \nA possibly outdated version of this library can be found in the pico_tech/ directory. \nCheck the above mentioned site for current versions of the library.\n\nIf you use Jive to test the PT104 device, bear in mind that the device driver response is slow. \nDo check that Jive timeouts are set to higher values than the usual ones!\n\n\n\nWeird behaviour/possible bug:\n\nApparently, the Reset command cannot delete previous channel configurations. \nIt might be that this is a communication software bug, rather than a feature."
Updated:
The device class has been updated.
You are looking at this version now.
23 Feb 2017, Piotr Goryl
Created:
The device class has been added to catalogue.