The filter wheel correctly homed and then rotated for half a turn. The stage started to move in one direction and timed out, which is as expected because the distance could not be covered in 4 seconds. This was to demonstrate that the communication is going well and the homing function is working normally. The motion is terminated correctly by calling Stop. Here comes the problem.
After calling MoveTo(360, 1000), the stage stayed in place, as if the motor thought it was a filter wheel (since 0 equals 360 in degree). Calling MoveTo(180, 1000) caused the stage to move a tiny distance but in a obviously larger speed then usual. Finally by calling stage.MoveTo(361, 1000) an error was returned claiming the requested position could not be reached.
Setup: BSC202 connected with an FW103 filter wheel and an NRT100 translation stage. Communication is done through USB. Using .NET control in matlab.
Phenomenon: Send the following instructions in order:
The filter wheel correctly homed and then rotated for half a turn. The stage started to move in one direction and timed out, which is as expected because the distance could not be covered in 4 seconds. This was to demonstrate that the communication is going well and the homing function is working normally. The motion is terminated correctly by calling Stop. Here comes the problem. After calling MoveTo(360, 1000), the stage stayed in place, as if the motor thought it was a filter wheel (since 0 equals 360 in degree). Calling MoveTo(180, 1000) caused the stage to move a tiny distance but in a obviously larger speed then usual. Finally by calling stage.MoveTo(361, 1000) an error was returned claiming the requested position could not be reached.
Code: Based on https://github.com/Thorlabs/Motion_Control_Examples/blob/main/Matlab/Benchtop/BSC20X/BSC20X.m