11-02-2013 11:03 PM
I have a question on the code i have attached below why isn't the high limit connected to either statements in the while loops? Also how would I output the speed (RPM)
11-03-2013 11:57 AM
What do you mean by "statements in the while loop"? LabVIEW doesn't contain any statements.
"Also how would I output the speed (RPM)?"
Where is the speed? Where do you want to output it to?
Your first two case structure are driven by the same boolean value. Why have two separate case structures? Combine them into one. That would be the first step in simplifying what seems to be overly complicated boolean logic.
11-03-2013 02:32 PM
11-03-2013 02:32 PM
11-03-2013 02:36 PM
I still don't understand your question. But I think you just don't know how to ask the questions for what you are looking for. You've had multiple threads asking questions about 3 different things, trying to ask about everything haphazardly.
I think first you need to do some tutorials on LabVIEW so you can learn the basic LabVIEW concepts. Then try solving one of your problems at a time, and only then building on that to add other features to your program.
LabVIEW Introduction Course - Three Hours
LabVIEW Introduction Course - Six Hours