LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Sequence Local - Converting to Flat Sequence

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).seq.PNGseq2.PNG

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: 

wire.PNG

Is PageEnb property not available in NXG? 

Thank you in advance! 

0 Kudos
Message 1 of 4
(1,900 Views)

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…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 2 of 4
(1,893 Views)

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? 

tabctrl2.PNGtabctrl3.PNG

0 Kudos
Message 3 of 4
(1,819 Views)

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?

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 4 of 4
(1,809 Views)