Hello Guest it is April 23, 2024, 07:19:21 AM

Author Topic: Execute GCODE without motors  (Read 3622 times)

0 Members and 1 Guest are viewing this topic.

Execute GCODE without motors
« on: September 10, 2012, 07:30:01 AM »
Hi,  ;)

I am designing a Simulation Software for Mach3 using the plugin files.  I made a plugin for extract all coordinates of the machine and the tool, and I made a program for show the movements of the milling machine in 3D.

The problem is that the simulation works at the same time that the motors; and I need to run the simulator without the movements of the real machine.

How can I execute a GCode in Mach3, without movements of the motors X Y and Z? I need to disconnect the motors through software.

A lot of thanks!   ;D
Re: Execute GCODE without motors
« Reply #1 on: September 10, 2012, 12:34:50 PM »
 :)
You might try the following ... on the MDI screen.
Russ
 :)
Re: Execute GCODE without motors
« Reply #2 on: September 10, 2012, 03:20:56 PM »
Ok thanks!!

I will try it!
Re: Execute GCODE without motors
« Reply #3 on: September 11, 2012, 05:20:45 AM »
The MDI Input recognises this function Offline (I don't have the Status: Unknown word where unary operation could be), but the motors always works...
Re: Execute GCODE without motors
« Reply #4 on: September 11, 2012, 05:32:10 AM »
I find a OFFLINE Button in the first screen, and It rules!!!

Thanks!