Configuration of the loader controller

After editing the loader controller service configuration file (plc_service.xml), restart the plc service and EGO on the master host for your changes to take effect.


Action

Configuration files

Parameter and syntax

Enable automatic startup of the plc service. This is the default behavior.

plc_service.xml

File location: EGO_TOP/eservice/esc/conf/services

<sc:StartType>AUTOMATIC</sc:StartType>

Disable automatic startup of the plc service.

<sc:StartType>MANUAL</sc:StartType>

Specify the default log level of your plc log file.

log4j.properties

File location: EGO_TOP/perf/conf

log4j.logger.domain_name.perf.dataloader=log_level, domain_name.perf.dataloader

where

  • log_level is the default log level of your loader controller log files.

The loader controller only logs messages of the same or lower level of detail as log_level. Therefore, if you change the log level to ERROR, the loader controller will only log ERROR and FATAL messages.