RS485 (Modbus RTU) monitor advice sought

FTE versus Stratus

I haven't tried exactly what you're looking for, but agree that on-the-fly decoding is where FTE earns their money.

Agreed. Actually, I just had my counterpart in one of our other facilities overnight me his RS422/485 SerialTest adapter since it doesn't look like this will be easy to figure out.

I think SerialTest does work with the FTE edition of the VersaTap; there's custom firmware in that one. My VersaTap and EZ-Tap are ordinary stock units from Stratus.

I have the FTE software installed since I sometimes borrow our other plant's adapters, but it definitely doesn't work with the Versa-Tap as is. And I don't have a USB sniffer to see what it's checking for. :)

One method you might use until you develop the ability to decode Modbus in raw hex on sight is the handy (and free of charge) Chipkin Automation Systems Modbus RTU Parser utility. You give it a string of hex, it returns a plain-English Modbus command description.

http://www.chipkin.com/technical-resources/cas-modbus-rtu-parser/

True, something like that might work.

I can decode most simple modbus messages by eye (over ten years ago, I wrote a Modbus/TCP interface for Linux) but I'm trying to troubleshoot an intermittient problem where I think that one of the twelve devices on my modbus chain isn't responding properly, or something similar. With Serial Test, it would show if there were retransmits or NAKs in the Modbus communications. I really don't want to pick through fifteen minutes of Modbus messages by hand. That's why I'm borrowing the other Plant's Serial Test setup. (y)

The other issue that I had, is that when I first logged the data, it was all under one timestamp. As in, every message jammed together! By default, Docklight Scripting only does a line/break and timestamp when it changes from Rx to Tx, but since I'm monitoring two-wire half-duplex communication and we never get data on the other line, it never put in a new line or timestamp. There is an option to detect a pause, so I need to try that as shown here.

docklight_timestamp_option.png
 

Similar Topics

I'm trying to control a device via MODBUS RTU and the ModbusRtuMasterV2_PcCOM in Twincat 3. I've configured a device with the right com port and...
Replies
7
Views
232
I am trying to figure out some communication specifics for a Modbus RTU network that I will be integrating with and could use some help to make...
Replies
9
Views
2,110
I'm getting no response from a device I'm trying to communicate to with a Beckhoff IPC. I'm not sure why it's not working. Attached are pictures...
Replies
0
Views
642
HI guys: I am attaching several diagram from several sources, it seems to be that there is no such a wiring standard for modbus RS485 RTU. In some...
Replies
24
Views
4,579
So I'm working on an old project I did several years ago. It has 12 nodes on a modbus RTU network. I'm going back for an expansion. I'm going to...
Replies
5
Views
1,910
Back
Top Bottom