Hi,
I tried to build high resolution microscope. When I run OpenFlexture Connect I get visual from camera but when i tired to move the stage I get “Error 503: No stage connected”.
On Sangaboard RX light is red
TX light is off
USB power and MTR power lights are both blue
After searching the forum i tried to fix it with the following code.
pip install sangaboard
Then run
python3
This should start Python and you can type Python commands in now. Try typing in the following lines, pressing enter after each. If you get an error message then can you screenshot it?
from sangaboard import Sangaboard
with Sangaboard() as sb:
sb.move_rel([1000,0,0])
print(sb.position)
sb.move_rel([-1000,0,0])
when i wrote pip install sangaboard I get some versıon no error;
then i write
from sangaboard import Sangaboard
and get moduleNotFoundError: No module named ‘sangaboard’
Can anyone help me ??
Thanks a lot
4 posts - 3 participants