Quote:
Originally Posted by Alan Anderson
I'm not really sure why you want to use variables. You might be thinking too much in terms of procedural programming (like C or even BASIC) instead of treating LabVIEW as a dataflow programming method -- which it is.
In LabVIEW programs, wires are essentially the variables. They're what "hold" values as they move from where they're produced to where they're used.
|
Exactly. All you need to do is wire the output from your Get Axis VI from the Joystick Palette to the Set Speed VI (or equivalent if you are using your Drive motors) from the Motors Palette. You don't need to use variables at all.