adding auto z touchoff
attached are all the config files from linuxcnc and also a copy of the fail report from when axis tries to start
this is the site i got the info off of 7xcnc.com/software/probing/
thank you for any help that you can give. i have looked at the classic ladder method but that looks entirely too complex for me to even try
Please Log in or Create an account to join the conversation.
hobby_cnc.hal:47: Signal 'probe-in' can not add OUT pin 'parport.0.pin-15-in', it already has OUT pin 'debounce.0.0.out'
this is saying that on line 47 of your hobby_cnc.hal file that your trying to connect 2 out pins .,..
you can only connect 1 out pin ,
are you using 2 probe inputs ? as you have
net probe-in <= parport.0.pin-15-in
and
net deb-probe-in debounce.0.0.in <= parport.0.pin-13-in-not
changing net probe-in to
net probe-in debounce.0.0.out
should do the trick , as the run of logic is probe in on parrell port 13 connected to input of debounce logic ( deb-probe-in ) and the output of the debounce logic ( debounce.0.0.out) connected to the probe-in net
but look further down and you'll see your duplicate entry for probe-in , probably left from previous trys
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
so i fixed the hal file and now axis gets to the point of loading the panel and quits with a new error report, i think my problem is actualy in the custom panel xml file im not real sure where everything is supposed to go in there
Debug file information:
Can not find -sec MOT -var MOT -num 1
Can not find -sec IO -var IO -num 1
Can not find -sec LINUXCNC -var NML_FILE -num 1
Can not find -sec EMC -var NML_FILE -num 1
custom_postgui.hal:4: Pin 'pyvcp.o100' does not exist
6098
PID TTY STAT TIME COMMAND
6149
PID TTY STAT TIME COMMAND
Stopping realtime threads
Unloading hal components
here are my new files
Please Log in or Create an account to join the conversation.
JT
Please Log in or Create an account to join the conversation.
this is almost like trying to learn a new language by just reading the book
Please Log in or Create an account to join the conversation.
JT
Please Log in or Create an account to join the conversation.