Work with probe

More
16 Aug 2023 08:49 #278143 by Vector
Replied by Vector on topic Work with probe
I guessed you were saying you could just get it with sudo apt update now, and lookey, yep, it's working for me now!

Well, at least Precious learned alot, gollum, gollum.

It's very, very fine UI, but... where is the probe screen?

I guess I need to hit the books and/or videos... I'm guessing in my QTDragon startup file, I don't have the probe and toolsetter pins set.

Please Log in or Create an account to join the conversation.

More
16 Aug 2023 09:19 #278146 by rodw
Replied by rodw on topic Work with probe
just work your way through the documents and convert stuff from axis.
linuxcnc.org/docs/2.9/html/gui/qtdragon.html
and also the QTVCP docs (too many to link to)
2.13 tells you how to select the probing method in the ini file.
The following user(s) said Thank You: Vector

Please Log in or Create an account to join the conversation.

More
16 Aug 2023 09:34 - 16 Aug 2023 09:35 #278149 by Vector
Replied by Vector on topic Work with probe
Yes, it's not that bad, just looks daunting from the start. I'd done enough to get it up, but not enough to get to probe, since it wasn't 5-axis capabale way back when -- ie, 2 weeks ago :-)

I thought you could only have one postgui hal file?? Has that changed?

See section 2.17.

Or did that limit depend on the GUI?
Last edit: 16 Aug 2023 09:35 by Vector. Reason: Corrected section number.

Please Log in or Create an account to join the conversation.

More
16 Aug 2023 09:39 #278151 by rodw
Replied by rodw on topic Work with probe
I'm not sure. I just used my existing postgui and extended it as required.

Please Log in or Create an account to join the conversation.

More
16 Aug 2023 09:54 #278153 by Vector
Replied by Vector on topic Work with probe
It wasn't allowed, I think I hit it just a few weeks ago, but that was in axis... but the QTDragon doc insists that multiple are possible.

So I'm guessing it's a gui thing, ie, postgui depends on which gui.

Please Log in or Create an account to join the conversation.

More
16 Aug 2023 09:59 #278154 by Vector
Replied by Vector on topic Work with probe
Wow, they did a great job simplifying the probe screen: you toggle through the probe types: Inside, Outside, Skew, & Tool Probe.

It would be nice if those were tabs, not sequences...

which is the best threat to put that thought into?

Please Log in or Create an account to join the conversation.

More
17 Aug 2023 03:13 #278224 by lrak
Replied by lrak on topic Work with probe
@rodw
Somehow I missed that I needed to build a component for it..

Which one are you running?  I picked the probe_screen_v2.X because I saw Andy working on it. 

It does seem that going to a component or similar would be the right way to get to a clean finished product. 

Please Log in or Create an account to join the conversation.

More
17 Aug 2023 03:29 #278225 by rodw
Replied by rodw on topic Work with probe
I use qtdragon-hd which just works

Please Log in or Create an account to join the conversation.

More
17 Aug 2023 03:36 #278226 by Vector
Replied by Vector on topic Work with probe
If anyone in QTDragon is watching this thread... I'm a little confused, and nervous, about the actual physical hal pin wiring.

I've got a mesa card, so the pins I have set before, which are signalling properly on the axis interface are:
[HMOT](CARD0).inm.00.input-05
[HMOT](CARD0).inm.00.input-06

which I set like this for use in the PSNG_V3 mentioned earlier in this thread:
net touch-probe               <= [HMOT](CARD0).inm.00.input-05-not
net touch-setter              <= [HMOT](CARD0).inm.00.input-06-not

Note, that PSNG_V3 hal code uses an "or2" to make a combined signal for probe routines.

But in the QTDragon documentation, in section 14.5 it says we need to do this:
[color=#0000ff]net[/color] [color=#000000]probe[/color]  [color=#009900]motion.probe-input[/color] [color=#990000]<=[/color] <[color=#000000]your_input_pin[/color]>

Which leaves me two questions:
(a) which of my input pins? I think you mean the xyz probe ([HMOT](CARD0).inm.00.input-05 for me)
(b) what do I do with the other one? (The tool-setter probe)

I'm a newb (just finished building my first machine, and this is my last step before cutting) so if I'm on the wrong base, please straighten me out.

But it seems like both are useful:
the (a) xyz probe for finding the position of the tool-head relative to the stock being worked on, and
the (b) tool setter probe for either (b.1) detecting the precise length of the tool and using the tool offset workflow, or (b.2) having it go probe the tool length on each tool-change to calculate the offset. 

How do I set both in QTDragon?

(And I'm bone tired, so I could be very stupid right now, please forgive me.)

But as a note, 'cause this is what I'm wondering, are we talking about using some kind of hal setup like they did in PSNG_V3 to create a combined signal for either probe being detected? If so, the code alkabal created might be worth glancing at... my quick interpretation is that he's doing some debouncing and cleaning of the signal but ultimately combining both the xyz probe and the toolset probe into one signal called motion.probe-input ... so would I just lift this code, because it ends up with the signal mentioned above in the QTDragon docs: namely:
motion.probe-input  ?

I've attached that code with my pins.
Attachments:

Please Log in or Create an account to join the conversation.

More
17 Aug 2023 08:15 #278240 by rodw
Replied by rodw on topic Work with probe
You are probably better off asking questions in the QTVCP section.
There are some features in its version of versa probe for tool setters. check heading #14 in the qtd docs.
If you wanted to use 2 sensors for probing, you woulf use an or2 component and connect your pins to the its inputs and the out pin to motion.probe-input
Having said that, If you have TTS or some other repeatable holder, you could just probe all your tools for height and set the tool table heights.
I went this way. tormach.com/tts-cnc-operator-set-with-tool-assist-32284.html
The following user(s) said Thank You: Vector

Please Log in or Create an account to join the conversation.

Time to create page: 0.138 seconds
Powered by Kunena Forum