cpppo icon indicating copy to clipboard operation
cpppo copied to clipboard

Custom structs in server

Open MaticPogacnik opened this issue 5 years ago • 0 comments

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

MaticPogacnik avatar Jun 02 '20 06:06 MaticPogacnik