![]() | |
| Home Page | Mark Forums Read | Today's Posts | My Replies | Classifieds | Reviews | Photo Gallery | Web Links | Share Files | Advertise With Us | Ad List |
| |||||||
| Coding Post your Coding for opensource projects here. |
| This forum is sponsored by: |
![]() |
| | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
| |||
| |||
Hello I have a friend that has a CNC mill that uses MDI codes (at least that is what he called them). Does anyone know where I can find and information on were I can learn MDI codes? Thanks Dan |
|
#2
| ||||
| ||||
| Not sure what he means as MDI usually refers to a input method, not the codes. MDI=Manual Data Input. IOW a standard command is entered on a one shot basis, as it were, rather than storing it as a program for future use. Al.
__________________ “Logic will get you from A to B. Imagination will take you everywhere.” Albert E. (Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management) |
|
#3
| |||
| |||
| Probably what he means is writing a G code program using Manual Data Input. This is a method of writing short programs on the machine by simply typing in G code commands. The program is not stored in memory and is lost when the power is turned off. The program can be as short as one line. For instance if you just want to move the X axis a distance of 3.00 inches in the negative direction the command typed in in MDI is G91 G00 X-3.00. G91 is incremental motion, G00 is rapid and X-3.00 is 3.00 negative travel. All the standard G codes commands can be used.
__________________ An open mind is a virtue...so long as all the common sense has not leaked out. |
|
#5
| |||
| |||
| Here are a couple of links stolen from another post. http://www.linuxcnc.org/handbook/gcode/g-code.html http://technology.calumet.purdue.edu/met/mfet/275/
__________________ An open mind is a virtue...so long as all the common sense has not leaked out. |
| Sponsored Links |
|
#6
| ||||
| ||||
| Also a note on the program codes, G codes although many are common some are often specific to a particular style of machine, i.e. EDM, Mill, Lathe etc, and usually come part of the manufactures system. M codes on the other hand, although generally conform to industry standard are at the whim of the machine tool builder, he writes the M,S & T code routines. So it is often important to get the machine codes that apply to a particular make and also style of machine. Al.
__________________ “Logic will get you from A to B. Imagination will take you everywhere.” Albert E. (Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management) |
![]() |
| 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 |
| G68 and G69 codes | kot137 | G-Code Programing | 5 | 06-24-2010 12:51 AM |
| g codes | AJFab | G-Code Programing | 1 | 05-19-2006 09:16 PM |
| 11M M codes for Mitsui HR-6 | amars | Mazak, Mitsubishi, Mazatrol | 0 | 09-15-2005 09:20 PM |
| g-codes | pimp215 | General Metalwork Discussion | 11 | 03-07-2005 02:43 PM |
| G codes | Citron | CamSoft Products | 14 | 06-10-2004 11:59 PM |