Sensorsoft Sensorsoft Thermometer User Manual Models ST6105J, ST6105C and ST6154J Manual P/N 071-0014 Rev 10 April 4, 2014 Copyright © 1999-2014 Sensorsoft Corporation, All rights reserved. Sensorsoft and Soft Thermometer are trademarks of Sensorsoft Corporation.
Table of Contents Overview.......................................................................................................................................... 4 About this Manual............................................................................................................................ 4 Installing the Sensorsoft Thermometer ........................................................................................... 5 Choosing an Installation Location...................................
Sensorsoft Thermometer User Manual Overview The ST6105C, ST6105J and ST6154J Soft Thermometers are RS232 compatible serial devices based on the Sensorsoft Device Protocol. The ST6105C and ST6105J have a built-in temperature sensor and are intended for applications where the customer needs to monitor or measure temperature in rooms or warehouses.
Sensorsoft Thermometer User Manual Installing the Sensorsoft Thermometer Installation of the Sensorsoft Thermometer is composed of the following steps: Choosing an Installation Location Connecting the Sensorsoft Thermometer to a serial port Starting the Sensorsoft software. Please refer to the specific software manual that applies to your installation.
Sensorsoft Thermometer User Manual If you are connecting a Sensorsoft Thermometer to a device server please be sure to configure the port as follows: 1200 bps, 8 bits, no parity, 1 stop bit Turn off autobaud Flow control set to none Non-telnet binary (raw) transfer mode Assert RTS and DTR always Refer to your device server’s documentation for more details on the above. Note the physical or COM port number where you plugged the cable into your computer or device server.
Sensorsoft Thermometer User Manual ST6105C Sensorsoft Thermometer Specifications Measurement Range: -40 º C to +60 º C (-40 º F to +140 º F) Resolution or precision: 0.1 º C (0.18 º F) and 0.5 º C (0.9 º F) Accuracy: +/- 0.5 º C (+/- 0.9 º F) over 0 º C to +60 º C (32 º to 140 º F) and +/- 1 º C (1.8 º F) over remainder of temperature range Calibration: Calibrated at the factory. Re-calibration in the field is not possible, but sensor can be replaced. See Sensor type below for replacement part number.
Sensorsoft Thermometer User Manual ST6105J Sensorsoft Thermometer Specifications Measurement Range: -40 º C to +60 º C (-40 º F to +140 º F) Resolution or precision: 0.1 º C (0.18 º F) and 0.5 º C (0.9 º F) Accuracy: +/- 0.5 º C (+/- 0.9 º F) over 0 º C to +60 º C (32 º to 140 º F) and +/- 1 º C (1.8 º F) over remainder of temperature range Calibration: Calibrated at the factory. Re-calibration in the field is not possible, but sensor can be replaced. See Sensor type below for replacement part number.
Sensorsoft Thermometer User Manual ST6154J Sensorsoft Thermometer Specifications Probe measurement range: -55 º C to +125 º C (-67 º F to +257 º F) Resolution or precision: 0.1 º C (0.18 º F) and 0.5 º C (0.9 º F) Accuracy: +/- 0.5 º C (+/- 0.9 º F) over 0 º C to +70 º C (32 º to 158 º F) and +/- 1 º C (1.8 º F) over remainder of temperature range Calibration: Calibrated at the factory. Re-calibration in the field is not possible. Sensor probe can be replaced if returned to the factory.
Sensorsoft Thermometer User Manual Resolution, Accuracy and Calibration The terms resolution, accuracy and calibration frequently cause misunderstanding for many individuals who have not been trained in metrology. We endeavor here to explain these terms and how they might affect your application of Sensorsoft devices. Resolution or precision is the fineness of the measurement. It is usually specified in terms of the smallest unit that can be resolved.
Sensorsoft Thermometer User Manual More details about the above instruments are available on Vaisala's web site: http://www.vaisala.
Sensorsoft Thermometer User Manual Making extension cables for C-Suffix Sensorsoft Devices In some applications it is not possible to use pre-assembled cables. When installing the Sensorsoft device at a remote location it may be necessary to run cables through walls, ceiling or conduits where connectors would get jammed. In this situation it makes sense to run the cables and then terminate them, on-site, using hand tools.
Sensorsoft Thermometer User Manual Making communication cables for J-Suffix Sensorsoft Devices In some applications it is not possible to use pre-assembled cables. When installing the Sensorsoft device at a remote location it may be necessary to run cables through walls, ceiling or conduits where connectors would get jammed. In this situation it makes sense to run the cables and then terminate them, on-site, using hand tools.
Sensorsoft Thermometer User Manual Cable P/N C2000 9 pin Serial Port to Sensorsoft Device DB-9F to RJ45 modular plug 9 pin Port Sensorsoft Device 3 TX white-green RX 1 2 RX white-orange TX 3 4 DTR white-brown POWER +V 7 7 RTS blue POWER +V 4 5 SIGNAL GND green GND 2 P/N C2000 is for use with PC’s and most other devices which have a 9 position serial port. F indicates female/socket type connector.
Sensorsoft Thermometer User Manual Cable P/N C2012 DCE Serial Port to Sensorsoft Device DB-25M to RJ45 modular plug DCE Port Sensorsoft Device 3 TX white-green RX 1 2 RX white-orange TX 3 6 DSR white-brown POWER +V 7 5 CTS blue POWER +V 4 7 SIGNAL GND green GND 2 P/N C2012 is for use with some multiport cards and terminal servers which have a DCE pin-out. M indicates male/pin type connector.
Sensorsoft Thermometer User Manual Writing programs for the Sensorsoft Thermometer The following describes how to write your own programs for the Sensorsoft Thermometer. This Sensorsoft device uses a binary, packet-formatted, master-slave protocol. All data is represented in the little endian format - least significant byte is first and the most significant byte is last. Your host computer (master) must send commands to and receive responses back from the Sensorsoft device (slave).
Sensorsoft Thermometer User Manual ARGUMENT-byte The number of the Sensorsoft Thermometer's internal register you want to read or write. This byte is required for the temperature command. This byte is not required for the status command. CRC-bytes A two byte (16 bit) Cyclic Redundancy Check that is calculated on the entire packet from the CMD byte to the last ARGUMENT byte or ADDRESS byte. In the examples below, the last two bytes in each command string are CRC bytes that were pre-calculated.
Sensorsoft Thermometer User Manual Receiving responses from the Sensorsoft Thermometer Each response packet the Sensorsoft Thermometer returns is in the following format: RESPONSE-byte A single byte response code indicating the type of response. Valid codes are 90 hex or 94 hex. PACKETlength-bytes Two bytes indicating the total length of the packet from start to finish (includes CRC bytes).
Sensorsoft Thermometer User Manual SENSORSOFT DEVICE STATUS BYTE FORMAT BIT 0 1 2 3 4 5 6 7 NAME Low power supply IRQ enable IRQ pending Power-up Tamper NV option EEPROM fail Future use DESCRIPTION Voltage is unacceptable for reliable operation N/A N/A Sensorsoft device just powered-up Sensor element is disconnected or broken N/A N/A N/A A logic one condition on any of these bits indicates the condition is set or active. Otherwise they are reset to logic zero.
Sensorsoft Thermometer User Manual SENSORSOFT THERMOMETER TEMPERATURE DATA-byte(s) FORMAT Temperature + 125 °C + 85 °C + 70 °C + 25 °C + 0.5 °C 0 °C – 0.
Sensorsoft Thermometer User Manual Reading the Sensorsoft ID Record Every Sensorsoft device (SSD) accepts an identification (ID) command, whose response can be used to uniquely identify the type of SSD currently connected. Specifically, the model number and description can be extracted from the SSD’s ID response, allowing application software to determine the specific model of the SSD connected and to configure itself appropriately.
Sensorsoft Thermometer User Manual Sample ID response packet from a ST6105 Sensorsoft Thermometer Byte 1 2 3 4-9 10 ~ ~ ~ ~ ~ Contents <90h> <4Fh> <00h> <01h> <00h> <00h> <03h> <03h> <07h> Sensorsoft (R) Thermometer<00h> Sensorsoft Corp.<00h> ST6105J<00h> 4.
Sensorsoft Thermometer User Manual Getting Help Limited Warranty Sensorsoft Corporation warranties Sensorsoft products to be free from manufacturing defects for a period of two years. This includes parts and labor. All shipping and brokerage fees are your responsibility when returning a Sensorsoft product for warranty claims.
Sensorsoft Thermometer User Manual FCC Compliance and Advisory Statement This equipment has been tested and found to comply with the limits for a Class A digital device pursuant to Part 15 of FCC Rules. These limits are designed to provide reasonable protection against such interference when operating in a commercial environment.