The PLC
118
Operating Manual XCA 1100 / XCA 1200
●
Version 12/17
8.5
PLC Operating System ProConOS
8.5.1
ProConOS.INI initialisation 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.
Path of the file on the Compact Flash:
/ata0/OS/PLC/ProConOS.INI
8.5.2
Description of ProConOS.INI section and key entries
Section PLC
[PLC]
; max. size of the PLC program memory: 512…12288 kByte
PC_PROGRAM_SIZE =4096
; 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 serial ProConOS- or HBG-communication-driver
; no = 0, ProConOS protocol = 1, HBG protocol = 2, DriveTop = 3
PC_SERIAL0_DRV = 0 ; RS 422 / RS 485
PC_SERIAL0_BR = 19200 ; Baud rate = 19200 (default)
PC_SERIAL1_DRV = 0 ; RS 232
PC_SERIAL1_BR = 19200 ; Baud rate = 19200 (default)
PC_SERIAL2_DRV = 0 ; RS 232, XCx7 only
PC_SERIAL2_BR = 19200 ; Baud rate = 19200 (default, RS 232, XCx7 only)
PC_SERIAL_DELAY = 100 ; ProConOS driver receive delay (2 .. 200ms)
Section CNC
currently no entry (obsolete)
Section CAN
[CAN]
; 1 =enable (default), 0 = disable CAN driver
CAN_ENABLE =0
; Priority of CANopen Process Task
CAN_PRIO_HIGH = 35 ; 35 = default (1..200)
; Priority of CANopen Interrupt Handling Task
CAN_PRIO_INT = 10 ; 10 = default (0..20)
; 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
; obsolete, without function!! - start the CANopen Task with higher priority
CAN_HIGH_PRIO = 0 ; yes = 1, no=0 (default)