node-ethernet-ip icon indicating copy to clipboard operation
node-ethernet-ip copied to clipboard

Support for Reading/Writing to Generic CIP Objects

Open Penlane opened this issue 5 years ago • 0 comments

This PR aims at using the inherent GET/SET_ATTRIBUTE(S)_SINGLE/ALL Service offered by CIP in order to allow accessing those objects by users

Description, Motivation, and Context

We can extract more information by being able to access the entirety of the CIP object library

How Has This Been Tested?

It is near-impossible to test the vast amount of available CIP Objects. I tested this on the TCP/IP Object and on the Identity Object of a RA-PLC.

Screenshots (if appropriate):

Types of changes

  • [ ] Bug fix (non-breaking change which fixes an issue)
  • [X] New feature (non-breaking change which adds functionality)
  • [ ] Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • [X] My code follows the code style of this project.
  • [X] My change requires a change to the documentation. - mainly additive, if we want to inform the users about this feature
  • [ ] I have updated the documentation accordingly.
  • [ ] I have read the CONTRIBUTING document.
  • [ ] I have added tests to cover my changes.
  • [ ] All new and existing tests passed.
  • [ ] This is a work in progress, and I want some feedback (If yes, please mark it in the title -> e.g. [WIP] Some awesome PR title)

Penlane avatar Mar 20 '19 13:03 Penlane