Welcome, Guest. Please login or register.
Did you miss your activation email?
May 28, 2012, 12:09:31 AM

Login with username, password and session length
Search:     Advanced search
* Home Help Search Calendar Links Login Register
+  Machsupport Forum
|-+  Third party software and hardware support forums.
| |-+  Newfangled Solutions Wizards (Moderator: Ron Ginger)
| | |-+  undesirable behavior of wizard
Pages: 1   Go Down
Print
Author Topic: undesirable behavior of wizard  (Read 307 times)
0 Members and 2 Guests are viewing this topic.
tantan
Active Member

Offline Offline

Posts: 68


View Profile
« on: July 24, 2011, 08:52:38 AM »

i used the keyway wizard. it works fine but:

the code which is generated is for example X-90 y0. a few lines above is G1 F75. if mach3 executes the line x-90 y0 and while the machine is moving i press stop. no worries yet: the machine stops. but when i press run mach go's on with the  the x-90 y0 command but then with G0 speed. HuhHuh?

i think the solution would be to generate code like: G1 x-90 y0 F75
Logged
BR549
Active Member

Offline Offline

Posts: 2,557


View Profile
« Reply #1 on: July 24, 2011, 02:20:54 PM »

The Problem IS you pressed STOP instead of Feedhold(;-)

At feedhold all the modal calls such as G1 and feedrate stay in play but with stop Mach dumps all the modal values AS it should. Then IF you press start again the only thing it knows at that point is G0 so that is what it uses.

Might want to curl up with a GOOD gcode manual and study up on the process a bit.

(;-) TP

Logged
tantan
Active Member

Offline Offline

Posts: 68


View Profile
« Reply #2 on: July 26, 2011, 05:57:58 AM »

oke tnx. well this makes sense.
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!