Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

control the while lopp

Solved!
Go to solution

hi

i want to control my while loop but i am unable to control it

i want to integrate two inputs to stop the loop while

when i press the stop button and when the one input to the DAQ  falls below 3 volts

plz help me

0 Kudos
Message 1 of 13
(3,550 Views)

You just have to use the OR function.

 

Very basic question. Have you done the LabVIEW tutorial?

0 Kudos
Message 2 of 13
(3,548 Views)

it is not the simple one

i have tried it using the or function but no results

 

0 Kudos
Message 3 of 13
(3,540 Views)

Then attach your code.

0 Kudos
Message 4 of 13
(3,537 Views)

kindly look at it

and help i want that when the voltage at waveform  chart become three or i pree the stop button it should stop working

plz look and help me

0 Kudos
Message 5 of 13
(3,533 Views)

If you want to compare all three waveforms, use the Compound Arithmetic function on the Boolean palette. You can expand it for multiple inputs.

 

A less than function can be wired directly to each waveform. Wire a constant to the other input.If you don't change the comparison type, connect an OR Array Elements to the output of the Less Than.

 

p.s. And next time you say you have a problem with a VI, attach the VI with the problem. Pretty hard to tell you what you've done wrong when you don't attach the non-working program.

0 Kudos
Message 6 of 13
(3,526 Views)

i am unable to do it

plz do it for me

plz

0 Kudos
Message 7 of 13
(3,519 Views)

This is not a place to get your code written for you. At least show what does not work. It will show that you are at least trying.

 

And take the tutorial I pointed you to.

0 Kudos
Message 8 of 13
(3,516 Views)

i am trying but stuck badly in it

i have send you the code atleast you can correct it as per my needs

0 Kudos
Message 9 of 13
(3,513 Views)

The code you sent has no comparisons and no OR function.

0 Kudos
Message 10 of 13
(3,511 Views)