05-06-2016 02:16 PM
Hi all,
I tried to create a type def of an array of strings to access to that strings in others zones of block diagram. Do you know other way to access to this strings without using global variables?
05-06-2016 02:29 PM - edited 05-06-2016 02:34 PM
That's not the function of a typedef.
Please define "other zones". Is this in different structures of the same block diagram or in different VIs?
There are many ways, try e.g. local, global, shared variables, value property nodes, data value references, action engines, etc. Please be more specific on what you are trying to do, maybe even attach some code.
What is your definition of "access"? Just read or modify?
05-06-2016 05:32 PM
05-06-2016 06:01 PM
Create a VI with this string array constant as output and drop it wherever you need it on your diagram.
05-06-2016 06:09 PM
05-06-2016 06:26 PM
yes sorry. Inline the VI.
05-06-2016 07:13 PM
I idid not see an indication that the string array is supposed to be a static constant. "Access" could mean read or write.
We need more information.....