From TechnoDocs
Jump to: navigation, search
(Created page with "== Router jogs normally, but moves slow when running a file == === Scenario === * when running a file, the machine moves very slow although it jogs normally === Problem === Th...")
 
(Problem)
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
== Router jogs normally, but moves slow when running a file ==
+
== Slow motion when running a g-code file ==
  
 
=== Scenario ===
 
=== Scenario ===
* when running a file, the machine moves very slow although it jogs normally
+
 
 +
When running a file, the machine moves very slow. It jogs normally.
  
 
=== Problem ===
 
=== Problem ===
  
The NC file may contain no feedrates (Fxxx in [[G-code]]) and so it reverts to the Override speed. Or if feedrates are specified correctly, the software may be set up to override your feedrates.
+
*The NC file may contain no feedrates (missing any Fxxx in [[G-code]]) and so it reverts to the Default speed of 100 units per minute.  
  
=== Solution ====
+
*If feedrates are specified correctly, the software may be set up to override your feedrates. You can check this setting in setup-> speeds. If the software is set to "override speeds", those values are what will be used. Either change the overridden speeds to what is desired or switch to "Programmed Speeds". Remember to preprocess the file after changing speeds.
 +
 
 +
=== Solution ===
  
 
In the Techno CNC Interface (Setup > Speed), the Feedrate might be set to "Override", and so it moves at the speed indicated in the Interface and not at the speed programmed in the NC file. Simply set the Feedrate to Auto and it will use the speeds specified in the file.
 
In the Techno CNC Interface (Setup > Speed), the Feedrate might be set to "Override", and so it moves at the speed indicated in the Interface and not at the speed programmed in the NC file. Simply set the Feedrate to Auto and it will use the speeds specified in the file.
  
 
Be sure that you have F g-code commands in your file, and that the speeds are appropriate.
 
Be sure that you have F g-code commands in your file, and that the speeds are appropriate.
 +
 +
 +
[[Category:Knowledge Base]]

Latest revision as of 14:31, 1 September 2011

Slow motion when running a g-code file

Scenario

When running a file, the machine moves very slow. It jogs normally.

Problem

  • The NC file may contain no feedrates (missing any Fxxx in G-code) and so it reverts to the Default speed of 100 units per minute.
  • If feedrates are specified correctly, the software may be set up to override your feedrates. You can check this setting in setup-> speeds. If the software is set to "override speeds", those values are what will be used. Either change the overridden speeds to what is desired or switch to "Programmed Speeds". Remember to preprocess the file after changing speeds.

Solution

In the Techno CNC Interface (Setup > Speed), the Feedrate might be set to "Override", and so it moves at the speed indicated in the Interface and not at the speed programmed in the NC file. Simply set the Feedrate to Auto and it will use the speeds specified in the file.

Be sure that you have F g-code commands in your file, and that the speeds are appropriate.