Touch probe and auto tool length measurement
- spangledboy
- Topic Author
- Offline
- Senior Member
Less
More
- Posts: 76
- Thank you received: 10
29 Oct 2015 05:24 #64421
by spangledboy
Touch probe and auto tool length measurement was created by spangledboy
I've recently installed Verser's "Work with Probe" and have got my new touch probe working. Fresh from that success, I decided to re-task another touch probe as a tool length measurement sensor and implement auto tool length measurement as described in the Gmoccapy section of the wiki.
Everything looks good with the exception that both functions seem to need to use motion.probe-input, which is not possible for two different inputs, so at the moment I can only use one or the other, commenting out the link that I don't want to use in my HAL file.
Ideally I'd like to be able to carry out probing and auto tool length measurement in the same job, so is there some way I can use a different pin for the tool measurement (tool.length-input?) instead?
Hopefully I'm missing something obvious and easily fixed here....
Everything looks good with the exception that both functions seem to need to use motion.probe-input, which is not possible for two different inputs, so at the moment I can only use one or the other, commenting out the link that I don't want to use in my HAL file.
Ideally I'd like to be able to carry out probing and auto tool length measurement in the same job, so is there some way I can use a different pin for the tool measurement (tool.length-input?) instead?
Hopefully I'm missing something obvious and easily fixed here....
Please Log in or Create an account to join the conversation.
- LearningLinuxCNC
- Offline
- Platinum Member
Less
More
- Posts: 320
- Thank you received: 48
29 Oct 2015 06:08 #64422
by LearningLinuxCNC
Replied by LearningLinuxCNC on topic Touch probe and auto tool length measurement
You can tie both physical inputs into the one motion.probe-input with an
or2
hal component. Then either input will trip the motion.probe-input.
The following user(s) said Thank You: spangledboy
Please Log in or Create an account to join the conversation.
- spangledboy
- Topic Author
- Offline
- Senior Member
Less
More
- Posts: 76
- Thank you received: 10
02 Nov 2015 00:32 #64584
by spangledboy
Replied by spangledboy on topic Touch probe and auto tool length measurement
Ah, great - that's worked a treat!
Thank you!
Thank you!
Please Log in or Create an account to join the conversation.
Time to create page: 0.061 seconds