-
I am trying to write to a custom UDT - STRING5 - A string limited to 5 characters, I can write to it. But only if I write to the 5 SINT's first and then the LEN DINT. Any way around this? |
Beta Was this translation helpful? Give feedback.
Answered by
dmroeder
Oct 5, 2022
Replies: 1 comment 1 reply
-
That's all you can do currently. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
chrisegge
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That's all you can do currently.
https://github.com/dmroeder/pylogix/blob/master/examples/14_write_custom_string.py