Advertisement
Guest User

Untitled

a guest
Sep 8th, 2011
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. #***************************************************************
  2. # --- Estop Indication Section ---
  3. setp hm2_7i43.0.gpio.023.is_output false
  4.  
  5. net estop-sw-btn and2.0.in0 <= iocontrol.0.user-enable-out
  6. net estop-hw-btn and2.0.in1 <= hm2_7i43.0.gpio.023.in_not
  7.  
  8. # ---- emc-enable-in is enabling software to run ---
  9. # ---- user-request-enable is momentary press of software estop button----
  10. net system-enable or2.0.in0 <= iocontrol.0.emc-enable-in
  11. net var2 or2.0.in1 <= iocontrol.0.user-request-enable
  12. net var3 and2.1.in0 <= and2.0.out
  13. net var4 and2.1.in1 <= or2.0.out
  14.  
  15. net system-enable iocontrol.0.emc-enable-in <= and2.1.out
  16. # --- End of Estop Indication Section ---
  17. #***************************************************************
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement