Call Us at 1-877-887-2232
23 04, 2015

Roclink 800 Viewing Numeric Representation of TLPs

2019-04-30T11:40:42-06:00April 23rd, 2015|Categories: Communications, Devices, Oil And Gas Monitoring, Process Control, Remote Monitoring|Tags: , , , , |0 Comments

There are two separate representations of the Roclink “registers” called TLPs (Type/Logical/Parameter). They can be viewed as either Text such as AIN A1, EU – Analog Input, A1, EU value, or they can be viewed as the more commonly used numeric format 3,0,14. The Roclink Protocol Manual will use the [...]

7 01, 2015

Modbus Function Codes

2019-04-30T11:40:45-06:00January 7th, 2015|Categories: Devices, Environmental Monitoring, Health And Safety Monitoring, Industrial Hygiene Monitoring, Industrial Process Monitoring, Instrumentation, Oil And Gas Monitoring, Remote Monitoring, Remote Surviellance, Renewable Energy|Tags: , , , , , |0 Comments

Most SCADA Integrators and users of modbus are familiar with the X0001 format for modbus registers, However, the true modbus standard is not simply one number it is a function code + register number. Specific devices treat the function codes differently on the front-end. The back end will interpret the 40000 registers [...]

19 12, 2014

The Trouble with Endians

2019-04-30T11:40:53-06:00December 19th, 2014|Categories: Devices, Programming, Remote Monitoring|Tags: , , , |0 Comments

Finding the correct Endian (bit significance) can be frustrating when trying to interface with a device. It’s an additional variable that makes debugging a hardware interface more difficult and can lead to unwanted and sometimes unseen errors. Hex Results When you read hex characters it is generally straight forward 0x01 = [...]