I'm writing to a shared variable in a dynamically called VI.
My main task has an independent timed loop to read the shared variable,
convert the one dimensional data to two dimensions and write the
resulting array to an indicator on the main task front panel. My array of data looks a lot more pleasing to the eye when displayed as a two dimensional array rather than one dimension (all the data can be seen at one glance).
Coding is simplified when binding the indicator directly to a network published shared variable. This means I could get rid of the while loop in my main task, however I'm not confident you can bind to two dimensional arrays. A custom control can only be used with single process shared variables which don't support data binding.
Do I resign myself to keeping my current implementation?
Thanks,
Bill