INI 20 ;set aside space for 20 cubes. CIL 25 ;error. CIL will report the error and do nothing.In addition, the ZY must have be initialized and the servo systems must be homed before this command can be used. There are 3 ways CIL can be used:
send: CIL 5 ; use current coordinates
receive: CIL 1, 5
send: CIL 5, -29000, -10000 ; provide new (temporary)
receive: CIL 1, 5, -29000, -10000 ; az/el coordinates
send: CIL 5, 82000, 540, -100034 ; provide new (permanent)
receive: CIL 1, 5, 82000, 540, -100034 ; xyz coordinates