Any time frame yet on when that feature might be added? So far I'm loving your software, so I'm certainly not complaining, but that would definitely be useful.
I have the luxury of reworking the PLC data structures however I want, so I can set it up to have an individual UDT-typed tag per command. I would still like to use nested UDTs though, so would I be able to have a tag reference that looks like this: DBCommand.O.Trigger, where DBCommand is a UDT that contains another UDT O, which in turn contains (a DINT or BOOL) field Trigger?
In the scenario above I would set up a data subscriber on the trigger tag, and in the data changed event I would read any other required data (other fields in the O sub-structure). After the database returns the requested data I would write to one or more fields in the I sub-structure.
There is one other situation where I will be getting a fairly large amount of data from the database. My original plan was again to use an array of UDTs. I can restructure the data so that I populate an array for each column of data. What data types are supported for array read/writes? I have seen some posts that mention only integer types are supported, but that may have been for earlier versions? I will have a mix of DINT, REAL, STRING, and BOOL arrays in this data.
Thanks,
Scott