11-18-2020 06:39 AM
Is there any node in LabVIEW which gives the output as a name of the structure(For, while,case, timed loop). I tried with property node but that failed. Is there any other way to solve this problem??
11-18-2020 08:23 AM - edited 11-18-2020 08:24 AM
Hello!
Are the Generic.Class Name and Node.Label.Text properties the ones You are looking for?
https://zone.ni.com/reference/en-XX/help/371361R-01/lvprop/gen_class_name/
https://zone.ni.com/reference/en-XX/help/371361R-01/lvscript/node_label/
11-18-2020 09:02 AM
One thing to be careful of is that the Flat Sequence Structure only inherits from GObject so the above code would throw an error when you tried to cast that reference to a node.
12-29-2020 10:25 PM - edited 12-29-2020 10:27 PM
Thanks, It works
12-31-2020 06:15 PM - edited 12-31-2020 06:28 PM