| When programming of the NC command #JOG CONT[...] or #SET TIP[…], a negative continuous jog velocity is defined inside square brackets . For further information see [PROG// Section: Continuous jog operating mode] Syntax example: Wrong: N10 #JOG CONT[AX=X FEED1=1.0 FEED2=-1.5 FEED3=2.0] Correct: N10 #JOG CONT[AX=X FEED1=1.0 FEED2=1.5 FEED3=2.0] |