1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89
|
setp halui.joint.jog-speed 100
net jog-selected-minus <= python-ui.jog-selected-minus
net jog-selected-minus => halui.joint.selected.minus
net jog-selected-plus <= python-ui.jog-selected-plus
net jog-selected-plus => halui.joint.selected.plus
net joint-0-home <= python-ui.joint-0-home
net joint-0-home => halui.joint.0.home
net joint-0-homed <= halui.joint.0.is-homed
net joint-0-homed => python-ui.joint-0-homed
net joint-0-select <= python-ui.joint-0-select
net joint-0-select => halui.joint.0.select
net joint-0-selected <= halui.joint.0.is-selected
net joint-0-selected => python-ui.joint-0-selected
net joint-0-velocity <= joint.0.vel-cmd
net joint-0-velocity => python-ui.joint-0-velocity
net joint-0-jog-plus <= python-ui.joint-0-jog-plus
net joint-0-jog-plus => halui.joint.0.plus
net joint-0-jog-minus <= python-ui.joint-0-jog-minus
net joint-0-jog-minus => halui.joint.0.minus
net Xpos => python-ui.joint-0-position
net joint-1-home <= python-ui.joint-1-home
net joint-1-home => halui.joint.1.home
net joint-1-homed <= halui.joint.1.is-homed
net joint-1-homed => python-ui.joint-1-homed
net joint-1-select <= python-ui.joint-1-select
net joint-1-select => halui.joint.1.select
net joint-1-selected <= halui.joint.1.is-selected
net joint-1-selected => python-ui.joint-1-selected
net joint-1-velocity <= joint.1.vel-cmd
net joint-1-velocity => python-ui.joint-1-velocity
net joint-1-jog-plus <= python-ui.joint-1-jog-plus
net joint-1-jog-plus => halui.joint.1.plus
net joint-1-jog-minus <= python-ui.joint-1-jog-minus
net joint-1-jog-minus => halui.joint.1.minus
net Ypos => python-ui.joint-1-position
net joint-2-home <= python-ui.joint-2-home
net joint-2-home => halui.joint.2.home
net joint-2-homed <= halui.joint.2.is-homed
net joint-2-homed => python-ui.joint-2-homed
net joint-2-select <= python-ui.joint-2-select
net joint-2-select => halui.joint.2.select
net joint-2-selected <= halui.joint.2.is-selected
net joint-2-selected => python-ui.joint-2-selected
net joint-2-velocity <= joint.2.vel-cmd
net joint-2-velocity => python-ui.joint-2-velocity
net joint-2-jog-plus <= python-ui.joint-2-jog-plus
net joint-2-jog-plus => halui.joint.2.plus
net joint-2-jog-minus <= python-ui.joint-2-jog-minus
net joint-2-jog-minus => halui.joint.2.minus
net Zpos => python-ui.joint-2-position
net motion-mode-joint <= python-ui.motion-mode-joint
net motion-mode-joint => halui.mode.joint
net motion-mode-is-joint <= python-ui.motion-mode-is-joint
net motion-mode-is-joint => halui.mode.is-joint
|