Input Relays (X) - Delta AS Series Programming Manual

Hide thumbs Also See for AS Series:
Table of Contents

Advertisement

3.
The string has an odd number of characters.
D0
16#62 (b)
D1
16#64 (d)
D2
0 (NULL)
*1: ASCII code chart
Hex
0
1
2
ASCII
Hex
10
11
12
ASCII
Hex
20
21
22
ASCII
SP
!
"
Hex
30
31
32
ASCII
0
1
2
Hex
40
41
42
ASCII
@
A
B
Hex
50
51
52
ASCII
P
Q
R
Hex
60
61
62
ASCII
`
a
b
Hex
70
71
72
ASCII
p
q
r
Note:  represents an invisible character. Do not use it in strings.

2.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 the PLC reads the input signal. You can use input contact A or contact B several times in the
program, and the ON/OFF state of the input varies with the ON/OFF state of the input device.
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 to X511.15.
16#61 (a)
16#63 (b)
16#65 (e)
3
4
5
6
13
14
15
16
23
24
25
26
#
$
%
&
33
34
35
36
3
4
5
6
43
44
45
46
C
D
E
F
53
54
55
56
S
T
U
V
63
64
65
66
c
d
e
f
73
74
75
76
s
t
u
v
7
8
9
A
17
18
19
1A
27
28
29
2A
(
)
*
37
38
39
3A
7
8
9
47
48
49
4A
G
H
I
J
57
58
59
5A
W
X
Y
Z
67
68
69
6A
g
h
i
j
77
78
79
7A
w
x
y
z
Cha p ter 2 De vices
B
C
D
E
1B
1C
1D
1E
2B
2C
2D
2E
+
-
.
3B
3C
3D
3E
;
<
=
>
4B
4C
4D
4E
K
L
M
N
5B
5C
5D
5E
6B
6C
6D
6E
k
l
M
n
7B
7C
7D
7E
{
|
}
2_
F
1F
2F
/
3F
?
4F
O
5F
6F
o
7F
2 - 9

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents