hexagon logo

External alignment

Hello

we have two Global Machines with PC-DMIS 2023.1.

Now i would like to use the programs from the ''old'' machine on the new one without copying the programs.
Over an external align this should be makeable.


Now I have programmed an external alignment (an Erowa grinding gauge, (plane, circle, line)) and saved it. Our Measuremtgauge's are on the Erowa.

Now I have restarted the measuring program with the external alignment. When I changed the machine, I noticed that there was an offset in X and Y and the cnc alignment did not work.


Here is an Code example

START =AUSRICHTUNG/ANFANG,AUFRUFEN :WERKSTÜCK_SETUP_VERWENDEN,LISTE=JA
AUSRICHTUNG/ENDE
AUFRUFEN/AUSRICHTUNG,EXTERN,EROWA
MODUS/MANUELL
BEWEG_GESCHW/ 100
TASTERLADEN/1X20
TASTSPITZE/T1A0B0, SCHAFTIJK=-0.003, 0.002, 1, WINKEL=0.046

C1 =KOMMENTAR/JANEIN,NEIN,VOLLBILD=NEIN,AUTO. FORTFAHREN=NEIN,OVC=NEIN,
Möchten Sie manuell Ausrichten?
IF_GOTO/C1.INPUT=="NEIN",GOTO = CNC_LAUF​

****Here Manuel Plane Circle and Linel****-

CNC_LAUF =SPRUNGMARKE/

A_MANUEL =AUSRICHTUNG/ANFANG,AUFRUFEN: START,LISTE=JA
AUSRICHTUNG/EBENE,ZPLUS,EBENE_MANUEL
AUSRICHTUNG/ÜBERTR,Z_ACHSE,EBENE_MANUEL
AUSRICHTUNG/DREHEN,XPLUS,ZU,LIN_MANUEL,DREHEN UM,ZPLUS
AUSRICHTUNG/ÜBERTR,X_ACHSE,KREIS_MANUEL
AUSRICHTUNG/ÜBERTR,Y_ACHSE,KREIS_MANUEL
AUSRICHTUNG/ÜBERTR,Z_ACHSE,EBENE_MANUEL
AUSRICHTUNG/ÜBERTRVERSATZ,Z_ACHSE,-7.6
AUSRICHTUNG/ENDE​

MODUS/CNC

****Here CNC Plane Circle and Line*****-

A_CNC =AUSRICHTUNG/ANFANG,AUFRUFEN: A_MANUEL,LISTE=JA
AUSRICHTUNG/EBENE,ZPLUS,KREIS_CNC
AUSRICHTUNG/ÜBERTR,Z_ACHSE,KREIS_CNC
AUSRICHTUNG/DREHEN,YPLUS,ZU,LIN_CNC,DREHEN UM,ZPLUS
AUSRICHTUNG/ÜBERTR,X_ACHSE,KREIS_CNC
AUSRICHTUNG/ÜBERTR,Y_ACHSE,KREIS_CNC
AUSRICHTUNG/ÜBERTR,Z_ACHSE,EBENE_MANUEL
AUSRICHTUNG/ÜBERTRVERSATZ,Z_ACHSE,-4.3
AUSRICHTUNG/ENDE​

*****Programm*******

im not sure if that's correct,( RED) and if the external alignment( B lue) on the right postion. Or i misunderstood all the things Smiley

Thx for Help

Greets and have a nice Weekend

Attached Files