pjkundert / cpppo

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

Custom structs in server #88

Open MaticPogacnik opened 4 years ago

MaticPogacnik commented 4 years ago

Hi @pjkundert ,

I must implement a server side of the CIP/EtherIp protocol in our simulation environment and the best tool for the job I found was the cpppo. I already figured out some of the required steps. Currently I am trying to implement some custom tags/structs.

For example, I have a tag warnings[3].Day, can you give me an example or point me to the right direction how to implement tag like that on the server side and how to query it by one of the clients API.

I would be really greatfull if you can take a few minutes and answer my question.

Best regards, Matiz