585,589 active members*
2,858 visitors online*
Register for free
Login
Results 1 to 6 of 6
  1. #1
    Join Date
    Mar 2012
    Posts
    6

    need help in heidenhain itnc 530

    hello everyone!

    i'm working on a hermle c-30 heidenhain control and i would like to set datum automaticly using a program (i would like to be at a certain coordinate and "save" it in the preset table- the values of x,y,z,c,a)
    can anyone help me

  2. #2
    Join Date
    Nov 2008
    Posts
    69
    Hi,

    Check the SYSREAD (ID270) and then SYSWRITE (ID 503)
    You can read the axis values and then writen them to the PRESET table.
    Fairly easy function. (you need to enter the CODE NUMBET 555343 to get the SYSWRITE functions available. Everything is in the normal user manual.

    Jukka

  3. #3
    Join Date
    Mar 2012
    Posts
    6
    thank you for answering i found that on the manual , but could you post an example on how i write it in the program i would like to be in a certain position and read and write the coordinates in a different home number how do i do it?

  4. #4
    Join Date
    Nov 2008
    Posts
    69
    Hi,

    Here is an example:
    0 BEGIN PGM test MM
    1 FN 18: SYSREAD Q1 = ID270 NR1 IDX1 ; Read X-axis position
    2 FN 18: SYSREAD Q2 = ID270 NR1 IDX2 ; Read Y-axis position
    3 FN 17: SYSWRITE ID 503 NR10 IDX1 =+Q1
    4 FN 17: SYSWRITE ID 503 NR10 IDX2 =+Q2
    5 END PGM test MM

    It reads the position of the X- and Y-axes and writes them to PRESET table at line 10.

    Fairly easy, don't you think?

    Jukka

  5. #5
    Join Date
    Mar 2012
    Posts
    6
    thank you very much you helped me a lot.
    have a nice day

  6. #6
    Join Date
    Nov 2019
    Posts
    1
    Hello to all. Got a question about programming peck drill cycle. Is it possible to fully retract drill out of a hole if i start to drill in pre-drilled hole? Start is set at-30mm(pilot hole depth) and goes to final depth -100mm.

Similar Threads

  1. heidenhain itnc 530 postprocessor!!
    By piziotizio in forum PowerMILL
    Replies: 0
    Last Post: 12-11-2012, 02:20 PM
  2. Heidenhain iTNC 530
    By aslam819 in forum CNC (Mill / Lathe) Control Software (NC)
    Replies: 1
    Last Post: 02-19-2012, 08:18 AM
  3. Heidenhain iTNC 530 question
    By Brian Brown in forum CNC (Mill / Lathe) Control Software (NC)
    Replies: 1
    Last Post: 12-19-2010, 10:53 PM
  4. TOS with iTNC 530 HEIDENHAIN
    By SheldonB in forum CNC (Mill / Lathe) Control Software (NC)
    Replies: 1
    Last Post: 04-15-2009, 04:35 AM
  5. Heidenhain iTNC 530
    By Thanya in forum CNC (Mill / Lathe) Control Software (NC)
    Replies: 2
    Last Post: 03-12-2007, 10:33 PM

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
  •