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 time) and try to narrow down the cause.
Chris Am 10.03.20, 13:31 schrieb "Etienne Robinet" <43...@etu.he2b.be>: 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://github.com/etiennerobinet/plc4x/tree/eip I've been studying the EIP/CIP protocol and now I am confident what the packages should contain but I can not figure out how to generate this with the templates. Am I missing something? Etienne