586,009 active members*
4,884 visitors online*
Register for free
Login
Results 1 to 20 of 20
  1. #1
    Join Date
    May 2015
    Posts
    13

    milltronics vm 17

    good. I have a cnc Milltronics vm-17 and did not get to do drilling cycle G83

  2. #2
    Join Date
    Oct 2008
    Posts
    427

    Re: milltronics vm 17

    The Peck Drill cycle should look like this:

    G20 G90
    N1 G0 G40
    G83 F10 Q.3 D.025 V-.2 R.1 Z-1 G99 (Define the Peck Cycle here)
    N2 G0 X0 Y0 (give the hole positions)
    N3 G0 X1 Y1 (give the hole positions)
    N4 G80 (Cancel the cycle)


    I will attach a PDF describing the drilling cycles for your information.
    Attached Thumbnails Attached Thumbnails drillcycles.pdf  

  3. #3
    Join Date
    May 2015
    Posts
    13

    Re: milltronics vm 17

    Good .The CNC THIS NOT TO BE RECOGNIZED THIS CODE G83. Error (error 501 illegal Directorate)

  4. #4
    Join Date
    May 2015
    Posts
    13

    Re: milltronics vm 17


  5. #5
    Join Date
    Oct 2008
    Posts
    427

    Re: milltronics vm 17

    Create a new program that looks like this one, try it, and report back.

    Event 0 of 8

    Inicializaci¢n de programa
    Nombre programa [TEST ]
    Dimensiones [Absolutas]
    Unidades [Inglesas]
    Coord. trabajo [---]
    Notas de inicializaci¢n:
    [ ]
    [ ]
    [ ]
    [ ]
    [ ]
    [ ]
    ---------------------------------------------------
    Event 1 of 8

    Cambio de herramienta
    Herramienta [Cambio]
    Posici¢n cambio de herr. X[ ]
    Y[ ]
    N§ herramienta T[1 ]
    Descripci¢n herr. [1/4 ]
    Veloc. cabezal S[1600]
    Reinicio cabezal [---]
    Refrigerante [---]
    ---------------------------------------------------
    Event 2 of 8

    Habilita ciclo de taladrado
    [Ciclo de Taladro Interrumpido]
    Avance penetraci¢n F[10 ]
    Cabezal CW RPM S[ ]
    Punto de retorno [Alt. prep.]
    Alt. prep. R[.1 ]
    Prof. final [-1 ]
    1§ prof. V[-.25 ]
    Incremento Q[.2 ]
    Alt. prep. tal.int. D[.025 ]
    ---------------------------------------------------
    Event 3 of 8

    Posici¢n taladrado
    Coordenadas [Cartesian]
    Eje X X[0 ]
    Eje Y Y[0 ]
    Eje Z Z[ ]
    Red de agujeros [---]
    Aguj.espaciados [---]
    ---------------------------------------------------
    Event 4 of 8

    Posici¢n taladrado
    Coordenadas [Cartesian]
    Eje X X[2 ]
    Eje Y Y[0 ]
    Eje Z Z[ ]
    Red de agujeros [---]
    Aguj.espaciados [---]
    ---------------------------------------------------
    Event 5 of 8

    Posici¢n taladrado
    Coordenadas [Cartesian]
    Eje X X[2 ]
    Eje Y Y[2 ]
    Eje Z Z[ ]
    Red de agujeros [---]
    Aguj.espaciados [---]
    ---------------------------------------------------
    Event 6 of 8

    Posici¢n taladrado
    Coordenadas [Cartesian]
    Eje X X[0 ]
    Eje Y Y[2 ]
    Eje Z Z[ ]
    Red de agujeros [---]
    Aguj.espaciados [---]
    ---------------------------------------------------
    Event 7 of 8

    Deshabilitaci¢n ciclo taladrado
    ---------------------------------------------------
    Event 8 of 8
    Final de programa
    Paro cabezal [S¡]
    Paro refrigerante [S¡]
    Z to Home Position [S¡]
    Posici¢n X (relativa al or¡gen)[ ]
    Posici¢n Y (relativa al or¡gen)[ ]
    ---------------------------------------------------

  6. #6
    Join Date
    May 2015
    Posts
    13

    Re: milltronics vm 17

    this program is so inserted in a page? I think the cnc not to create such a program!
    Thank you for your help

  7. #7
    Join Date
    Oct 2006
    Posts
    340

    Re: milltronics vm 17

    Try something like this:
    G00 G54 G90
    M6 T3 (#29 DRILL)
    G00 X-.188 Y-.274 S3000 M3
    G43 H3 Z.5 M8
    G83 G98 Z-0.46 V-.08 D.1 Q.06 R0.1 F12.
    X-.188
    X-.736
    G00 Z2.0 M9
    M5
    G80
    G32
    G00 G53 X-20.Y0.
    M30
    %

  8. #8
    Join Date
    May 2015
    Posts
    13

    Re: milltronics vm 17

    gives error 501

  9. #9
    Join Date
    Oct 2006
    Posts
    340

    Re: milltronics vm 17

    Mine dosent and it runs pretty close to 24/7 day in day out

  10. #10
    Join Date
    Oct 2006
    Posts
    340

    Re: milltronics vm 17

    What value do you have for P140. (R plane), The book says: The character within quotes " " is not valid adress, such as X,Y,Z,R,G,ect. The block where error occurred is shown in block display. Check that block for the invalid address.
    So in your picture I see Error 501 and I see Block 31 G0 "?" (P140). So whats in block #31 ?

  11. #11
    Join Date
    May 2015
    Posts
    13

    Re: milltronics vm 17

    What is in Block 31 G0 "?" (P140) G83 G98 0:46 V-Z-.08 D1 Q.06 R0.1 F12.

    Ie not know g 83.

  12. #12
    Join Date
    May 2015
    Posts
    13

    Re: milltronics vm 17

    be exchanged by 83 g g25 is another cycle.

  13. #13
    Join Date
    Oct 2006
    Posts
    340

    Re: milltronics vm 17

    If this is what is there: G83 G98 0:46 V-Z-.08 D1 Q.06 R0.1 F12.

    Take out this 0:46 V-

    should be G83 G98 Z-0.46 V-.08 D.1 Q.06 R0.1 F12.

    G25 is a Circular finish inside.

    If that dosent work, I am out of suggestions.

  14. #14
    Join Date
    Oct 2008
    Posts
    427

    Re: milltronics vm 17

    That block 31, G0 ?[P140}, is telling the control to rapid the drilling axis to the Clearance Plane, That block is part of the Peck Drill cycle and it is also in all the other drilling cycles.
    The "?" character is used to represent the spindle axis. I tried using the G18 (X-Z or Z-X) and G19 (Y-Z) planes as well as the G17 (X-Y), but I couldn't re-create the failure.

    I recommend that you save any programs that you have, then re-format the SRAM, and re-load the parameters from a known good parameter disk.

    I have attached the procedure sheet that explains the process.

    If this doesn't resolve the problem, you may need to have your local dealer look at it.

  15. #15
    Join Date
    May 2015
    Posts
    13

    Re: milltronics vm 17

    ok. Thank you all for help.

  16. #16
    Join Date
    May 2015
    Posts
    13

    Re: milltronics vm 17

    One more question, how to change the language to English?
    thank you

  17. #17
    Join Date
    Oct 2008
    Posts
    427

    Re: milltronics vm 17

    From the Main Menu, press F7-Parms, F1-Setup, F1-Level.
    Type in the Validation Code -PROTO3 enter and then at Access Level type another 3. More buttons will appear.
    Press F3-Power and move down to the line labeled Foreign Extension. Press F1-Edit and change it to read DAT.
    Escape back to the Main Menu and turn the power off, wait a minute, and turn the power back on.

    This will change the control to use the English language screens.

  18. #18
    Join Date
    May 2015
    Posts
    13

    Re: milltronics vm 17

    good.
    * of the mine was dos damaged it will be the G83 of the problem has to do with it.
    will be the autoexec and config are specific to the machine?

    Thank You

  19. #19
    Join Date
    May 2015
    Posts
    13

    Re: milltronics vm 17

    good.
    Where can I get software centurion 6.6145?

    thanks

  20. #20
    Join Date
    Oct 2008
    Posts
    427

    Re: milltronics vm 17

    Contact Milltronics Service Dept.

    If the FastCam came with your machine when it was new, there should be no charge for it.

    They can also help you if you need the executable files for the machine's control.

Similar Threads

  1. Milltronics vm 17
    By newman55598 in forum Milltronics
    Replies: 6
    Last Post: 09-23-2013, 05:20 PM
  2. Bob-cad to milltronics help
    By blowncoupe in forum BobCad-Cam
    Replies: 4
    Last Post: 12-23-2010, 01:59 PM
  3. MILLTRONICS ML-15/40- Anybody own one?
    By gunsmither in forum Milltronics
    Replies: 3
    Last Post: 10-23-2007, 05:36 AM

Tags for this Thread

Posting Permissions

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