![]() |
LabView Button Problems
I am not sure how to make a bi-directional motor using two separate buttons, Ex. being "button 2 make motor move counter clockwise, and button 3 makes same motor move clockwise.
|
Re: LabView Button Problems
Given two buttons, there are four possibilities you need to handle. Here's a simple truth table that shows them:
Code:
Button2 Button3 Result?Use select VIs (or nested case statements or a select statement in a case statement, depending on what makes the most sense to you) to get the right result for each situation, then feed it to a Motor Set. |
Re: LabView Button Problems
|
| All times are GMT -5. The time now is 02:12. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi