Initial Height Skip (IHS) not functioning properly
- Uthayne
- Offline
- Premium Member
- Posts: 143
- Thank you received: 44
Per the QtPlasmac docs, IHS should function as such:
9.20. Initial Height Sense (IHS) SkipIHS may be skipped in one of two different ways:
[list=1]
[*]If the THC is disabled then the IHS skip will occur if the start of the cut is less than [b]Skip IHS[/b] distance from the last successful probe.
[*]If the THC is enabled then the IHS skip will occur if the start of the cut is less than [b]Skip IHS[/b] distance from the end of the last cut.
[/list]
A value of zero for [b]Skip IHS[/b] will disable IHS skipping.Any errors encountered during a cut will disable IHS skipping for the next cut if [b]Skip IHS[/b] is enabled.
If I run a program with the torch disabled (dry run), it will properly IHS based on the distance set on my parameters tab, so I know that this has the ability to work. When I run the same program with torch enabled, it does not IHS.
My test program is a grid of holes. If THC is enabled, then it will not IHS between the holes. As soon as I uncheck the THC enable button, it skips probing between holes. My understanding is that with THC enabled (my default state), it should check the distance between the end of the last cut and the current probe position. Even though the THC is enabled but does not activate due to the velocity anti-dive feature, I feel like IHS should still operate as it does with THC disabled.
Test program and machine configuration are attached. I am currently running QtPlasmac version 1.223.186
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
- Posts: 19411
- Thank you received: 6507
Initial Height Sense (IHS)
Please Log in or Create an account to join the conversation.
- phillc54
- Offline
- Platinum Member
- Posts: 5698
- Thank you received: 2081
This statement:
If the THC is enabled then the IHS skip will occur if the start of the cut is less than Skip IHS distance from the end of the last cut.
If the THC is enabled and activated then the IHS skip will occur if the start of the cut is less than Skip IHS distance from the end of the last cut.
EDIT:
On further reading, I think this:
If the THC is disabled then the IHS skip will occur if the start of the cut is less than Skip IHS distance from the last successful probe.
If the THC is disabled or if THC is enabled and not activated then the IHS skip will occur if the start of the cut is less than Skip IHS distance from the last successful probe.
Please Log in or Create an account to join the conversation.
- Uthayne
- Offline
- Premium Member
- Posts: 143
- Thank you received: 44
If the THC is disabled or if THC is enabled and not activated then the IHS skip will occur if the start of the cut is less than Skip IHS distance from the last successful probe.
This logic makes sense to me. It doesn't currently work this way though, does it? Like you said earlier, if THC is enabled but not active at the end of the cut, IHS skip will not function. It should (in theory) default back to the last successful probe in this case.
Edit: Wow, editing on mobile is a disaster
Please Log in or Create an account to join the conversation.
- phillc54
- Offline
- Platinum Member
- Posts: 5698
- Thank you received: 2081
So long as you have a large enough Skip IHS distance it will work.
If the THC is disabled or if THC is enabled and not activated then the IHS skip will occur if the start of the cut is less than Skip IHS distance from the last successful probe.
This logic makes sense to me. It doesn't currently work this way though, does it? Like you said earlier, if THC is enabled but not active at the end of the cut, IHS skip will not function. It should (in theory) default back to the last successful probe in this case.
Yeah, it is bad enough on a PC, I rarely reply on a mobile and if I do it is usually without quotes.Edit: Wow, editing on mobile is a disaster
Please Log in or Create an account to join the conversation.
- Uthayne
- Offline
- Premium Member
- Posts: 143
- Thank you received: 44
Please Log in or Create an account to join the conversation.
- phillc54
- Offline
- Platinum Member
- Posts: 5698
- Thank you received: 2081
It works down to a Skip IHS value of 0.4.
Please Log in or Create an account to join the conversation.
- Uthayne
- Offline
- Premium Member
- Posts: 143
- Thank you received: 44
When I enable the torch and actually cut it probes each time. There are no errors while cutting which would disable IHS skip.
Please Log in or Create an account to join the conversation.
- phillc54
- Offline
- Platinum Member
- Posts: 5698
- Thank you received: 2081
That is odd because it probably wouldn't reach full velocity on those holes, THC would not be activated, then it should fall back to:It's confusing because it works as intended if I do not enable the torch. It probes the first hole and then finishes the remainder without probing (THC Enabled, not active obviously because of no torch voltage).
When I enable the torch and actually cut it probes each time. There are no errors while cutting which would disable IHS skip.
If the THC is disabled or if THC is enabled and not activated then the IHS skip will occur if the start of the cut is less than Skip IHS distance from the last successful probe.
Please Log in or Create an account to join the conversation.
- Uthayne
- Offline
- Premium Member
- Posts: 143
- Thank you received: 44
Please Log in or Create an account to join the conversation.