07-29-2009 01:00 PM
hi i want to make conditions:
if the input greater from 0 then simulation works or on
but when input less from 0 then simulation dont works or off.
can you help me to make this conditions?
tanx
07-29-2009 01:20 PM
Your question is not clear, and I don't know what that VI is supposed to show.
Are you looking for a simple case structure?
07-29-2009 01:22 PM
Excuse me for saying it, but your question is pretty silly. The only real input you have is the Boolean and if you don't want to do the simulation, all you have to do is put the function inside a case structure and wire the Boolean up to that.
It also strikes me as pretty strange that you have been using LabVIEW for over a year and have not grasped some of the basics.
07-29-2009 09:39 PM
how about this conditions:
if value between 10 - 11 then simulation running
but
if value not between 10 - 11 then simulation not running?
07-29-2009 09:53 PM
Then use In Range and Coerce on the comparison palette. The boolean output of that would be wired up to your case structure.
You will just need to define whether the limits of the range (10 and 11) are included in the range or excluded from the rang.
07-29-2009 09:57 PM
can you help me fix my vi?
please
07-29-2009 10:30 PM - edited 07-29-2009 10:34 PM
See attached.
As Dennis said, you really do seem to struggle with some basic LabVIEW concepts for someone who has been on the forums for over a year with numerous posts and questions.
Have you taken LabVIEW Basics course? Have you gone through the free online tutorials? I would recommend you learn more about LabVIEW from here. How to Learn LV
07-29-2009 10:32 PM