about probe
I use a mesa hm2-5i20 (fireware:5I20_SVST8_3P.BIT,the pin configuration as shown in attachment)to control a 3 axis mill ,and i need a high resolution probe.Does I need to "net probe_test hm2_[HOSTMOT2](BOARD).0.gpio.071.in => JOYJB200.probesign hm2_[HOSTMOT2](BOARD).0.encoder.00.latch-enable hm2_[HOSTMOT2](BOARD).0.encoder.01.latch-enable hm2_[HOSTMOT2](BOARD).0.encoder.02.latch-enable "?
Thanks
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Hi all,
I use a mesa hm2-5i20 (fireware:5I20_SVST8_3P.BIT,the pin configuration as shown in attachment)to control a 3 axis mill ,and i need a high resolution probe.Does I need to "net probe_test hm2_[HOSTMOT2](BOARD).0.gpio.071.in => JOYJB200.probesign hm2_[HOSTMOT2](BOARD).0.encoder.00.latch-enable hm2_[HOSTMOT2](BOARD).0.encoder.01.latch-enable hm2_[HOSTMOT2](BOARD).0.encoder.02.latch-enable "?
It isn't usual to involve the encoder latches in probing. If the encoder is wired to gpio.071 then it would just be:
net probe_input hm2_[HOSTMOT2](BOARD).0.gpio.071.in => motion.probe-input
That is all that is required for G38 probing.
Are you trying to zero the axes when the probe touches? It seems to me that you can't zero every axis from one probe event, as the axis to be zeroed depends on the direction of motion of the probe.
Can you give us a bit more detail on what you wish to do?
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
details here: linuxcnc.org/docs/html/gui_halui.html#sub:MDI
In the INI file, in the [HALUI] section
MDI_COMMAND (debug, X = #5420 Y = #5421 Z = #5422)
in the HAL file
net probe-touch hm2_[HOSTMOT2](BOARD).0.gpio.071.in => halui.mdi-command-00
Not that that way of accessing X Y and Z is a feature only available in v2.5. if you need to do it in 2.4 then it is a little more complicated.
You might also want to use (log, ..) rather than (debug, ) to output the data to file.
Please Log in or Create an account to join the conversation.
the version 2.4.6 doesn't support it now?
Please Log in or Create an account to join the conversation.
I know nothing about latch-on-probe, that is new to me.
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.
Please Log in or Create an account to join the conversation.