Continuous jogging won't stop on Reset.

If you think you've found a bug post it here.

Continuous jogging won't stop on Reset.

Postby Haik » Thu Jan 25, 2018 6:41 pm

Problem: Continuous jogging won't stop on Reset.
Affected/tested UCCNC Version(s):
v1.2046 (.net2)
v1.2102 (.net4)

1.) The steps you've made to produce the issue.
Fast jogging by holding down any Arrow Key and then Clicking the Reset Button.

2.) The symptoms you got.
Jogging does not stop and remains moving at same (velocity) rate.
Releasing the Arrow Key does not stop motion.
Toggling the Reset Button 2 times stops motion.

3.) Post as many additional information as possible to let us clearly see the issue.
Calling Buttons Jog[axis]plusoff 229 thru 240 has no affect and will not stop jogging/motion.

I haven't found any good workarounds for this problem. The code below works, but is not a proper fix and I have not tested it using a hardware reset button.

Can you please help?

public void Buttonpress_event(int buttonnumber, bool onscreen)
{
if (onscreen)
{
if (buttonnumber == 144 && UC.IsMoving())
{
UC.Callbutton(512);
UC.Callbutton(513);
}
}
}


-Haik
Haik
 
Posts: 35
Joined: Fri Sep 08, 2017 6:01 pm

Re: Continuous jogging won't stop on Reset.

Postby cncdrive » Thu Jan 25, 2018 10:47 pm

Hi,

I've just tested what you wrote in point 1. and I can't reproduce the issue.
I pressed different jog keys kept the keys down, pressed the Reset button and the jogging always stopped.
I have tested version 1.2102 and I've tested with UC100 and with UC300ETH-5LPT, I had these at hands now.
I could not reproduce the issue with any of the mentioned controllers.

Please tell me which motion controller you using and post your profile file to let me test using your settings.
cncdrive
Site Admin
 
Posts: 4695
Joined: Tue Aug 12, 2014 11:17 pm

Re: Continuous jogging won't stop on Reset.

Postby Haik » Fri Jan 26, 2018 12:50 am

I should have mentioned the problem was in Demo Mode. Apologies All!

I was dev'ing when I found this. So maybe this is a Demo Mode only thing/problem?/behavior.

Kind Regards,
-H
Haik
 
Posts: 35
Joined: Fri Sep 08, 2017 6:01 pm

Re: Continuous jogging won't stop on Reset.

Postby cncdrive » Fri Jan 26, 2018 7:21 am

Oh, yes. I've just tested it in demo mode after you told that it happens in demo mode and I confirm that this is really a bug in the demo mode now.
So, this issue seems to only happen in demo mode, but not in licensed mode.
We will fix it soon.
cncdrive
Site Admin
 
Posts: 4695
Joined: Tue Aug 12, 2014 11:17 pm

Re: Continuous jogging won't stop on Reset.

Postby Haik » Fri Jan 26, 2018 4:12 pm

Thanks!
EOF :geek:

All my best!
-Haik
Haik
 
Posts: 35
Joined: Fri Sep 08, 2017 6:01 pm


Return to Report a bug

Who is online

Users browsing this forum: No registered users and 15 guests