![Tecomat TC600 Series Скачать руководство пользователя страница 63](http://html1.mh-extra.com/html/tecomat/tc600-series/tc600-series_manual_1072620063.webp)
Technical equipment of TC600 PLC
63
TXV 138 08.02
10.5.2 Software Configuration
Software (sw) configuration of inputs and outputs describes the PLC set,
and forms a non-separable part of the user program. Before running of
solving of the user program, this description is compared with reality found
out during the PLC starting sequence (the so called hardware configuration).
It allows for perfect checking of readiness of the whole PLC for the control
before running the program. At the same time, the user gains the possibility
to practically arbitrarily assign placement of images of inputs and outputs in
zones X, Y, R, and gradually activate inputs and outputs at debugging of the
program without the necessity of physical disconnection or connection of the
terminal boards.
In the xPRO program, sw configuration is entered using the directive
#unit.
Structure of the directive is identical with other Tecomat PLC direc-
tives. Some parameters intended for description of more extensive system,
have the character of a constant in the TC600 series.
General structure of the directive is as follows:
#unit MODUL, ADR, TYP, POC_IN, POC_OUT, Z_IN, Z_OUT, AKT,
INITAB
MODUL
- always 0 for the TC600 series
ADR
- always 0 for BM binary and analog inputs and outputs
- always 1 for binary inputs and outputs and analog inputs of
the
first EM/2
- always 2 for binary inputs and outputs and analog inputs of
the second EM/2
- always 2 for EM binary inputs and outputs and analog inputs
- always 2 for the CH2 serial channel
- always 3 for the CH3 serial channel
TYP
- type of inputs or outputs
$10
- serial channel CH2 or CH3
Parameters
MODUL, ADR, TYP
of serial channel
2 (3)
can
be entered together in the symbolic way
CH2 (CH3)
$80
- EM/2 binary inputs or outputs (TC631, TC632)
$90
- EM/2 binary inputs or outputs (TC633)
$A0
- EM, BM binary inputs or outputs
Parameter
TYP
of binary inputs or outputs can be entered for
the BM and EM symbolically as
Digit_600, for
EM/2
Digit_63x
(TC631, TC632) and
Digit_633
(TC633)
$D0
- analog inputs or outputs
Parameter
TYP
of analog inputs or outputs can be entered
form BM, EM and EM/2 symbolically as
Analog_600_
POC_IN
- number of input bytes
POC_OUT
- number of output bytes
Z_IN
- placement of the first input byte in the scratchpad
Z_OUT
- placement of the first output byte in the scratchpad
The parameter is entered absolutely, for example
Y0, R128
..., or symbolically
AKT
- activation of servicing of inputs or outputs
Parameter is entered symbolically
X_On
- activation of servicing of inputs
X_Off
- servicing of inputs is not activated
Y_On
- activation of servicing of outputs
Y_Off
- servicing of outputs is not activated
On
- simultaneous activation of servicing of inputs as
well as outputs
Off
- servicing of inputs neither outputs is activated
Software and hard-
ware configuration