09-26-2019 08:20 AM
Hi,
I am trying to convert a code that contains a stacked sequence from LabView 2018 to NXG. Since NXG does not have stacked sequences I need to make it a flat one. I am quite new to LabVIEW and therefore I don't yet understand how sequence local-equivalent can written in NXG. The first snapshot is of the first frame (0) of my stacked sequence and the second picture is of the second frame (2).
My question is: how would this look like in NXG? Would it be equivalent if I just wire straight through the first frame and into the second?
In addition, can anyone tell me why I get a broken wire when the code above is converted to following:
Is PageEnb property not available in NXG?
Thank you in advance!
09-26-2019 08:24 AM - edited 09-26-2019 08:26 AM
Hi Robo,
(stacked) sequence locals become wires when converted to flat sequences.
When you follow DATAFLOW you don't need sequences…
can anyone tell me why I get a broken wire when the code above is converted to following:
Did you read the "pages" property of the tab control?
You should get an array of page references…
09-27-2019 02:22 AM
Hi Gerd,
Thank you for your reply!
Did you read the "pages" property of the tab control?
You should get an array of page references…
This is what I've got. I don't get to choose "Pages" in the first property node in NXG. Could you help me see why?
09-27-2019 03:31 AM
Hi Robo,
I don't get to choose "Pages" in the first property node in NXG. Could you help me see why?
No, I can't. Haven't NXG used nor did I install it so far…
Which properties are available for a Tab control?
What does the NXG help say about those properties?
What does the "tab" property provide? Is it the reference to a single tab?