forked from numat/clickplc
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
CTD registers are read/writeable in the ClickPLC, but the current code only has get_ctd().
- Extend to
set_ctd() - Ensure the correct warnings are in place (e.g. trying to set
CTD251should give an error message - Write a new unit test for the roundtrip (probably
test_dd_roundtrip()is a good basis)
Also, either here or in a separate issue:
- Extend
get_ctd()to reply with a single value instead of a dictionary to match other register types - Fix the test that breaks when doing so
Metadata
Metadata
Assignees
Labels
No labels