Quote:
Originally Posted by Alan Anderson
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.
|
The coercion dot is because GetAngle outputs an unsigned 16 bit integer, while SetAngle accepts a signed 32 bit integer. Either one handles far more then the servo needs, and so the coercion dot shouldn't matter. Not sure why two different types are used by the library.