603,308 active members*
3,034 visitors online*
Register for free
Login
Page 2 of 2 12
Results 21 to 25 of 25
  1. #21
    Join Date
    May 2004
    Posts
    4519
    Quote Originally Posted by fdonosos View Post
    My Company got new Machine Okuma Millac 761V Serie 31i Model A5 with Facnuc Control I writing program now but I have some issue to get in the program amchine home position, this what I have so far:
    G80 ;
    M09 ;
    G91 G30 Z10 M19 ;
    G90 ;
    M01 ;
    M30 ;

    This does'n work, somebody can help me and tell me what is the worng with it
    Thanks
    New machine, eh? Did you look in the accompanying manuals? Sure you need G30 and not G28?

  2. #22
    Join Date
    Jul 2011
    Posts
    21
    I will check it out.
    Thanks

  3. #23
    Join Date
    Aug 2011
    Posts
    2517
    try......

    G80 ;
    M09 ;
    G91 G28 Z0 M19 ;
    G90 ;
    M01 ;
    M30 ;

  4. #24
    Join Date
    Jul 2011
    Posts
    21

    Home position

    Already try and work.
    Thanks for you help

  5. #25
    Join Date
    Dec 2015
    Posts
    1

    Re: Variable H read offset tool

    hi. i have an okuma millac 761v like yours, can you share the machine parameter data with me?

Page 2 of 2 12

Similar Threads

  1. Replies: 4
    Last Post: 04-18-2013, 07:46 PM
  2. Read variable with Python
    By albova in forum LinuxCNC (formerly EMC2)
    Replies: 7
    Last Post: 05-26-2012, 12:53 PM
  3. OSP-P200L want to read z offset
    By 1noodle in forum Okuma
    Replies: 5
    Last Post: 10-22-2010, 04:56 PM
  4. Fanuc 16i variable offset issue
    By PCCDon in forum Fanuc
    Replies: 3
    Last Post: 11-26-2009, 08:04 AM
  5. How do I read the value of an F-type parameter into a macro variable?
    By Jan d. in forum Mazak, Mitsubishi, Mazatrol
    Replies: 24
    Last Post: 02-18-2009, 05:47 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
  •