LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

If previous is done return TRUE

Hello,

 

I would like to know if there is a function doing the folowing action

 

{ It executes [box] only if a selected [box1] was executed previously. }

 

OR

 

A function who's doing :

 

{ If the selected CASE structure is TRUE, it returns a TRUE. }

 

I tried to be as clear as possible, if it is not, ask me question and I'll try to answer.

 

Thanks

 

 

0 Kudos
Message 1 of 3
(2,144 Views)

In your first instance it sounds like you want a statemachine, which is usually a case structure within a while loop, with the next "state" or case, being passed from on iteration of the loop to the next through a shift register. There are examples of state machines throughout this forum.

Putnam
Certified LabVIEW Developer

Senior Test Engineer North Shore Technology, Inc.
Currently using LV 2012-LabVIEW 2018, RT8.5


LabVIEW Champion



0 Kudos
Message 2 of 3
(2,142 Views)

@Weepet wrote:

Hello,

 

A function who's doing :

 

{ If the selected CASE structure is TRUE, it returns a TRUE. }

 

 

 


Simply wire a boolean true constant (in your Boolean functions palette) to the right side of case that needs to return true.

-----------------------------------------------------------------------------------------
Reese, (former CLAD, future CLD)

Some people call me the Space Cowboy!
Some call me the gangster of love.
Some people call me MoReese!
...I'm right here baby, right here, right here, right here at home
0 Kudos
Message 3 of 3
(2,125 Views)