Error -63195 relay

Our team has been experiencing this read and write error on and off, with the same code. We used to have issues with setting the angle of the Servo due to this error and we are currently having issues with the relay.

-we set up the code in our project by opening and creating a refnum in begin , then calling set on the relay refnum in teleOP.

-we tried to use the example vi at set the relay and the same error occurred.

-we probed around and set breakpoints in the example vi and we realized that the error code was generated right after the device was opened.

-last time our refnum issue was fixed randomly, An we don’t know what caused it to change.

That error sounds like the device is not getting opened properly, or it’s getting closed somehow.
Try simplifying your code to just a default project with your servo code added to see if the error occurs?
Then share the code you are using, so we can check it out, recreate the problem you are having, and give you some recommendations.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.