Line Numeration

You can customize the line numeration :

Force Line Numeration

To force line numeration , search and set to true the property Force Line Numeration in post processor edit dialog.


Insert Number Line

Insert {LINE_N} in templates , to insert line number.

...
{LINE_N}
({OP_DESC})
{COOLANT_CODE}
...

Skip line numeration

To avoid the line numeration , insert {NO_LINE_N} in template.

{NO_LINE_N}%
{NO_LINE_N}O{PRG_NUM}({PRG_NAME})
{EMPTY_LINE}
(CREATED  {CREATION_DATE})
{EMPTY_LINE}
...

Ending Line Char

To customize the ending line char, search for End Line Char.

You can insert a single or multiple char.

Example with " ; " :

;
G90G94G17G49G40G80;
G0G28G91Z0;
G90;
;

To prevent the ending char presence in some line , write {NO_ENDLINE} in any part of the template line.

%{NO_ENDLINE}
O{PRG_NUM}({PRG_NAME})
{EMPTY_LINE}

Numeration Format

If you need the line number formatted in this way :

N0001
N0002
...
N0102

You need to edit the property [Line Numeration Format] like this : 0000

results matching ""

    No results matching ""