Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

vi schedule question

Hello everyone,
    I have a question about how labview schedule case structure's. In my application, case structure A has two output, and one of them connect to case structure B. thus when the structure B will be called? does it wait until all of outputs of A become available or just the one connect to B available?
Thanks
 
feilong
 
0 Kudos
Message 1 of 2
(2,915 Views)

A case statement, or any other LabVIEW VI/function, will execute when all of it's inputs are available. It doesn't matter if data from other functions are wired to other places. You question is moot though since the previous case statement will output all of its data at once. In other words the case statement cannot output x and then at a later time, output y.

p.s. You posted this to the Instrument Control board. In the future, you need to post questions like this to the LabVIEW board.

Message 2 of 2
(2,912 Views)