Quote:
Originally Posted by EagleS!!
we are trying some code but it isn't working. Could you tell me where is the mistake.
|
Saying "it isn't working" doesn't give a lot of information. What do you expect it to do, and what is it doing instead?
There's a red dot on the input of the Servo Set Angle vi. That means you're giving it a data type that it doesn't expect.
Your code will add ten every time Teleop is called -- which is fifty times a second. You probably don't want to do that.