Category: General LinuxCNC Questions
Thank you so much I am still having problems setting up the limit and home switches in the main hal , I used mesa CT here are my files, I noticed you used the code down below but i cant seem to replicat it without error
# --- MIN-HOME-X ---
net min-home-x <= hm2_5i25.0.7i77.0.0.input-00-not
# --- MAX-X ---
net max-x <= hm2_5i25.0.7i77.0.0.input-01-not
# --- MIN-HOME-Y ---
net min-home-y <= hm2_5i25.0.7i77.0.0.input-02-not
# --- MAX-Y ---
net max-y <= hm2_5i25.0.7i77.0.0.input-03-not
# --- MIN-Z ---
net min-z <= hm2_5i25.0.7i77.0.0.input-07-not
# --- MAX-HOME-Z ---
net max-home-z <= hm2_5i25.0.7i77.0.0.input-06-not
# --- MIN-W ---
net min-w <= hm2_5i25.0.7i77.0.0.input-05-not
# --- MAX-HOME-W ---
net max-home-w <= hm2_5i25.0.7i77.0.0.input-04-not
# --- X_READY ---
#net X_Ready <= hm2_5i25.0.7i77.0.0.input-08
# --- Y_READY ---
#net Y_Ready <= hm2_5i25.0.7i77.0.0.input-09
# --- Z_READY ---
#net Z_Ready <= hm2_5i25.0.7i77.0.0.input-10
# --- W_READY ---
#net W_Ready <= hm2_5i25.0.7i77.0.0.input-11
# --- Z_SPINDLE_RUNNING ---
net Z_Spindle_running <= hm2_5i25.0.7i77.0.0.input-12 => and2.0.in0
# ---setup home / limit switch signals---
net min-home-x => axis.0.home-sw-in
net min-home-x => axis.0.neg-lim-sw-in
net max-x => axis.0.pos-lim-sw-in