11-25-2019 04:09 AM
Hi all,
I have a 2D array in my .gvi that I want to write in a .gviweb using SystemLink tags. The user of the webVI should be able to adjust the counting time (second column) and therefore I cannot use a string. It doesn't seem like SystemLink supports arrays. What could be an alternative?
11-28-2019 03:34 AM
Hi RoboNuC4,
The Generate Tag Cluster can be used to create an array of tag clusters. This can then be wired to the Multi Write Node to record the values in a single operation.
Furthermore, the array values can be read in a single operation using the Multi Read Node.
Ellin A.
Technical Support Engineer.
11-28-2019 03:46 AM
Thank you for your reply, but it does not seem to be possible to wire array to this node either. Could perhaps make an example, please?