Quote:
Originally Posted by Ian McShane
When i go into the front panel of the set output motor vi in teleop to change one to PWM 5 and the other to PWM 6,...
|
You should not be changing anything inside those functions. You need to wire things to the function inputs. One of the inputs to the Set Output function is a "device reference", which you need to get from the output of a "Refnum Get" function.
Look at the motor control example, and then look at
Tutorial 7 - Integrating Examples into Robot Code for detailed instructions. The tutorials are accessed from LabVIEW's
Getting Started window.