This forum is addressing industrial automation design & engineering, operations, asset performance, cyber security and digital transformation for Plants & Machines.
Send a co-worker an invite to the portal.Just enter their email address and we'll connect them to register. After joining, they will belong to the same company.
You have entered an invalid email address. Please re-enter the email address.
This co-worker has already been invited to the Exchange portal. Please invite another co-worker.
Please enter email address
Send InviteCancel
Invitation Sent
Your invitation was sent.Thanks for sharing Exchange with your co-worker.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2022-01-1308:49 AM
PLC simulator and IO Scanning
Hi,
I would like to know if it is possible to use IO Scanning to establish a Modbus TCP connection between the PLC Simulator and a Modbus device ? I try with the function block "Read_Var" and it work great but, it doesn't work with the IO Scanning(DTM Browser) and i don't know why. Maybe, the PLC Simulator doesn't support IO Scanning ?
If it is possible, can you send me an URL with complete example ?
Link copied. Please paste this link to share this article on your social media post.
Posted: 2022-01-1412:36 AM
Hello Fred,
The simulator is simulating the application software only, it's not capable of simulating the hardware. IO and communication modules are not implemented or simulated. This also means that IO-scanning and for example the READ_VAR function is not functioning as this needs a physical ethernet port.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2022-07-1211:47 PM
Thanks Fred,
I still had hopes, because we were able to connect to the PLC variables over the external network using Modbus on TCP.
But thanks to your post, we stopped wasting our time! 🙂
All the same, in course of our attempts to achieve I noticed that the ADDM function gives no output!
like if we put 'Ethernet_1{192.168.1.220}' on the input side of the ADDM block, with an array of 8 integers on the output, I noticed that the ADDM block does not work.