The PLC
110
Operating Manual XCx 300 / 500 / 540 Version 09/08
9.5
PLC Operating System ProConOS
9.5.1
ProConOS.INI initialization file
You can use the ProConOS.INI file to make application-specific
changes to advanced settings (e.g. communication drivers, system
tasks, CANopen stacks).
If ProConOS.INI does not exist or has been deleted, a file called
"initial" containing default values will be generated when the controller
software starts up.
The file is saved on the compact flash at
/ata0/OS/PLC/ProConOS.INI
.
Description of section and key entries
[PLC]
; start higher-priority PLC user tasks
USR_HIGH_PRIO = 1
; yes = 1 (default), no = 0
; use the ProConOS socket communication driver
PC_SOCKET_DRV = 1
; yes = 1 (default), no = 0
; max. number of ProConOS clients
; for simultaneous access to controller
PC_SOCKET_BLOG = 4
; default
; use the ProConOS serial 0/1 communication driver
PC_SERIAL0_DRV = 0
; yes = 1, no = 0 (default)
PC_SERIAL0_BR = 19200 ; Baud rate = 19200 (default)
PC_SERIAL1_DRV = 0
; yes = 1, no = 0 (default)
PC_SERIAL1_BR = 19200 ; Baud rate = 19200 (default)
[CNC]
; start the higher-priority CNC IPO task
IPO_HIGH_PRIO = 0 ; yes=1, no=0 (default)
[CAN]
; start the higher-priority CANopen task
CAN_HIGH_PRIO = 0
; yes = 1, no=0 (default)
; Restart the CANopen process after PLC STOP (NMT master!)
RESTART_CAN = 0 ; yes=1, no=0 (default)
; PLC STOP after CAN heartbeat error
HBE_STOP_PLC = 1 ; yes = 1 (default), no = 0
; PLC STOP after CAN Bus Off
CBO_STOP_PLC = 0 ; yes = 1 (default), no = 0
[PATHS]
; path for saving CNC online logging
ONLCONFIGPATH = “/ata0/OS/ONL”
; path for saving NC files
NCFILESPATH = “/ata0/OS/CNC”