We need to create several formulas for our robot in labview. Most of them involve taking the output of the joystick axis, putting them through a formula and inplementing them into a servo to turn our wheels. How would we do this?
A couple of options:
-
Use the math building blocks in the Programming -> Numeric palette.
-
Use the formula node in Programming -> Structures
-
Use the expression node in Programming -> Numeric
The associated help topics with each of the three options are much clearer than I can hope to be in this post, so I’ll rely on them to explain themselves.
Ok thanks