586,089 active members*
3,946 visitors online*
Register for free
Login
Results 1 to 4 of 4
  1. #1
    Join Date
    Jun 2006
    Posts
    40

    Siemens 840d how can i make???

    Hi I have a cnc working center with the Siemens 840d but the first edition the one that has the lcd screen but in monocromatic.

    If i am not wrong the vertion of my software is 3.78 but i am not so sure.
    I worked before with other machines that had Siemens controllers but newer vertions and so when i need to repeat a part of a program i wroted

    N200 BEGIN:
    N210 g01 .....
    ...
    ...
    END:

    Repeat Begin End p=n(times)

    Now i wroted this in my machine and it arrived at the line 190 and wrote Begin is not a defined variable please ceck the program.,...

    Now i have no idea why the machine wrote this alarm message.

    To everybody who has the Siemens controller:

    PLEASE HELP ME TO UNDERSTAND HOW I CAN REPEAT A PART OF PROGRAM::::

    Thanks :cheers:

  2. #2
    Join Date
    Jun 2006
    Posts
    40
    NOBODY IS USING THE SIEMENS 840d??????????????????

    Please write something to me i can belive that there is no replies to my thread.

    Thanks

  3. #3
    Join Date
    Apr 2005
    Posts
    3634
    .


    Can you post your program here, as a .txt file?


    .

  4. #4
    Join Date
    Jan 2013
    Posts
    474
    try for example.

    AA: (start name)
    G4 F5
    G01 X0Y0Z0.
    G4 F5
    GOTOB AA (GOTOB means go back to target name)

    Note. GOTOF means go forward to when used.

    You can also type

    LOOP
    (prog)
    .
    .
    ENDLOOP

    this does the same as GOTOB in this case.

Posting Permissions

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