Advertisement
Guest User

Untitled

a guest
May 6th, 2014
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. 266 proc std_start_pause_button {} {
  2. 267 # hardcoded setup for button-start-pause
  3. 268 net pendant:start-or-pause <= xhc-hb04.button-start-pause \
  4. 269 => pendant_util.start-or-pause
  5. 270
  6. 271 net pendant:is-idle <= halui.program.is-idle \
  7. 272 => pendant_util.is-idle
  8. 273 net pendant:is-paused <= halui.program.is-paused \
  9. 274 => pendant_util.is-paused
  10. 275 net pendant:is-running <= halui.program.is-running \
  11. 276 => pendant_util.is-running
  12. 277
  13. 278 net pendant:program-resume pendant_util.resume => halui.program.resume
  14. 279 net pendant:program-pause pendant_util.pause => halui.program.pause
  15. 280 net pendant:program-run pendant_util.run => halui.program.run
  16. 281 } ;# std_start_pause_button
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement