T-Node FR/TS210 Register Information


Modbus-RTU Register Information

The NexSens T-Node FR/TS210 Temperature string outputs values as 32-bit IEEE 754 floating point numbers in big-endean format. To convert from a hexadecimal value to a decimal value, use an IEEE-754 Floating Point Converter. Insert the hex output (e.g., 0x41af381d) into the “Hexadecimal Representation,” and the “Decimal Representation”, the temperature in degrees Celsius, will output (e.g., 21.9024°C).

Read Input Registers

Function 0x04 (Read input registers)
RegistersData TypeData SizePurpose
0x0006, 0x000732-bit Float, Big-endian2 registersRequests the temperature recorded by a T-node FR/TS210 sensor in Celsius

 

Example:
RequestResponse
Field NameHexField NameHex
Slave Address0x01Slave Address0x01
Function0x04Function0x04
Start Address Hi0x00Byte count0x04
Start Address Lo0x06Register Value Hi0x41
Quantity of register0x00Register Value Lo0xAF
Quantity of register0x02Register Value Hi0x38
CRC Lo0x91Register Value Lo0x1D
CRC Hi0xCACRC Lo0x0C
CRC Hi0x50
  • The user has requested a temperature reading from the T-Node FR/TS210 sensor with address 1. The sensor responded with 0x41af381d (21.9024°C).

 

 

Write Multiple Registers

Function 0x10 (Write Multiple registers)
RegistersData TypeData SizePurpose
0x100016-bit Integer1 registerChanges the Modbus Address of the first node on a T-Node FR/TS210 string*

*Assuming the first node of the T-Node FR/TS210 string begins with address 1.

 

Example: 
RequestResponse
Field NameHexField NameHex
Slave Address0x01Slave Address0x01
Function0x10Function0x10
Start Address Hi0x10Start Address Hi0x10
Start Address Lo0x00Start Address Lo0x00
Quantity of register0x00Quantity of Outputs Hi0x00
Quantity of register0x01Quantity of Outputs Hi0x01
Byte count0x02CRC Lo0x05
Outputs Value Hi0x00CRC Hi0x09
Outputs Value Lo0x05
CRC Lo0x77
CRC Hi0x92
  • Using the known address of 1, the user has changed the Modbus address of the sensor with address 1 to 5.

 

 

Universal Address

The T-Node FR/TS210 is programmed such that any sensor will respond to Modbus address 251. This is implemented for the event that the sensor’s current address is unknown. This address should only be queried with one sensor connected to the data line. If more than one sensor is connected, both will respond and a bad message is likely.

Note: Universal address should not be used with T-Node FR/TS210 strings that have more than one node. Only use address 251 if there is a single sensor connected.

 

Read Current Address Using Universal Address
Function 0x04 (Read input registers)
RegistersData TypeData SizePurpose
0x100016-bit integer1 registerUses the univeral address (251) to read the current T-Node address

 

Example:
RequestResponse
Field NameHexField NameHex
Slave Address0xFBSlave Address0xFB
Function0x04Function0x04
Start Address Hi0x10Byte count0x02
Start Address Lo0x00Register Value Hi0x00
Quantity of register0x00Register Value Lo0x07
Quantity of register0x01CRC Lo0x20
CRC Lo0x21CRC Hi0xE6
CRC Hi0x50
  • Using the universal address of 251 (0xFB), the user has read that the current Modbus address of the sensor is 7 (0x0007).