add meanings for stickrot and om to cyomagnets
This commit is contained in:
@@ -77,4 +77,5 @@ Mod('stickrot',
|
||||
'stick rotation, typically not used as omega',
|
||||
io='stick_io',
|
||||
encoder_mode='CHECK',
|
||||
meaning=['stick_rotation', 30],
|
||||
)
|
||||
|
||||
@@ -87,4 +87,5 @@ Mod('om',
|
||||
target_max = 360,
|
||||
encoder_mode='READ',
|
||||
backlash=-1,
|
||||
meaning=['rotation_z', 20],
|
||||
)
|
||||
|
||||
@@ -100,4 +100,5 @@ Mod('om',
|
||||
target_min = -180,
|
||||
target_max = 360,
|
||||
encoder_mode='READ',
|
||||
meaning=['rotation_z', 30],
|
||||
)
|
||||
|
||||
@@ -106,5 +106,6 @@ Mod('om',
|
||||
target_min = -180,
|
||||
target_max = 360,
|
||||
encoder_mode='READ',
|
||||
meaning=['rotation_z', 30],
|
||||
)
|
||||
|
||||
|
||||
@@ -113,4 +113,5 @@ Mod('stickrot',
|
||||
'stick rotation, typically not used as omega',
|
||||
io='stick_io',
|
||||
encoder_mode='NO',
|
||||
meaning=['stick_rotation', 30],
|
||||
)
|
||||
|
||||
@@ -95,5 +95,6 @@ Mod('om',
|
||||
'stick rotation, typically used as omega',
|
||||
io='stick_io',
|
||||
encoder_mode='CHECK',
|
||||
meaning=['rotation_z', 30],
|
||||
)
|
||||
|
||||
|
||||
@@ -81,4 +81,5 @@ Mod('om',
|
||||
target_min=-180,
|
||||
target_max=360,
|
||||
backlash=-1,
|
||||
meaning=['rotation_z', 30],
|
||||
)
|
||||
|
||||
@@ -107,4 +107,5 @@ Mod('om',
|
||||
encoder_mode='CHECK',
|
||||
target_min=-180,
|
||||
target_max=360,
|
||||
meaning=['rotation_z', 30],
|
||||
)
|
||||
|
||||
@@ -97,4 +97,5 @@ Mod('stickrot',
|
||||
'stick rotation, typically not used as omega',
|
||||
io='stick_io',
|
||||
encoder_mode='CHECK',
|
||||
meaning=['stick_rotation', 30],
|
||||
)
|
||||
|
||||
@@ -99,6 +99,7 @@ Mod('stickrot',
|
||||
'stick rotation, typically not used as omega',
|
||||
io='stick_io',
|
||||
encoder_mode='CHECK',
|
||||
meaning=['stick_rotation', 30],
|
||||
)
|
||||
|
||||
Mod('V',
|
||||
|
||||
@@ -133,4 +133,5 @@ Mod('stickrot',
|
||||
'stick rotation, typically not used as omega',
|
||||
io='stick_io',
|
||||
encoder_mode='CHECK',
|
||||
meaning=['stick_rotation', 30],
|
||||
)
|
||||
|
||||
@@ -127,4 +127,6 @@ Mod('stickrot',
|
||||
'stick rotation, typically not used as omega',
|
||||
io='stick_io',
|
||||
encoder_mode='CHECK',
|
||||
meaning=['stick_rotation', 30],
|
||||
)
|
||||
|
||||
|
||||
+4
-3
@@ -92,15 +92,16 @@ Mod('table',
|
||||
sea_object='table',
|
||||
)
|
||||
|
||||
Mod('om_io',
|
||||
Mod('io_stickrot',
|
||||
'frappy_psi.phytron.PhytronIO',
|
||||
'dom motor IO',
|
||||
uri='ma7-ts.psi.ch:3007',
|
||||
)
|
||||
|
||||
Mod('om',
|
||||
Mod('stickrot',
|
||||
'frappy_psi.phytron.Motor',
|
||||
'stick rotation',
|
||||
io='om_io',
|
||||
io='io_stickrot',
|
||||
encoder_mode='CHECK',
|
||||
meaning=['stick_rotation', 30],
|
||||
)
|
||||
|
||||
@@ -211,4 +211,5 @@ Mod('om',
|
||||
target_max=360,
|
||||
encoder_mode='NO',
|
||||
target=Param(min=-360, max=360),
|
||||
meaning=['rotation_z', 30],
|
||||
)
|
||||
|
||||
@@ -226,4 +226,5 @@ Mod('om',
|
||||
target_max=360,
|
||||
encoder_mode='NO',
|
||||
target=Param(min=-360, max=360),
|
||||
meaning=['rotation_z', 30],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user