Anybody tried to connect plcnext as profinet io to siemens s7-1200 plc , i was able to do it but the range of i/o it gives me start from 68 to 569 when try the watch table i cant see or control the real io of plcnext. Firmware 2021.6 Tia portal v16
Hi, I am afraid that I can’t help with TIA Portal, but if you have successfully set up an AXC F x152 controller as a Profinet device, then you will be able to read and write data to these system variables in the PLCnext Control device: [attachment]2021-09-07_10-57-10.jpg[/attachment] (the screen shot is from PLCnext Engineer). You will need to create your own PLCnext Engineer project that (a) configures the Axioline I/O modules that are connected to the PLC, and (b) copies the process data between the Axioline I/O modules and the two PND_S1 arrays shown in the above screen shot. If the aim is to simply treat the Axioline I/O as remote Profinet I/O for the Siemens PLC (without any other logic in the PLCnext Control device), then it would be simpler to use a Profinet Bus Coupler rather than a PLC as the interface to the Axioline I/O. I hope this helps. .
Thank you martin Make sense , so now just figure out how to copy the values required to pnd_s1 area and then it will be available in the tia portal
[quote]now just figure out how to copy the values required to pnd_s1 area[/quote]Yes, that’s all that is needed. This will be a relatively simple PLCnext Engineer project, but if you need further help please let us know.
