LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

trying to get data out of a sequence structure

i am building an array in each of my sequence structures.when i view the array inside the structure,it is perfectly fine.but when try to wire it outside,it doesnt show up at all.Previously,i had local sequences which worked fine.but now,i need to be able to send some more data to the same file (from another place)during run time.so i want the arrays in each sequence structure to come ouit of the whole structure.how do I do this?any suggestions are welcome.
0 Kudos
Message 1 of 2
(2,334 Views)
One thing to keep in mind is that the arrays coming out of the sequency structure will not have any data in them until the entire sequence structure has completed execution.

If you need access to data from a sequence strucutre, while the the code is still running in the sequence structure, you'll need to make use of a local variable.

If you have a simple piece of code with just the sequence strcuture, the data you're trying to read and how you have it being passed from the strcuture and being read in the VI feel free to post it. That might present some better alternatives.

Regards,
Kamran - NI
An
0 Kudos
Message 2 of 2
(2,334 Views)