Open CNC FROM/SRAM Management Utility for CommandLine Specification Additional Manual Page 2

Additional Manual
1. Overview
On the control boards of CNC, Flash ROM modules (hereafter, “FROM”) and Static RAM
modules (hereafter, “SRAM”) are mounted. In these FROM/SRAM modules, the important
data that decides the CNC/PMC characteristic is stored. Typical data that stored in each
module is as follows.
A. FROM included files
<System files>
CNC control software
PMC management software
Servo management software
Ethernet management firmware
<User files>
Ladder program
C-language executor
Macro executor
Order made macro
PMC C-language program
B. SRAM included data
NC programs
CNC/PMC parameters
Tool offset
Custom macro variables
Up to now, these data are managed at CNC BOOT function with using memory cards at every
CNC control unit.
When Open CNC is introduced, the PC function is connected to CNC control unit through High
Speed Serial Bus (HSSB) or Ethernet. Then the input/output of these FROM/SRAM data can
be done at the remote place apart from the shop floor of CNC control units. And using PC
function, the centralized management of FROM/SRAM data of multiple CNC control units can
be achieved.
In this document, we would like to explain the specification of “FROM/SRAM Management
Utility” that runs on the PC function.
Ed. Date Design Description FANUC LTD. Sheet 2/9
TITLE
FANUC Open CNC
FROM/SRAM Management Utility for Command
Line Specification
A-79714E
01
04.08.12
New
DRAW.NO.

Contents Summary of Open CNC FROM/SRAM Management Utility for CommandLine Specification Additional Manual

  • Page 1FANUC Open CNC FROM / SRAM Management Utility for Command Line Specification Edition 1.0 12-August-2004 Software Development Center FANUC LTD. The contents of this document are subject to change without notice according to the progress of development. TITLE FANUC Open CNC FROM/SRAM Management Utilit
  • Page 21. Overview On the control boards of CNC, Flash ROM modules (hereafter, “FROM”) and Static RAM modules (hereafter, “SRAM”) are mounted. In these FROM/SRAM modules, the important data that decides the CNC/PMC characteristic is stored. Typical data that stored in each module is as follows. A. FROM inc
  • Page 32. Supported functions This utility can do the following operations to FROM/SRAM data of CNC control unit from Open CNC PC side. Operation on FROM SAVE function : backs up the files stored in the FROM to any folder of PC. DELETE function : deletes the files stored in the FROM. LOAD function : restor
  • Page 44. Naming convention of stored files When FROM/SRAM data is backed up using this utility, the stored files in the PC is named as follows. For FROM files when backed up to PC When FROM files are backed up to PC side, the following file names will attached to the file automatically. FROM file name (na
  • Page 56. Preparation to start In order to execute this utility application, HSSB driver and FOCAS2 libraries (FWLIB32.DLL, FWLIB160.DLL, FWLIB16W.DLL, FWLIBE1.DLL) have to be installed to the PC beforehand. Note) In case that HSSB connection is not used, HSSB driver and FWLIB160.DLL, FWLIB16W.DLL are not
  • Page 67. Operation This utility"FromUtil2.EXE" starts from the command line. The progress situation and the processing result are output to the command line screen and the specified log file. The command line syntax for FromUtil2.EXE is as follows: FromUtil2 [-nNode|-hHost:Port [-tTime]] [-lst|-sav|-del|-
  • Page 7Option Function -pw1=MTBpassword When the User files contained in the CNC’s FROM or SRAM data is protected by the CNC parameter setting, specify the corresponding value for the MTB’s password. -pw2=USERpassword When the User files contained in the CNC’s FROM or SRAM data is protected by the CNC para
  • Page 8c) 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_BA
  • Page 94. "-del" switch ( for FROM file ) [HSSB connection] fromutil2 -n0 -del -r"C:¥fromsram¥list.txt" -service -f"C:¥fromsram¥log¥Delete.log" [Ethernet connection] fromutil2 -h"192.168.0.1:8193" -t10 -del -r"C:¥fromsram¥list.txt" -service -f"C:¥fromsram¥log¥Delete.log" 5. "-bkup" switch ( for SRAM file )