584,829 active members*
4,953 visitors online*
Register for free
Login
IndustryArena Forum > OpenSource CNC Design Center > Coding > MDI Codes Anyone know about them?
Results 1 to 8 of 8
  1. #1
    Join Date
    Mar 2007
    Posts
    18

    MDI Codes Anyone know about them?

    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. #2
    Join Date
    Dec 2003
    Posts
    24216
    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.
    CNC, Mechatronics Integration and Custom Machine Design

    “Logic will get you from A to B. Imagination will take you everywhere.”
    Albert E.

  3. #3
    Join Date
    Jul 2005
    Posts
    12177
    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.

  4. #4
    Join Date
    Mar 2007
    Posts
    18
    Al and Geof

    Thank you for your replys! They both were very helpful! Is there a listing of G codes someplace I could print out? At one time I know some of them. That was a few (10+) years ago.

    Thanks

    Dan

  5. #5
    Join Date
    Jul 2005
    Posts
    12177
    An open mind is a virtue...so long as all the common sense has not leaked out.

  6. #6
    Join Date
    Dec 2003
    Posts
    24216
    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.
    CNC, Mechatronics Integration and Custom Machine Design

    “Logic will get you from A to B. Imagination will take you everywhere.”
    Albert E.

  7. #7
    Join Date
    Aug 2014
    Posts
    2

    Re: MDI Codes Anyone know about them?

    has anyone know any use full MDI codes for Bavelloni machines?

  8. #8
    Join Date
    Jun 2014
    Posts
    52

    Re: MDI Codes Anyone know about them?

    I believe with these CNC's that you enter the g code in through the command MDI on the monitor for the cnc, this is the only area that really allows to you manually input data. In this case I believe for logical reasons we can consider the code to be "data" that we are inputting. If you want a tool change, you go to MDI and type in M06 Txx and the data is input and can then be used. Just spitballing.

    I use a Renishaw Probing system, and after going through my VQC commands a million times over I decided to write a program for tool offsetting using the MDI and placing a M00 machine stop after each process so that you can jog to the next location for the probe to pick up and just press go. I created this using MDI and saved the file from my "clipboard" to the actual hard drive on the CNC. Now when I want to probe a part, I load this program and run right through it. I know a little to much information maybe, but I believe the code creating using MDI is what he is referring to.

Similar Threads

  1. G68 and G69 codes
    By kot137 in forum G-Code Programing
    Replies: 6
    Last Post: 08-08-2018, 10:53 AM
  2. G codes and M codes for Mazak Quick Turn T-2
    By sauli in forum Mazak, Mitsubishi, Mazatrol
    Replies: 0
    Last Post: 05-23-2011, 05:22 PM
  3. G codes M codes Mach3
    By eaglezsoar in forum Mach Software (ArtSoft software)
    Replies: 2
    Last Post: 02-04-2011, 12:38 AM
  4. Need full list of G CODES AND M CODES FOR FANUC 21I
    By SonnyTees.com in forum G-Code Programing
    Replies: 3
    Last Post: 02-23-2010, 05:27 PM
  5. M-codes and G-codes 4 Matsuura ES-1000V
    By maximusek in forum G-Code Programing
    Replies: 2
    Last Post: 11-27-2007, 01:41 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •