LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

even structure function

Solved!
Go to solution

Hello,

 

I need some help handling an event structure issue. Please take a look at the vi attached. Could somebody please explain to me why the numeric indicator shows only the very first value and then seems like has been stacked unless the pump boolean turns on? I know that the event structure waits for an event to occur but i thought that the event case created for the pump boolean has to do with events related to the specific boolean. I can't understand why the the numeric value is updated when I change the value of the pump boolean. Please take into consideration that I need to modify a preexisting and really complicated vi and I don’t want to make crucial modifications (e.g move an input inside an event case in event structure etc.) and also that I am using LabVIEW 8.6.1.

 

Thank you in advance

0 Kudos
Message 1 of 7
(3,150 Views)
Solution
Accepted by topic author LW42

Wire a value to the timeout terminal.

Message 2 of 7
(3,136 Views)

Sorry, but do you mean what I did in the attached vi. Unfortunately, didn't help.

 

Thank you

0 Kudos
Message 3 of 7
(3,126 Views)

It would if you entered a positive time value. No such thing as negative time.

0 Kudos
Message 4 of 7
(3,122 Views)

Thank you very much for the help.

 

Have a nice weekend

0 Kudos
Message 5 of 7
(3,114 Views)

Just to elaborate a bit on Dennis' comment about negative time: A value of -1 is the default value and indicates that the node should never timeout.  This is in the help file.  It does not specify there, but I think I read somewhere that any negative value is a "no timeout" value.

 

Lynn

0 Kudos
Message 6 of 7
(3,102 Views)

Thank you very much.

 

Best regards

0 Kudos
Message 7 of 7
(3,064 Views)