Digital I/O

cancel
Showing results for 
Search instead for 
Did you mean: 

Tunnel errors with nested stacked sequences

Hi, I'm trying to pass a cluster in and out of a nested stacked sequence. I can wire the cluster into the sequences just fine, but I get tunnel errors trying to wire the cluster data out of the stacked sequences back to the main outside loop that contains the shift register. Are nested sequence structures allowed to pass clusters in and out of? Can someone please help with this.

 

Thanks so much,

Rob

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

You should avoid stacked sequences and use case structures instead ! A case structure in a while loop is a simple state machine which allows to set the execution order of the states very easily.

 

See here if you really want to use stacked sequences.

 

0 Kudos
Message 2 of 3
(4,962 Views)

Sounds like you really should be posting this in the LabVIEW board.  Can you post some code with the error?


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 3 of 3
(4,955 Views)