Access. 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.
Introduction Trademarks Pico Technology, and PicoLog are trademarks of Pico Technology Limited, registered in the United Kingdom and other countries. PicoLog and Pico Technology are registered in the U.S. Patent and Trademark Office. Windows is a registered trademark of Microsoft Corporation in the USA and other countries.
USB PT-104 USB/Ethernet RTD Data Logger Programmer's Guide Driver information The USB PT-104 driver is available in 32-bit and 64-bit versions of the PicoSDK from www.picotech.com. Example code is available from repositories under the "picotech" organization in GitHub. The driver is supplied as a Windows DLL, usbpt104.dll, which can be used with many programming languages.
* details, uint32_t * length, COMMUNICATION_TYPE type This function returns a list of all the attached PT-104 devices of the specified port type. details, length Arguments: a string buffer to receive a maximum of characters. The string is a comma-separated list of attached devices of the selected type.
USB PT-104 USB/Ethernet RTD Data Logger Programmer's Guide UsbPt104GetUnitInfo PICO_STATUS UsbPt104GetUnitInfo ( int16_t handle, int8_t * string, int16_t stringLength, int16_t * requiredSize, PICO_INFO info This function obtains information on a specified device. Arguments: handle, identifies the device whose information is required...
Once you open the driver and define some channels, the driver begins to take continuous readings from the PT-104. When you call this function, it immediately sets data to the most recent reading for the specified channel. The scaling of measurements is as follows:...
USB PT-104 USB/Ethernet RTD Data Logger Programmer's Guide UsbPt104IpDetails PICO_STATUS UsbPt104IpDetails ( int16_t handle, int16_t * enabled, int8_t * ipaddress, uint16_t * length, uint16_t * listeningPort, IP_DETAILS_TYPE type type This function either reads or writes the IP details of a specified device. The argument controls whether the operation is a read or a write.
This function obtains a handle for the PT-104 device with the given serial number. If you wish to use more than one PT-104, you must call the function once for each device. handle, output: handle of the device that was opened. This value is used to identify the Arguments: device in all further function calls.
Using serial number identification, only a device on the local network can be opened. If you wish to use more than one PT-104, you must call the function once for each device. To control the device directly through the Ethernet port without using the usbpt104 DLL, see Ethernet protocol.
This function configures a single channel of the specified PT-104. It can be called any time after calling UsbPt104OpenUnit. The fewer channels selected, the more frequently they will be updated. Measurement takes about 720 ms per active channel.
USB PT-104 USB/Ethernet RTD Data Logger Programmer's Guide UsbPt104SetMains PICO_STATUS UsbPt104SetMains ( int16_t handle, uint16_t sixty_hertz This function is used to inform the driver of the local mains (line) frequency. This helps the driver to filter out electrical noise. handle, identifies the device to be configured Arguments: sixty_hertz, for 50 Hz set to 0;...
USB PT-104 USB/Ethernet RTD Data Logger Programmer's Guide Ethernet protocol Using the protocol described below, the PT-104 can be controlled directly through the Ethernet port without using the usbpt104 DLL. Enabling the Ethernet module By default the Ethernet module is disabled to save power. To enable it, plug the connector into a USB port and use the Ethernet settings application installed with PicoLog.
USB PT-104 USB/Ethernet RTD Data Logger Programmer's Guide Index Opening a unit 10 Batch number 7 Serial number 7 Calibration date 7, 16 Channel setup 12 Trademarks 2 Closing a unit 5 COMMUNICATION_TYPE type 14 USB version 7 USBPT104_CHANNELS type 14...
Need help?
Do you have a question about the PT-104 and is the answer not in the manual?
Questions and answers