Input Relays (X) - Delta AS Series Operation Manual

Hide thumbs Also See for AS Series:
Table of Contents

Advertisement

A S S e r i e s O p e r a t i o n M a n u a l
*1: ASCII code chart
Hex
0
ASCII
Hex
10
ASCII
Hex
20
ASCII
SP
Hex
30
ASCII
0
Hex
40
ASCII
@
Hex
50
ASCII
P
Hex
60
ASCII
`
Hex
70
_5
ASCII
p
Note:  represents an invisible character. Please do not use it.

5.2.4 Input Relays (X)

Input function
The input is connected to the input device (external devices such as button switches, rotary switches, and
number switches), and PLC reads the input signal. You can use input contact A or contact B several times
in the program, and the ON/OFF input state varies with the ON/OFF input device state.
Input number (the decimal number):
For the PLC, the input numbers start from X0.0. The number of inputs varies with the number of inputs on
the digital input/output modules. The inputs are numbered according to the order in which the digital
input/output modules are connected to the CPU module. The maximum number of inputs for the PLC is
8192, and the input number range is between X0.0 and X511.15.
Input type: Inputs are classified into two types.
1.
Regenerated inputs: PLC reads the state of a regenerated input before the program is executed. For
example, LD X0.0.
2.
Direct input: The state of a direct input is read by the PLC during the execution of the instructions. For
example, LD DX0.0.
5 - 1 2
1
2
3
4
5
11
12
13
14
15
21
22
23
24
25
!
"
#
$
%
31
32
33
34
35
1
2
3
4
5
41
42
43
44
45
A
B
C
D
E
51
52
53
54
55
Q
R
S
T
U
61
62
63
64
65
a
b
c
d
e
71
72
73
74
75
q
r
s
t
u
6
7
8
9
A
16
17
18
19
1A
26
27
28
29
2A
&
'
*
36
37
38
39
3A
6
7
8
9
46
47
48
49
4A
F
G
H
I
J
56
57
58
59
5A
V
W
X
Y
Z
66
67
68
69
6A
f
g
h
i
j
76
77
78
79
7A
v
w
x
y
z
B
C
D
E
F
1B
1C
1D
1E
1F
2B
2C
2D
2E
2F
+
-
.
/
3B
3C
3D
3E
3F
;
<
=
>
?
4B
4C
4D
4E
4F
K
L
M
N
O
5B
5C
5D
5E
5F
6B
6C
6D
6E
6F
k
l
M
n
o
7B
7C
7D
7E
7F
{
|
}
~

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents