You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: