LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Can anyone explain why these two arrays 'look' different even though they are from same source?

Solved!
Go to solution

Hello Everyone!

                     I am just curious, why these two arrays look different, and are they really different in terms of structure, even though they are from same source? The one on the left is the output of get tdms properties and the other one is an output of auto indexed arry.

 

-Nilesh



------------------------------------------------------------------------------------------------------
Kudos are (always) welcome for the good post. 🙂
0 Kudos
Message 1 of 3
(2,473 Views)
Solution
Accepted by topic author odessy27

Presumably you are referring to the visual aspects, since the data is the same. One of them uses a different kind of string indicator. You probably right-clicked and selected "Create -> Indicator". When you do this LabVIEW will use the same indicator style as what the subVI/function uses. In the one case you created it directly from the TDMS function, but in the other it was created from the for-loop autoindex tunnel, so in the latter it used whatever was your default in your preferences.

Message 2 of 3
(2,464 Views)

Thank you sir!

 

 

-Nilesh



------------------------------------------------------------------------------------------------------
Kudos are (always) welcome for the good post. 🙂
0 Kudos
Message 3 of 3
(2,446 Views)