![Tecomat TC600 Series Manual Download Page 65](http://html1.mh-extra.com/html/tecomat/tc600-series/tc600-series_manual_1072620065.webp)
Technical equipment of TC600 PLC
65
TXV 138 08.02
10.5.3
Servicing of Binary Inputs
BM binary inputs are assigned to the scratchpad memory together with
binary outputs by the directive
#unit
with general structure according to
10.5.2.
#unit 0, 0, Digit_600, 2, 1, X0, Y0, On
; binary inputs and transistor outputs
#unit 0, 0, Digit_600, 3, 2, X0, Y0, On
; binary inputs and transistor outputs
#unit 0, 0, Digit_600, 2, 1, X0, Y0, On
; binary inputs and transistor and relay outputs
#unit 0, 0, Digit_600, 2, 2, X0, Y0, On
; binary inputs and relay outputs
#unit 0, 0, Digit_600, 3, 3, X0, Y0, On
; binary inputs and transistor outputs
EM binary inputs are assigned to the scratchpad memory together with
binary outputs by the directive
#unit
with general structure according to
10.5.2.
#unit 0, 2, Digit_600, 2, 1, Xn, Yn, On
; binary inputs and transistor outputs
#unit 0, 2, Digit_600, 3, 2, Xn, Yn, On
; binary inputs and transistor outputs
#unit 0, 2, Digit_600, 2, 1, Xn, Yn, On
; binary inputs and transistor and relay outputs
#unit 0, 2, Digit_600, 2, 2, Xn, Yn, On
; binary inputs and relay outputs
Placement of images of inputs (parameter Xn) and outputs (parameter
Yn) depends on the type and fitting of the BM or possibly on the type of
EM/2 of the PLC set.
EM/2 binary inputs are assigned to the scratchpad memory together with
binary outputs (TC631, TC632) or individually (TC633) by the directive
#unit
with general structure according to 10.5.2.
#unit 0, ADR, Digit_63x, 1, 1, Xn, Yn, On
; binary inputs and transistor outputs
#unit 0, ADR, Digit_63x, 1, 1, Xn, Yn, On
; binary inputs and relay outputs
#unit 0, ADR, Digit_633, 2, 0, Xn, 0, On
; binary inputs
The module address (parameter ADR) depends on placement of the
module towards the BM. Address 1 is assigned to the first EM/2, address 2
is assigned to the second EM/2. Placement of images of inputs (parameter
Xn) and outputs (parameter Yn) depends on the type and fitting of the BM,
or possibly on the type of the first EM/2 of the PLC set. In automatic gen-
eration of the sw configuration, images of inputs and outputs of BM, EM/2
and EM form a continuous series.
Declaration of BM
binary inputs
Example of declaration
for TC601 BM
Example of declaration
for TC602 BM
Example of declaration
for TC603 BM
Example of declaration
for BM of TC604,
TC605, TC606
Example of
declaration for TC607
Declaration of EM
binary inputs
Example of declaration
for TC621 EM
Example of declaration
for TC622 EM
Example of declaration
for TC623 EM
Example of declaration
for EM of TC624,
TC625, TC626
Declaration of EM/2
binary inputs
Example of declaration
for TC631 EM/2
Example of declaration
for TC632 EM/2
Example of declaration
for TC633 EM/2