Guest User

Untitled

a guest
Jan 22nd, 2015
291
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.56 KB | None | 0 0
  1. OLD!
  2.  
  3. # ---setup spindle control signals---
  4.  
  5. net spindle-vel-cmd-rps <= motion.spindle-speed-out-rps
  6. net spindle-vel-cmd <= abs.spindle_out.out
  7. net spindle-on wj200-vfd.0.run <= motion.spindle-on
  8. #net spindle-cw <=
  9. #net spindle-cw hm2_5i25.0.7i77.0.0.output-02 <= motion.spindle-forward
  10. #net spindle-ccw <= motion.spindle-reverse
  11. #net spindle-ccw hm2_5i25.0.7i77.0.0.output-01 <= motion.spindle-reverse
  12. net spindle-ccw-not not.spindle.in <= motion.spindle-reverse
  13. net spindle-ccw wj200-vfd.0.reverse <= motion.spindle-forward
  14. net spindle-brake <= motion.spindle-brake
  15. net spindle-revs => motion.spindle-revs
  16. net spindle-at-speed => motion.spindle-at-speed
  17. net spindle-vel-fb => motion.spindle-speed-in
  18.  
  19.  
  20. NEW!
  21.  
  22. # ---setup spindle control signals---
  23.  
  24. net spindle-vel-cmd-rps <= motion.spindle-speed-out-rps
  25. net spindle-vel-cmd <= abs.spindle_out.out
  26. net spindle-on wj200-vfd.0.run <= motion.spindle-on
  27. #net spindle-cw <=
  28. net spindle-cw hm2_5i25.0.7i77.0.0.output-02 <= motion.spindle-forward
  29. #net spindle-ccw <= motion.spindle-reverse
  30. net spindle-ccw hm2_5i25.0.7i77.0.0.output-01 <= motion.spindle-reverse
  31. #net spindle-ccw-not not.spindle.in <= motion.spindle-reverse
  32. #net spindle-ccw wj200-vfd.0.reverse <= motion.spindle-forward
  33. net spindle-brake <= motion.spindle-brake
  34. net spindle-revs => motion.spindle-revs
  35. net spindle-at-speed => motion.spindle-at-speed
  36. net spindle-vel-fb => motion.spindle-speed-in
Advertisement
Add Comment
Please, Sign In to add comment