6 Agilent VEE 5 Technical reference .............................19 ............................19 1 Serial port settings ............................19 2 Serial port connections ............................20 3 Protocol information ............................22 4 Modem operation ............................22 5 Lookup table ..............................28 Index pt104.en Copyright 2005-9 Pico Technology Ltd. All rights reserved.
Both inputs must be 0 V or above, though it does not matter which input has the higher voltage. For the 115 mV range, the accuracy may vary by 2%, and the temperature coefficient will be 100 ppm/°C. Copyright 2005-9 Pico Technology Ltd. All rights reserved. pt104.en...
Maximum input range The PT-104 is designed to measure voltages in the range 0 to +2.5 V. Any voltages in excess of ±30 V may cause permanent damage to the unit.
The licensee agrees to allow access to this software only to persons who have been informed of these conditions and agree to abide by them. Usage The software in this release is for use only with Pico products or with data collected using Pico products. Copyright Pico Technology Limited claims the copyright of, and retains the rights to, all material (software, documents etc.) contained in this release.
For four-wire temperature and resistance measurement** Installing the driver The driver is installed automatically when you install the PicoLog software. Alternatively, you can download the driver from our website at http://www.picotech. com. pt104.en Copyright 2005-9 Pico Technology Ltd. All rights reserved.
Channel Note on Differential Voltage Mode The maximum input voltage range of the PT-104 is 2.5 V. Any voltage in excess of +/-30 V on any input pin may cause permanent damage to the unit. In Differential Voltage Mode, the input connector should be treated as a differential input with reference to ground.
Page 8
From the PicoLog Recorder File menu, select New settings. The Recording dialog box appears: Click OK. The Sampling Rate dialog box appears: Click OK. The Converter details dialog box appears: From the Converter type drop-down list, select PT-104. pt104.en Copyright 2005-9 Pico Technology Ltd. All rights reserved.
Page 9
Select the data type required i.e temperature, resistance or voltage Select circuit - for PT100 and PT1000 10. Now click OK. Readings from the PT-104 should appear in the monitor window: Copyright 2005-9 Pico Technology Ltd. All rights reserved. pt104.en...
When using long cables, it is necessary to check that the measuring equipment is capable of handling the resistance of the cables. Most equipment can cope with up to 100 per core. pt104.en Copyright 2005-9 Pico Technology Ltd. All rights reserved.
Page 11
PRT sensor cables: the one or two wires atttached to one end of the sensor are red, and the one or two wires at the other end are white. Copyright 2005-9 Pico Technology Ltd. All rights reserved. pt104.en...
PT-104 User's Guide Driver information Introduction The PT-104 is supplied with driver routines that you can build into your own programs. Once you have installed the software, the directory contains the drivers and Drivers a selection of examples of how to use the drivers. It also contains a copy of this manual as a PDF file.
Driver information pt104_open_unit short pt104_open_unit ( short port ); This routine specifies the serial port number with a PT-104 unit. If you wish to use more than one PT-104, you should call the routine once for each PT-104. Arguments: - the port must be 1 for COM1, 2 for COM2, and so on...
Note: Each PT-104 is polled independently, so the cycle numbers for multiple PT-104s may not keep in step. Arguments: - a pointer to an array where the cycle numbers are stored cycle - the port number.
Once you open the driver and define some channels, the driver begins to take continuous readings from the PT-104. When you call this routine, it immediately sets data to the most recent reading for the specified channel. Temperatures are returned in thousandths of a degree Celsius, voltages in the 2.5 V range are returned in tens of nanovolts (2.5 V returned as 250 000 000 * 10 nV),...
- driver version. The upper byte of the version is always 104 version for a PT-104; the lower byte is the two hex digits of the version and release. It provides a useful check that the link to the PT-104 is working correctly.
If an application is unable to find the DLL, try moving the drivers\win32 DLL to windows\system. 3.14 Linux At time of release, Linux is not supported. Please check http://www.picotech.com/ drivers.html for updates. Copyright 2005-9 Pico Technology Ltd. All rights reserved. pt104.en...
2. Include the file in the source file(s) of your program. pt104.h file can be used to demonstrate using the PT-104 driver program pt104tes.c within a Windows application. You will also need to include the resource file pt104tes.rc. For Microsoft Visual C versions 2, 4 and 5, Microsoft no longer supply...
You will then use the PT-104 sub-vi, and an example sub-vi which demonstrates how to use them. You can use one of these sub-vis for each of the channels that you wish to measure. The sub-vi accepts the port (1 for COM1), the channel (1 to 4) the PRT type (1 for PT100, 2 for PT1000).
File Name path is set to the location of pt10432.dll Definition File path is set to the location of pt104.vh The example program collects 1000 readings from the PT-104 and displays them on an XY trace. pt104.en Copyright 2005-9 Pico Technology Ltd. All rights reserved.
Serial port connections The information presented here is necessary only if you wish to connect the PT-104 to the PC in some unusual way (for example, via a radio modem). The PT-104 uses the following RS232 data lines (pin connections as on PT-104).
7: channel 4 gain ditto 0x03 bit 0: select 50/60 Hz mains 0 = 50 Hz, 1 = 60 Hz Responses At start-up, and on receipt of a version request, the PT-104 sends a version response. Byte Value Product type Version On receipt of a Start Converting request, the PT-104 starts sending conversion responses - approx one every 180 milliseconds.
Page 23
To convert to voltage: result = (0x50000000 - SCALED_MIN ) * MAXINPUT) / FSD where MAXINPUT is the maximum input voltage in microvolts. To convert result to V divide result by 10,000,000.0 Copyright 2005-9 Pico Technology Ltd. All rights reserved. pt104.en...
Modem operation The PT-104 is normally connected directly to the computer, but it is also possible to access the PT-104 via a modem using the Windows driver. It is necessary to provide power to the PT-104, either by instructing the modem to provide power or by connecting a power supply directly to the PT-104.
Need help?
Do you have a question about the PT-104 and is the answer not in the manual?
Questions and answers