6K Software - Changing Outputs with Complied Motion.

The POUT command can be used when turning outputs on and off during compiled motion.

POUTA is used with GOBUF segments.

POUT is used with Contouring.

The OUT command does not work inside of a compiled program. The POUT command cannot be the last command of the compiled path to turn off the outputs. The OUT command must be used to turn them off after the entire execution of the compiled path.

EXAMPLE:

COMEXC0
PV5
PA50
PAD100
PSET0,0

DEL PROG1
DEF PROG1
PAXES1,2
PAB0
POUT1001
PARCOM5,5,0,5
POUT1100
PARCOP0,0,5,0
END

PCOMP PROG1
PRUN PROG1
OUT0000