Greetings all,
I'm completely new to this forum and I was really hoping that someone could help me with Modbus.
I have written a UI that needs to communicate with a Bosch Rexroth PLC. I have testing the Modbus server on the PLC using a test app that I have downloaded from
http://www.modbustools.com/. Using this I have confirmed that the Modbus server is working correctly.
Now my intention was to use PascalSCADA for the communication in the UI I'm building in Lazarus. The problem is that I can't seem to get any connection (Well I don't know if I have connection of not as there is not property that I can find that confirms this).
There is very little documentation on line explaining how to use the tags and how to set the Tag properties for a specific address in the register.
I've tried using the Logo8 example as my base but without success.
I have also tried to use mbulibs but I'm totally lost with this, especially that the example contained in the downloaded files actually doesn't work so I can't get me head around what the correct syntax is for doing simple send and receive.
I'm using TCP/IP if that helps.
Any help would be appreciated as my entire project has come to a halt at this point.