FanucModule service and logs

Requirement

  • Check whether the "FanucModule" was correctly installed.

  • Check whether the Windows service "FanucService" has been installed and has been activated.

114169029003.png

FanucService logs

"FanucService logs" are written to the Windows EventLog:

114169434635.png

FanucModule logs

"FanucModule Logs" are located in the following directory:

C:\ProgramData\Siemens\Fanuc\logs

- OR -

C:\Users\YourUserName\AppData\Local\VirtualStore\ ProgramData\Siemens\Fanuc\logs

You can adapt the log level of the FanucModule under the above directory in the file "debug.config".
Possible values are "true" or "false":

114169443467.png

Fanuc information logs

Logs are usually only written when an error occurs. If you need information logs, the file "JSON" must be changed.

Enter the following lines:

{

"LOG_FILE_SIZE": 1048576,

"LOG_LEVEL": 5,

"SEPARATE_ERROR": true

}

The following log levels are available:

  • 0 - Information

  • 1 - Error

  • 2 - Warnings

  • 3 - Debug1

  • 4 - Debug2

  • 5 - Debug3

After you have made the changes, a restart is required.