Hi. Is this possible with this library to use CODESYS PLC as EtherNet/IP Master and get data from IO-modules IPC DAS? https://f.icp-das.ru/files/add/doc/6e3/eip-2000usermanaualv410.pdf Talk Topic about project #codesys-eip
Hi. Is this possible with this library to use PLC as EtherNet/IP Master and get data from IO-modules IPC DAS? https://f.icp-das.ru/files/add/doc/6e3/eip-2000usermanaualv410.pdf Talk Topic about project #codesys-eip
ok, you are right. Just PN controller. My regards.
Are you in simulation mode? This only works when not in Simulation mode. You can use the Soft PLC that comes with the IDE installer. Just start it from the Systray.
I may not be following what youre trying to explain and I apologize if that is the case. What I have found is... if I create a text block on my VISU and set the text to "RUNA%05d" then set the text variable to "GVLP.iBatchID", this outputs exactly what I need "RUNA0001, RUNA0002, etc.". I just don't know to get that string into a Variable that I can use elsewhere. It would be great if I could use the concat and somehow tell it to use the format %05d for the Integer when concat'ing.