-
Hello, Unless I'm utilizing the incorrect syntax, it looks like trying to write an array of UDTs is not supported. I can read the said arrays of UDTs and they are a list of dictionaries ~ [{UDT}, {UDT}, ... , {UDT}] . Trying to write this same setup I get an error: Invalid Tag Request - RequestError('Unable to create a writable value'). Is there something i'm missing? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Writing arrays of UDTs is definitely supported, so probably just need to make a some tweaks to what you're doing. Can you share some some of your code and the structure of the UDT? Also can you enable logging? That will help with figuring out what the issue is. |
Beta Was this translation helpful? Give feedback.
Writing arrays of UDTs is definitely supported, so probably just need to make a some tweaks to what you're doing. Can you share some some of your code and the structure of the UDT? Also can you enable logging? That will help with figuring out what the issue is.