Re: Generating Drivers

2020-03-10 Thread Etienne Robinet
Hi all, I've managed to implement the EIP Session Register/Unregister (used for connected message which is best for high frequency fetching). I will push it to my branch and create a document explaining my steps. Next I want to do was to to the CIP encapsulation part for accessing tag by their n

Re: Generating Drivers

2020-03-10 Thread Cesar Garcia
Hi, You can document the process step by step, you will surely find observation points. I am working with the handwritten S7 driver, but in the future I would support the team in migrate to mspec, so the experience you will gain with the Etheret / IP is very important. Best regards, El mar., 10

Re: Generating Drivers

2020-03-10 Thread Christofer Dutz
Hi Etienne, I would strongly suggest you install the Antlr plugn for the IDE you use. The problem is that ANTLR seems to gobble up a lot of errors and tries to be smart in a lot of cases. Whenever I have problems like this I use the ANTLR visual parser to parse a block of mspec (one type at a t

Generating Drivers

2020-03-10 Thread Etienne Robinet
Hi all, I've been struggling with implementing the EIP driver. I started writing the mspec after creating both a module for the protocol and the one from the driver. I copied and adapted the pom(s) from the AB-ETH but only the enum is generated. Here is a link to the forked branch: https://gith