rtlabs-com / p-net

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

Question: Gathering Data From Profinet PLC's #571

Closed Oskee-Wow-Wow closed 5 months ago

Oskee-Wow-Wow commented 8 months ago

New to the world of Profinet and PLC's and I have been assigned to collect various pieces of information from several different machines which have PLC's that communicate using Profinet - and then aggregate that data for reporting.

So, I need to be able to connect to the various PLC's from the device side asynchronously and query certain registers for values.

While searching the internet for either a profinet controller or supervisor open-source code to do this, I've come across p-net several times and I'm wondering if p-net as device code will accomplish this task? It'll be running from a Linux box using Rocky-8.

Also, if p-net can help me accomplish this task, what constraints do I face using p-net in terms of hardware that i can connect to and limitations in software functionality?

Thanks!

pyhys commented 7 months ago

Hi! You typically use OPC-UA to connect to PLCs to collect information.

The p-net library is a Profinet device (slave) library, and can unfortunately not do this.

pyhys commented 5 months ago

Closing due to inactivity. Please reopen if necessary.