09-25-2017 08:25 PM
Hi,all
Good evening. Do you know how to determine that how many rows of the array in the data2 indicator? Thanks a lot.
Best,
lh666
09-25-2017 09:55 PM
Create a property node for the array indicator. Set the property to read to "Number of Rows".
09-25-2017 10:21 PM
@lh6666 wrote:
Good evening. Do you know how to determine that how many rows of the array in the data2 indicator?
If you are asking for the number of visible rows on the indicator, then you use the property node as RavensFan already told you. If you want to know the number of rows in the data held in the indicator, then your Array Size will tell you that.
09-26-2017 01:01 AM
Since you are autoindexing at the output tunnel, you get one row per iteration. When the loop stops, the number of rows will be the final value of the iteration terminal+1.
06-12-2018 03:24 PM
Hi
I am preparing fro the CLAD and using simulated DAQ 9178. The same VI producing me 19000 row but the answer book says should be 2 rows 5 column. Please give some advice.
06-12-2018 03:30 PM
This is an old thread. Are you sure you are using the same VI that was shown above?
I suggest starting a new thread and attach the VI you created.
06-12-2018 04:21 PM
Thanks, I opened a new thread-
https://forums.ni.com/t5/LabVIEW/CLAD-Preparation-guide-questions/td-p/3804386