Re: The release train is coming (tschuuu, tschuuu)

2020-01-02 Thread Cesar Garcia
Hi, I think the proposal seems excellent. I am working on the Netty-based S7 driver for the reception of alarms and notifications from the PLC. I understand that it is a Legacy code but serves as a reference for the MSPEC implementation. I take this opportunity to wish you all an excellent

Re: Generifying the field handlers?

2020-01-02 Thread Łukasz Dywicki
Hey Chris, The IEC link looks like a nice set of base types which we can expect from all major brands. As it is existing international standard in my perception it is definitely a good candidate for separate module. :-) Because both you and Julian and already mentioned complex types it makes sense

Re: Just pushed another major refactoring in the next-gen-core branch

2020-01-02 Thread Christofer Dutz
Hi Julian, Well the 1500 is the one I don't have, so great if you're testing with this. Guess we should all do a share of testing and inspecting asap so we can merge things back to develop and delete most of the old drivers and replace them with the new ones. I'd really like to do that as

Re: Generifying the field handlers?

2020-01-02 Thread Łukasz Dywicki
I believe that there are a couple of more things which could be placed there. We have same type names between different PLCs (BOOL, UINT, SINT, and so on), however these are distinct between modules having no common parent type. The AdsDataType has very little in common with S7 TransportSize