<NCSUB.OUTPUTALL> operator

Use <NCSUB.OUTPUTALL> to output all NC-subprograms. Like the <NCSUB.OUTPUT> operator when called without parameters the <NCSUB.OUTPUTALL> operator translates all NC-subprogram CLData files, but unlike <NCSUB.OUTPUT>, <NCSUB.OUTPUTALL> can output all NC-subprograms into separate files.

Syntax:

NCSUB.OUTPUTALL(<Mode>)

<Mode> – execution mode:

  • 0 – works exactly like <NCSUB.OUTPUT> without parameters;

  • 1 – operator will save NC-subprogram texts in files named <NCSUB.NAME> for each subprogram respectively.

The files extension is defined by the postprocessor properties. NC-subprogram files will be saved into the folder of the main NC-program.

See also:

Operators of work with NC-subroutines

The operator of a output of NC-subroutine <NCSUB.OUTPUT>

The operator of definition of a name of NC-subroutine <NCSUB.NAME>