pjkundert / cpppo

Communications Protocol Python Parser and Originator -- EtherNet/IP CIP
https://hardconsulting.com/products/6-cpppo-enip-api
Other
332 stars 109 forks source link

Question: Can this library read UDTs? #49

Open uprightcarrion opened 6 years ago

uprightcarrion commented 6 years ago

Knowing the structure of the UDT is it possible to read the UDT as a whole? I've been successful reading the UDT by explicitly reading the specific tag ie "struc.someVariable". If it is possible is there an example created you can point me to or perhaps make an example?

Bobby-Miller commented 6 years ago

I have been doing it. I will post an example later, but it's not much different from his documentation examples for polling tags.

xxBXSD commented 5 years ago

Hi Bobby, can you post that example of cpppo reading UDTs please?

mos89 commented 5 years ago

Hi Bobby, can you post that example of cpppo reading UDTs please?

TheColonel2688 commented 5 years ago

I would like this example as well

I need to pull elements out of an array of UDTs