The PLC
120
Operating Manual XCA 1100 / XCA 1200
●
Version 12/17
; This key determines the bus type of the installed boards. All installed
boards
; must be of the same bus type. This key can only be set in the section of
the first board.
BusTyp = ”USR” ; The proper Bus type for XCx controller.
; The default mode is "HostControlledBuffered". If there is no ComMode entry
; in the PROCONOS.INI file the default settings are applied. If ComMode =
; "NoChangeOfMode" the actual CIF card mode is applied. In this case the
; mode can be changed e.g. by application of the SyCon tool.
; "DirectDeviceControlled" Direct Data Transfer, DEVICE Controlled
; "BufferedDeviceControlled" Buffered Data Transfer, DEVICE Controlled
; "UncontrolledDirect" Uncontrolled Direct Data Transfer
; "HostControlledBuffered" HOST Controlled, Buffered Data Transfer
; "HostControlledDirect" HOST Controlled, Direct Data Transfer
; "NoChangeOfMode" Keep the mode set by Sycon,
; needs to be set for every board
ComMode = "HostControlledDirect"
; The Startup DPM configuration.
ConfigurationFile="/ata0/OS/DP/DPMconf0.dbm"
; The COM module firmware path - location of the firmware file terminated
with ”/”!
FirmwareFileFolder="/ata0/OS/DP/"
More then one board using:
If more than one board are placed in the respective hardware, or more than
one board are assigned in the
ProConOS-IO-Groups, an assignment for the hardware board and ProConOS-IO-
Group-Board is necessary.
[CIF_KW_V2.0@0] ; possible are up to four instances of the same
driver: @0 ... @3.
;1 = CIF hardware driver assigns board number, only possible in section of
card 0
ManualBoardAssign = 1
; The device number of the card can be found on the card used. Also it is
possible to read out this with the SyCon.
DeviceNr = 10504000
; The series number of the card can be found on the card used. Also it is
possible to read out this with the SyCon.
SerNr = 00003930
[CIF_KW_V2.0@1] ; possible are up to four instances of the same
driver: @0 ... @3.
; The device number of the card can be found on the card used. Also it is
possible to read out this with the SyCon.
DeviceNr = 10304100
; The series number of the card can be found on the card used. Also it is
possible to read out this with the SyCon.
SerNr = 00005648
Important!
Reading the entries from the sections [IODriver] and
[CIF_KW_V2.0@0] uses other operating system routines. No
space characters must be before "=" e.g.:
not
ManualBoardAssign = 1
but ManualBoardAssign=1