rtlabs-com / p-net

PROFINET device stack for embedded devices

Home Page:http://www.rt-labs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sending Profinet data between two computers

soland1 opened this issue · comments

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.

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.

Thank you for the answer.