05-24-2019 07:38 AM
hello everyone
sorry for this stupid question but i am beginner in Labview and i am trying to recreate a simple code from a picture,i have only two hour to do it , and i am trying to find this three icon in the block diagram ,but to no avail
Anyone have any idea i will be so grateful
05-24-2019 07:47 AM
This is the main program
05-24-2019 07:58 AM
#1 has arrays (thick wires) coming in to it, so a good place to look is on the Array Palette. Nothing seems to match. Another "aggregate" type is Cluster. Aha, it looks like "Index & Bundle Cluster Array".
I don't recognize #2. And I haven't seen #3 since LabVIEW 8.something (I think) -- that's a Boolean Constant, showing both "possible" values (T or F), but with both "visible". More recent versions of LabVIEW show only the actual (constant) value, T or F.
Bob Schor
05-24-2019 08:03 AM
1) Index and cluster array (Programming->Cluster,Class&Variant )
3) a true boolean constant (old style)
2) array cluster to cluster of arrays??? What is the vi on the rigth? WDT create ???
05-24-2019 08:11 AM - edited 05-24-2019 08:14 AM
try to replace it with the cluster bundle:
Good choice to post more of the vi 🙂