Moduloprogrammierung bei Relativmaßangabe

G91 G1 C+30

Moduloprogrammierung bei Relativmaßangabe 1:

G91 G1 C-30

Moduloprogrammierung bei Relativmaßangabe 2:

Beispiele für korrekte Programmierung:

C+200 Drehe in positiver Richtung auf "aktuelle Position plus 200"
C-200 Drehe in negativer Richtung auf "aktuelle Position minus 200"
C200 Drehe in positiver Richtung auf "aktuelle Position plus 200"

Beispiele für falsche Programmierung:

C+-200 Fehler: Negative Wegangabe bei rel. Programmierung unzulässig.
C--200 Fehler: Negative Wegangabe bei rel. Programmierung unzulässig.
P1=-1
C-[P1] Fehler: Negative Wegangabe bei rel. Programmierung unzulässig.