Skip to content

Commit

Permalink
routine
Browse files Browse the repository at this point in the history
  • Loading branch information
dpeana committed Sep 10, 2021
1 parent 2cf0dcc commit d3614fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file not shown.
4 changes: 2 additions & 2 deletions picomotor_repo/picomotor/picomotor_driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
# 'sipyco_rpctool ::1 3210 list-methods' will list the methods of this driver. use 'sipyco_rpctool ::1 3210 call <method> <argument1 argument2 ...>' e.g. sipyco_rpctool ::1 3210 call move 'MOTx_x' <value>

class picomotor:
axis_names = { "MOTz_x": "112", "MOTz_y": "122", "MOTy_x": "232", "MOTy_y": "242", "MOTx_x": "212", "MOTx_y": "222"}
axis_names = { "MOTz_x": "112", "MOTz_y": "122", "MOTy_x": "232", "MOTy_y": "242", "MOTx_x": "212", "MOTx_y": "222", "Coprop_y": "132", "Coprop_x": "142"}
steps_in_turn = { "MOTz_x": [45650/3, 48500/3], "MOTz_y":[58000/3, 71400/3], "MOTy_x": [90150/3, 69000/3], "MOTy_y": [65500/3, 62500/3],
"MOTx_x": [45300/3, 51000/3], "MOTx_y": [51100/3, 51900/3]} # [CW, CCW] number of steps for 1 turn, using numbers from OneNote 2/8/20 calibration
"MOTx_x": [45300/3, 51000/3], "MOTx_y": [51100/3, 51900/3], "Coprop_y": [51100/3, 51900/3], "Coprop_x": [51100/3, 51900/3]} # [CW, CCW] number of steps for 1 turn, using numbers from OneNote 2/8/20 calibration
# Original MOTY values: "MOTy_x": [90150/3, 69000/3], "MOTy_y": [87400/3, 62500/3],
# "MOTz_y":[58000/3, 59400/3] [58000/3, 69400/3]
def __init__(self, COM_port):
Expand Down

0 comments on commit d3614fe

Please sign in to comment.