stick rotatation is either om or stickrot
This commit is contained in:
parent
f276b973f5
commit
3959da6847
@ -52,3 +52,16 @@ sea_object = lev
|
||||
class = secop_psi.sea.SeaWritable
|
||||
io = sea_main
|
||||
sea_object = hefill
|
||||
|
||||
[stick_io]
|
||||
description = dom motor IO
|
||||
class = secop_psi.phytron.PhytronIO
|
||||
uri = ma02-ts.psi.ch:300x
|
||||
|
||||
[stickrot]
|
||||
description = stick rotation, typically not used as omega
|
||||
class = secop_psi.phytron.Motor
|
||||
io = stick_io
|
||||
encoder_mode = CHECK
|
||||
|
||||
|
||||
|
@ -64,7 +64,7 @@ class = secop_psi.phytron.PhytronIO
|
||||
uri = ma10-ts.psi.ch:3004
|
||||
|
||||
[om]
|
||||
description = stick rotation
|
||||
description = stick rotation, typically used for omega
|
||||
class = secop_psi.phytron.Motor
|
||||
io = om_io
|
||||
encoder_mode = CHECK
|
||||
|
@ -84,14 +84,14 @@ class = secop_psi.sea.SeaReadable
|
||||
io = sea_main
|
||||
sea_object = lambdawatch
|
||||
|
||||
[om_io]
|
||||
[stick_io]
|
||||
description = dom motor IO
|
||||
class = secop_psi.phytron.PhytronIO
|
||||
uri = ma11-ts.psi.ch:3005
|
||||
|
||||
[om]
|
||||
description = stick rotation
|
||||
[stickrot]
|
||||
description = stick rotation, typically not used as omega
|
||||
class = secop_psi.phytron.Motor
|
||||
io = om_io
|
||||
io = stick_io
|
||||
encoder_mode = CHECK
|
||||
|
||||
|
@ -60,7 +60,7 @@ class = secop_psi.phytron.PhytronIO
|
||||
uri = ma6-ts.psi.ch:3001
|
||||
|
||||
[om]
|
||||
description = stick rotation
|
||||
description = stick rotation, typically used for omega
|
||||
class = secop_psi.phytron.Motor
|
||||
io = om_io
|
||||
encoder_mode = CHECK
|
||||
|
@ -71,14 +71,14 @@ class = secop_psi.sea.SeaReadable
|
||||
io = sea_main
|
||||
sea_object = table
|
||||
|
||||
[om_io]
|
||||
[stick_io]
|
||||
description = dom motor IO
|
||||
class = secop_psi.phytron.PhytronIO
|
||||
uri = ma7-ts.psi.ch:3007
|
||||
|
||||
[om]
|
||||
description = stick rotation
|
||||
[stickrot]
|
||||
description = stick rotation, typically not used as omega
|
||||
class = secop_psi.phytron.Motor
|
||||
io = om_io
|
||||
io = stick_io
|
||||
encoder_mode = CHECK
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user