rtlabs-com / p-net

PROFINET device stack for embedded devices
http://www.rt-labs.com
Other
483 stars 194 forks source link

Sending Profinet data between two computers #518

Closed soland1 closed 2 years ago

soland1 commented 2 years ago

I'm looking for a way to send and receive Profinet frames between two computers.

Does this device stack provide a way I could write my own Profinet messages and receive them on another computer? My goal would be to avoid the need to have a PLC program running on a Rasberry Pi and I would like to send my own data inside the Profinet frames.

pyhys commented 2 years ago

Hi! Profinet communication must go via an IO-controller (PLC). This stack is an IO-device stack (for connection to a PLC), but is unfortunately not an IO-controller stack.

soland1 commented 2 years ago

Thank you for the answer.