NothinRandom / CoDeSys_EIP

Communicate with EtherNet/IP devices using explicit messaging in CoDeSys!
MIT License
24 stars 7 forks source link

EtherNet/IP Generic Service #8

Closed NothinRandom closed 4 years ago

NothinRandom commented 4 years ago

Currently, only Get/Set Attribute Single and Get/Set Attributes List are implemented. We are still missing Get/Set Attribute All and the EtherNet/IP Generic function to allow end user to implement whatever service their device offers. Function should be able to handle 16b instance (e.g. Fanuc's Get Attribute Block). Refactoring the existing services is needed and should not impact end user's existing implementation.