Releases: ottowayi/pycomm3
Releases · ottowayi/pycomm3
0.6.6
0.6.5
- added option to embed the Unconnected Send service in a generic request
- fixed issue with get_plc_info returning the info for whatever module is in slot 0
- due to the change to using a generic message and missing the unconnected send and cip path
0.6.4
0.6.3
0.6.2
- simplified README, all detail information moving to the docs
- fix for auto-detect of Micro800
- fix for string array writing past element limit in request
- reworked how write values are encoded to fix string array writing issue
- could possibly use it to support structure writing
- fix to handle failed get_plc_time request
- added unconnected message support to generic read/write
0.6.1
0.6.0
- added modules/tasks/programs/routines to plc.info during the retrieval of the tag list
- kept module-defined tags in tag list
- fixed issues with writing large string arrays
- added get/set plc time methods
- added generic read/write methods, similar to CIP Generic connected messages in Logix
- added more debugging logging
- documentation updates
0.5.5
0.5.4
- fixed issue for reading the tag list on PLCs below v18.
- ExternalAccess attribute 10 for the Symbol Object was added in v18, it will be skipped if firmware is below that version
- required
init_info
to be True to work automatically, else setplc.info['version_major'] = 17