Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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

  • No labels