Hi,
I am currently using function block MB_TCP_Server_3 as a slave to an external C# application for the purposes of sending real time field device values via Modbus.
I have the modbus communications up and working correctly between the master and slave and the Modbus Inputs correctly addressed for BOOL variables in the application.
I was wondering how I can address REAL variables to the ModbusData word array (first screenshot) for InputRegisters or HoldingRegisters. Every attempt I have made so far throws this Modbus Slave error in my C# application:
I am trying to reproduce Rockwell's Modbus mapping (second screenshot) as we are looking to replace Micro820's with AXC F 2512's, and I cant find any more documentation other than the Modbus_TCP_8 function block PDF.
(if I could also get a rundown on how to address the other data types in the second screenshot that would be really helpful)
Cheers,
Michael.