Ignition 8.1.39 - Windows 10
Hello, I am trying to talk to an old Motorola MOSCAD controller which has been using Modbus RTU communications on an old iFix system.
The MOSCAD controller is (as far as I can tell) the master of the Modbus RTU communication protocol. It issues read/write requests to several remote stations to pull alarm data, etc.
When we decided to upgrade to Ignition, we opted for a Modbus gateway (SGW-MB1524-T) which converts the traffic between Modbus TCP and Modbus RTU.
I'm having some trouble getting any information read in from the MOSCAD controller at this time. Ignition is connected to the Modbus gateway with no issues.
Here is the old iFix configuration:
** General **
Device Driver: Modbus RTU Serial
Name: Device0
ID: 1 (Decimal)
** Settings **
Settings > Data Access
Zero based addressing enabled
Zero based bit addressing within registers enabled
Using modbus function 06 for single register values
Using modbus function 05 for single coil writes
Settings > Data Encoding
Using default modbus Byte order
Using first word low in 32 bit data types
Using First Dword low in 64 bit data types
** Block Sizes **
Output Coils: 32
Input Coils: 32
Internal Registers: 32
Holding Registers: 32
** Channel Properties **
ID: COM 3 (This PC running Ignition is entirely seperate from the one running iFix so not sure if this applies)
Baud Rate: 9600
Data bits: 8
Parity: None
Stop Bits: 1
Flow Control: None
Here are some images of the Modbus Gateway configuration web portal:
Here is how I have attempted to set up the device in Ignition:
Finally, here is a Wireshark Capture which displays Error:Gateway target device failed to respond.