You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to set the Y position of the XYstage of our Zeiss Axiovert 200M, the X position changes as well.
Setting X just by itself works as expected.
Setting X or Y works as expected using the Micromanager GUI.
Wireshark does not show a set-x-position-zmq-request when performing a set-y-command.
Code for reproduction
# First, use the Micomanager interface to set the x- and y position to some known values, say (x0, y0).# this will work finepycromanager_core.set_property("XYStage", "X_um", x1)
# stage is now at (x1, y0)# this is the issue:pycromanager_core.set_property("XYStage", "Y_um", y1)
# stage is now at (y0, y1)
Expected outcome
X-position should not be affected
Actual outcome
New Y-position gets set as intended, but the X-position is also changed. New X becomes old Y.
The text was updated successfully, but these errors were encountered:
When I try to set the Y position of the XYstage of our Zeiss Axiovert 200M, the X position changes as well.
Setting X just by itself works as expected.
Setting X or Y works as expected using the Micromanager GUI.
Wireshark does not show a set-x-position-zmq-request when performing a set-y-command.
Code for reproduction
Expected outcome
X-position should not be affected
Actual outcome
New Y-position gets set as intended, but the X-position is also changed. New X becomes old Y.
The text was updated successfully, but these errors were encountered: