LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

General questions about wait function within a sub-loop


wiebe@CARYA wrote:

@Yamaeda wrote:

If you see a Flat sequence as an array of structures it still holds. 🙂


Sure.

 

To be fair, even in LV's class structure a flat sequence isn't a structure (or even a node, until you ask for nodes, and they are still returned in an array of nodes 😲).

 

The norm is to consider a flat sequence as a (single) structure.


Yes, a single array structure. 😉

 

I haven't played much with the scripting part (though it can be quite fun and helpful) so i didn't know that. I assumed they were a structure since the included nodes must have them as parent?

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 11 of 12
(154 Views)

@Yamaeda wrote:

I haven't played much with the scripting part (though it can be quite fun and helpful) so i didn't know that. I assumed they were a structure since the included nodes must have them as parent?


AFAIK, the hierarchy has always been like this (messed up 🙄).

 

Spoiler
wiebeCARYA_0-1697710157030.png

 

It simply shouldn't be possible to return non-nodes in an array of nodes. AFAIK, the hierarchy has always been like this (messed up 🙄).

 

It makes some scripting tasks orders of magnitude harder.

0 Kudos
Message 12 of 12
(148 Views)