|
Re: Motor Controllers Stop Working Below 50% Power in Labview
You are attempting to use a logic operator on floating point values.
The output of a logic operator is 1 or 0.
If you want to use a button to control the motor, here are some examples: http://www.team358.org/files/program...ControlofMotor
Or try one of these two variations for an axis control, just substitute a single motor for the Drive:

__________________
"Rationality is our distinguishing characteristic - it's what sets us apart from the beasts." - Aristotle
Last edited by Mark McLeod : 26-01-2017 at 17:03.
|