![]() | |
| Home Page | Mark Forums Read | Today's Posts | My Replies | Classifieds | Reviews | Photo Gallery | Web Links | Share Files | Advertise With Us | Ad List |
| |||||||
| WinCnc Discuss WinCnc Here! |
![]() |
| | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
| |||
| |||
Does anyone know the programable down force code. Basicly I want to hook a 3" sanding disc to lower then stay down for a couple of seconds then retract and move on to next location. This code from dyna torch machine uses M100 what is the code for WinCNC |
|
#6
| |||
| |||
| The determining factor is your CAM program. It's pretty easy to add in a dwell time on most post processor so that on every "penup" move (Z moving up) you have the CAM put in a dwell of XX seconds then lift the head. Another way is to open the G-code file in a simple word processor (Notepad will work) and find every Z up move (should all be the same value to the Z rapid height) and use the "Replace" command in the Edit tool to just put a G04 PXX (where XX is in seconds) So a line like G01 Z-.050 F40 G00 Z 1.00 Would look like G01 Z-.050 F40 (go down to cut height at a feedrate of 40IPM)) G04 P3 (pause for 3 seconds) G00 Z 1.00 (go back to 1 in above the material) Obviously your code will not look exactly like that. If you have a more sophisticated editor that will let you Find and Replace one line with several it will be easier. |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Does anyone use WinCNC? | dmgdesigns | General CAM Discussion | 7 | 12-06-2009 10:55 AM |
| Post needed for WinCNC | behn | WinCnc | 4 | 02-19-2008 03:26 PM |
| Conversion to programable independant heads for Gantry Twin head router table | ohallock | DIY-CNC Router Table Machines | 0 | 04-18-2006 07:20 PM |
| BobCad with WinCNC controller 2.1 | Scott V | BobCad-Cam | 9 | 01-17-2006 02:23 PM |
| Retrofit of Mill with programable DRO and power feeds | Paraprop | General Metal Working Machines | 3 | 01-31-2005 01:57 PM |