
c) In case that [-lod] switch is used:
Specify the PC file name that will be written into the CNC’s FROM by one at each line.
The file names must be matched with the files located under “Target_path¥”. If
semi-colon”;” is placed at the top of the line, the information of whole line is ignored.
NC_BASIC.001
DG_SERVO.001
PMC-RB.001
; comment example
;ETHE.001
Example)
1. "-lst" switch ( for FROM file )
[HSSB connection]
fromutil2 -n0 -lst -r"C:¥fromsram¥list.txt" -f"C:¥fromsram¥log¥List.log"
[Ethernet connection]
fromutil2 -h"192.168.0.1:8193" -t10 -lst -r"C:¥fromsram¥¥list.txt"
-f"C:¥fromsram¥log¥List.log"
2. "-sav" switch ( for FROM file )
[HSSB connection]
fromutil2 -n0 -sav -r"C:¥fromsram¥list.txt" -service -f"C:¥fromsram¥log¥Save.log"
"C:¥fromsram¥target"
[Ethernet connection]
fromutil2 -h"192.168.0.1:8193" -t10 -sav -r"C:¥fromsram¥list.txt"
-service -f"C:¥fromsram¥log¥Save.log" "C:¥fromsram¥target"
3. "-lod" switch ( for FROM file )
[HSSB connection]
fromutil2 -n0 -lod -r"C:¥fromsram¥¥LoadList.txt" –service
-f"C:¥fromsram¥log¥Load.log" "C:¥fromsram¥target"
[Ethernet connection]
fromutil2 -h"192.168.0.1:8193" -t10 -lod -r"C:¥fromsram¥¥LoadList.txt"
-service -f"C:¥fromsram¥log¥Load.log" "C:¥fromsram¥target"
Ed. Date Design Description FANUC LTD. Sheet 8/9
TITLE
FANUC Open CNC
FROM/SRAM Management Utility for Command
Line Specification
A-79714E
01
04.08.12
New
DRAW.NO.