Welcome, Guest. Please login or register.
Did you miss your activation email?
May 27, 2012, 06:31:15 PM

Login with username, password and session length
Search:     Advanced search
* Home Help Search Calendar Links Login Register
+  Machsupport Forum
|-+  Mach Discussion
| |-+  VB and the development of wizards
| | |-+  MPG step/velocity does not stop
Pages: 1   Go Down
Print
Author Topic: MPG step/velocity does not stop  (Read 594 times)
0 Members and 2 Guests are viewing this topic.
ulihuber
Active Member

Offline Offline

Posts: 14


View Profile
« on: March 20, 2011, 09:53:27 AM »

Hi,

I have a problem with my new MPG.

I wrote a macropump that does axis selection and switches between step/velocity-mode and multiple-step-mode by the press of a button.
This enables me to do fast positioning and precise positioning alternatively.
It works fine but there is a problem: If I release the button for fast moves while the axis is still moving, the mode switches to multiple-step but the axis continues to travel with the speed it had at the moment of the button release.

Any ideas about that ?

Thanks
Uli
Logged
ulihuber
Active Member

Offline Offline

Posts: 14


View Profile
« Reply #1 on: March 23, 2011, 03:08:36 AM »

Hi,

strange, no replies on such a safety related problem ??
 
OK, some more details here:
  • The problem is not connected to my macropump. It can be reproduced by moving an axis by the MPG in step/velocity-mode and changing to multiple-step-mode  by mouse click on the screen.
  • I tried to fix the problem with an inserted code
       while ismoving()
          sleep(100)
       wend
       But it looks like Mach does not even know that the axis is still moving. There is no positive return code on ismoving(). It looks like Mach's pulse engine just continues to output pulses in the momentary rate
I hope there is a developer listening who is willing to analyze and fix this severe issue.

Thanks
Uli
Logged
AndrewM
Support Tech
Administrator
*
Offline Offline

Posts: 185




View Profile
« Reply #2 on: April 06, 2011, 12:50:33 PM »

Fixed Smiley
Logged

ulihuber
Active Member

Offline Offline

Posts: 14


View Profile
« Reply #3 on: April 06, 2011, 01:24:53 PM »

Quote
Fixed

Indeed.  Grin

Thanks
Uli
Logged
Pages: 1   Go Up
Print
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!