Hello!
Im having some troubles using the SET instruction on YRC1000.
I want to perform an Absolute shift with the SHFTON instruction, my program is written like this
SET P000 " Here i would like to set P000 (0,200,0,0,0,0) for the SHFTON to shift 200mm in Y direction--> How do i set these values on the controler ? Does P000 have to be set up as an array P[]?
MOVJ VJ=100.00
MOVL V=80.0
MOVL V=80.0
MOVL V=80.0
MOVL V=80.0
MOVJ VJ=100.00
SHFTON P000
MOVJ VJ=100.00
MOVL V=80.0
MOVL V=80.0
MOVL V=80.0
MOVL V=80.0
SHFTOF
END
Thank you for all help !