Hello,
I have successfully communicate with my Profinet device and exchanging the PROFINET IO Data(cyclic) using the CODESYS softPLC Control Win SL. Now, I would like to work on the PROFINET Acylic data communication (Read/Write Records). For this, what is the necessary steps to do it?.
Last edit: ap040 2020-07-29
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Thank you @eschwellinger...!!
I see in the reference links and found that some piece of code is used to do the read operation. So, is it necessary to write the code? Any other way is possible without writing the code?. I have not experienced to this type of CODESYS language code and not perfectly understood it.
We can read/write data for the particular slot by right click on the parameters and read or write it. Is it?. See the attachment.
Hello,
I have successfully communicate with my Profinet device and exchanging the PROFINET IO Data(cyclic) using the CODESYS softPLC Control Win SL. Now, I would like to work on the PROFINET Acylic data communication (Read/Write Records). For this, what is the necessary steps to do it?.
Last edit: ap040 2020-07-29
Hi,
start here:
https://help.codesys.com/webapp/oxvisIujE0YbnEvay2vz2A6FFPI%2FRDREC;product=CommFB;version=3.5.15.0
or here aproject example:
https://forge.codesys.com/forge/talk/Runtime/thread/04361f89ec/?limit=25#b3dc
BR
Edwin
Thank you @eschwellinger...!!
I see in the reference links and found that some piece of code is used to do the read operation. So, is it necessary to write the code? Any other way is possible without writing the code?. I have not experienced to this type of CODESYS language code and not perfectly understood it.
We can read/write data for the particular slot by right click on the parameters and read or write it. Is it?. See the attachment.
Last edit: ap040 2020-07-30
I have successfully read/write the data for the particular slot and subslot with index number by done the piece of PLC code.
I would like to know about that, is it possible to do without the PLC (Structured Text) programming?.