584,858 active members*
4,594 visitors online*
Register for free
Login
Results 1 to 5 of 5
  1. #1
    Join Date
    May 2005
    Posts
    70
    Hello everybody!

    Is it possible to declare rough part definition for graphical simulation directly in the program?

    It’s possible in Shop mill to define the rough part at the program start; this declaration is then used for simulation at the controller.

    Thanks in advance for your replies

    HeinerT
    <b>Viele Grüße,<br><br>HeinerT</b><br><br>Wenn der Fräser raucht und stinkt, er in den Werkstoff dringt.

  2. #2
    It work as follows at our 810D/Shopmill (figures after “block” are the rough part measures; X0,Y0,Z0,X80,Y100,Z-30):

    ; DEFINITION des Rohteils
    N100 WRTPR("BLOCK(0,0,0,80,100,-30)")

    ;LOESCHEN des Rohteils
    N1000 WRTPR("CLEAN()")

  3. #3
    Join Date
    May 2005
    Posts
    70
    Hello FW190_Würger,

    I tried your tip today. It’s super!

    Although the Siemens manual (doconweb) says something different about the command WRTPR, it works!
    Thanks for the info!
    <b>Viele Grüße,<br><br>HeinerT</b><br><br>Wenn der Fräser raucht und stinkt, er in den Werkstoff dringt.

  4. #4
    Join Date
    May 2007
    Posts
    124
    Hello

    Is it also possible to define a graphic for round parts at 840D?

    Regards, hannes

  5. #5
    Join Date
    Oct 2006
    Posts
    12
    Quote Originally Posted by hannes123 View Post
    Hello

    Is it also possible to define a graphic for round parts at 840D?

    Regards, hannes
    Yes you can give this a try works for some machines
    WRTPR("CYL(0.0,0.0,30.0,,15.0,60.0)")
    REFERANCE : CYL(X1,Y1,Z1,,Z2,DIAMETER)

Posting Permissions

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