Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Attribute id 2 bytes #7

Open
wants to merge 4 commits into
base: indigo-devel
Choose a base branch
from

Commits on Dec 4, 2017

  1. Configuration menu
    Copy the full SHA
    8fe6110 View commit details
    Browse the repository at this point in the history
  2. Allow 16-bit long attribute ID at getSingleAttribute():

    - Add corresponding methods at Path class to allow paths with 16-bit long attribute id's.
    - Add corresponding methods at Session class to allow paths with 16-bit long attribute id's.
    - Tested successfully with an Ethernet/IP adapter device with attributes id's greater than 255.
    Main reference:
    - "CIP Common Specification" Volume1, Release 1.0. ControlNet International and Open DeviceNet Vendor Association. June 2001 (Appendix C, page C-7)
    andreucm committed Dec 4, 2017
    Configuration menu
    Copy the full SHA
    00d24c5 View commit details
    Browse the repository at this point in the history
  3. Allow 16-bit long attribute ID at setSingleAttribute():

    - Follows the work from previous commit to allow attribute id's with 16 bits
    - Add corresponding methods at Session class to allow paths with 16-bit long attribute id's.
    - Not yet tested with a device.
    Main reference:
    - "CIP Common Specification" Volume1, Release 1.0. ControlNet International and Open DeviceNet Vendor Association. June 2001 (Appendix C, page C-7)
    andreucm committed Dec 4, 2017
    Configuration menu
    Copy the full SHA
    61dad8c View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2018

  1. Reimplements the print functionality at Path class (formerly Path::pr…

    …int()) by overloading the operator << to a given ostream.
    andreucm committed Feb 7, 2018
    Configuration menu
    Copy the full SHA
    1801f70 View commit details
    Browse the repository at this point in the history