The purpose of the communication log function is to record the cause of the error into the file and to investigate the problem rapidly when an error occurs in the Data window library.
The contents of record are saved to the "Fwlib" folder in window directory by the following names. (In Windows Vista, the log files are saved to "\FANUC\Fwlib" of the application folder for all users(Ex.:C:\Programdata).)
Ethetnet version(Fwlibe1.dll) | : | Fwlibeth.log |
FS15i(HSSB version)(Fwlib15i.dll) | : | FS150i.log |
FS16/18/21(HSSB version)(Fwlib160.dll) | : | Fwlib160.log |
FS0i-A(HSSB version)(Fwlib0i.dll) | : | Fwlib0i.log |
FS0i-B(HSSB version)(Fwlib0iB.dll) | : | Fwlib0iB.log |
Power Mate i-H/D(HSSB version)(FwlibPMi.dll) | : | FwlibPMi.log |
* The HSSB version except the above-mentioned does not output the log.
The current contents of record can be seen by "FWLOG.EXE" utility.
You can start it by the following procedure.
"Open" dialog box appears after startup. Select "FWLIBETH.LOG" by cursor key and click [OK] button, and the log display screen will be shown.
The operation of log display screen is explained as follows.
Range Meaning All Print all. This Page Print the current displayed page only.
In case of the Ethernet version, you can select the grade of log from 4 level.
- Level 0
- Not recorded.
- Level 1 (default)
- TCP/IP initialization/termination events and all errors are recorded.
- Level 2
- All TCP/IP events are recorded with level 1.
- Level 3
- All communication data are recorded with level 2.
In case of the HSSB version(except FWlib15i.dll), you can select the grade of log from 4 level.
- Level 0
- Not recorded.
- Level 1 (default)
- When the return value of the function is not normal, the log is output.
- Level 2
- Same as level 1.
- Level 3
- The contents of the level 1 and the input information of the function is output.
In case of the HSSB version for the FS15i, when the return value of the function is not normal, the log is output. The contents of the log cannot be controlled.
You can see the current log level by using "LOGLEVEL.EXE" utility. You can start it by the following procedure.
C:\>LOGLEVEL Current log level = 1 (Standard) C:\>
And you can change the new level by passing it to "LOGLEVEL.EXE" utility. To enable the changed log level, it is necessary to restart applications that use the Data window library.
C:\>LOGLEVEL 3 New log level = 3 (Full) C:\>
* Please note that the changed level is reflected in all log files when you change the log level.