Skip to content

Messages in motions

Cyril Guilloud requested to merge messages_in_motions into master

Messages in motions

CYRIL [1]: move(mm1, 100, mm2,100 , wait  =False)
Moving mm1 from 24 to 100
Moving mm2 from 12.96 to 100
CYRIL [2]: mm1.stop()

Axis mm1 stopped at position 25.79    <-----------------new
Axis mm2 stopped at position 14.75    <-----------------new
CYRIL [3]: mm1.move(100)
Moving mm1 from 25.79 to 100
^C

Axis mm1 stopped at position 26.52   <-----------------new
Edited by Cyril Guilloud

Merge request reports