584,879 active members*
5,240 visitors online*
Register for free
Login

Thread: Program help

Results 1 to 7 of 7
  1. #1
    Join Date
    Nov 2005
    Posts
    196

    Program help

    MX-55VB with OSP700M control. Below is a section of the program that's giving us trouble. We're drilling a 2 inch hole then opening up the hole with a 1.25 mill. Gibbscam shows the mill spiraling around the hole but when we run the program it just seems to be feeding down on the Z axis. Any help is greatly appreciated.

    O100
    N18 G17 G40 G80 G94
    N19 IF[VATOL EQ 1]NTC2
    N20 T1 M6
    NTC2
    N21 G15 H1
    N22 S1200 M3
    N23 G90 G0 X.0444 Y5.3282
    N24 G56 Z2. H1 M8
    N25 G1 Z-.72 F10.
    N26 G41 X.0447 Y5.3182 D1
    N27 G3 Z-.7543 R-1.375 F70.
    N28 Z-.7886 R-1.375
    N29 Z-.8229 R-1.375
    N30 Z-.8571 R-1.375
    N31 Z-.8914 R-1.375
    N32 Z-.9257 R-1.375

  2. #2
    Join Date
    Aug 2013
    Posts
    18

    Re: Program help

    Try replacing your R minus number, with I minus.



    Sent from my SM-G900R4 using Tapatalk

  3. #3
    Join Date
    Nov 2005
    Posts
    196

    Re: Program help

    I tried a different post & now getting I & J instead of R. We'll try it in the machine tomorrow morning. Thanks for the help.

  4. #4
    Join Date
    Nov 2005
    Posts
    196

    Re: Program help

    Worked great, Thanks again.

    Line N19 doesn't work anyone know why?

  5. #5
    Join Date
    Oct 2015
    Posts
    24

    Re: Program help

    Quote Originally Posted by Technical Ted View Post
    Worked great, Thanks again.

    Line N19 doesn't work anyone know why?
    Here is some code from a program that worked for me.

    N5 M09
    IF [VATOL EQ 63] N7
    N6 T63 M06
    N7 S600 M03

    Space before and after brackets? Maybe?

    (same machine as yours- MX-55VB but OSP-7000M control)

    Carl

  6. #6
    Join Date
    Nov 2005
    Posts
    196

    Re: Program help

    Quote Originally Posted by MO Metal View Post
    Space before and after brackets? Maybe?

    Carl
    You nailed it! Just needed the spaces.
    I'll have to get GibbsCam to fix the post. Thanks

  7. #7
    Join Date
    Jun 2015
    Posts
    4131

    Re: Program help

    hi Ted few people have the time to dig for all the stuff inside a specific control, and generally, cam posts are compatible, not dedicated; it means that a cam will move a cnc, but without taking the advantage of all its functions
    Ladyhawke - My Delirium, https://www.youtube.com/watch?v=X_bFO1SNRZg

Similar Threads

  1. Steps to develop VB program to read CNC (G-code) program.
    By BhushanM01 in forum Visual Basic
    Replies: 7
    Last Post: 12-12-2017, 07:57 PM
  2. Replies: 1
    Last Post: 02-11-2015, 02:38 AM
  3. Replies: 1
    Last Post: 09-18-2014, 12:29 PM
  4. Replies: 4
    Last Post: 03-06-2013, 07:56 PM
  5. Replies: 0
    Last Post: 12-27-2010, 09:55 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
  •