Quote:
Originally Posted by Alan Anderson
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.
|
I just expect code to move camera by 10 degrees when button8 is pressed. But when pressed, nothing happens.
Do you think red dot on the input can cause problem?
I will try any code changes tomorrow as it is night here now.
Thanks in advance