Example:

 % 0x0A 0x0D - % and new line characters

 0x20 0x0A 0x0D – space character and new line characters

 Space and control characters can only be written as hex numbers:

 0x20 (space), 0x13 (XOFF), 0x11 (XON)...

 LF – Line Feed also Carrige Return (replaced later by end of block characters)

 SP –  Space

 TAB – Tabulation

 FN –  File name without extension

 FE –  File name Extension (part after dot)

 FA –  File name extension Appended at end of file name (part after _ character and before dot)

 

 

 

 

“Caller” program for Fanuc CNC:

Some settings should be:

File server:

Caller file name: O5555

Search for file name: \((O|:){0,1}[0-9]{4,4}(\.){0,1}(NC|CNC){0,1}\)

Options – receiving:

Time out: 3-5s

Options – sending:

Start sending after: about 10s (time for operator to set CNC into receiving mode (Read))

or

Set Wait for CTC or XON

 

 

For more help:

https://plus.google.com/communities/117267107585407507443

 

 

 

 

 

 *   This file is part of EdytorNC.                                        *

 *                                                                         *

 *   EdytorNC is free software; you can redistribute it and/or modify      *

 *   it under the terms of the GNU General Public License as published by  *

 *   the Free Software Foundation; either version 2 of the License, or     *

 *   (at your option) any later version.                                   *

 *                                                                         *

 *   This program is distributed in the hope that it will be useful,       *

 *   but WITHOUT ANY WARRANTY; without even the implied warranty of        *

 *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the         *

 *   GNU General Public License for more details.                          *