Programmierbeispiel

Programmierbeispiel

prg_example

Messen in Z-Achse

; touchprobe activtion

T1 D1

 

; deactivation of the zero offset

G53

 

; positioning to the starting point

G0 X0 Y0 Z5

 

#VAR

  ; input parameters:

  V.L.MeasDistZ        = -10

  V.L.ZeroOffsetNumber = 54

 

  ; output variables:

  V.CYC.SysRetZ

#ENDVAR

 

;cycle call

L CYCLE [NAME="SysMeasWcs3.ecy"     \

        @P6 = V.L.MeasDistZ         \

        @P7 = V.L.ZeroOffsetNumber  \

        ]

 

; print result

#FILE NAME [MSG="SysMeasWcsResult.txt"]

#MSG SAVE ["V.CYC.SysRetZ =%f", V.CYC.SysRetZ]

 

M30

Ein weiteres Beispiel zur Handhabung der SysMeasWcs-Zyklen ist im Übersichtskapitel im Unterpunkt Programmierung zu finden.