Mitsubishi Electric M800VW Series Programming Manual page 41

Plc programming
Hide thumbs Also See for M800VW Series:
Table of Contents

Advertisement

M800V/M80V Series PLC Programming Manual (1/2)
3 Input/Output Signals
3.3 PLC Device Assignment of Digital Signal (DI/DO)
High-speed input/output designation method
High-speed input/output is designated by setting the corresponding bit of the bit selection parameter as shown below.
 High-speed input specification
7
6
Bit selection
parameter
#6457
X70
X60
:
X7F
X6F
XF0
XE0
#6458
:
XFF
XEF
If there are multiple remote I/O connection channels, designate RIO2 with the same configuration as RIO1 above.
RIO2: Designate X100 to X1FF with bit selection parameters #6459 and #6460
RIO3: Designate X200 to X2FF with bit selection parameters #6465 and #6466
 High-speed output specification
7
6
Bit selection
parameter
#6461
Y70
Y60
:
Y7F
Y6F
#6462
YF0
YE0
:
YFF
YEF
If there are multiple remote I/O connection channels, designate RIO2 with the same configuration as RIO1 above.
RIO2: Designate Y100 to Y1FF with bit selection parameters #6463 and #6464
RIO3: Designate Y200 to Y2FF with bit selection parameters #6473 and #6474
 As listed above, one bit corresponds to two bytes (16 points).
 Input or output in which 1 is set in the table is not performed at the main processing program level.
 Although the number of bits set to 1 is not limited, set only necessary ones from viewpoint of overhead.
 High-speed input/output designation corresponds to the bit selection parameter and can be set in the parameter. However,
it is recommended to set in a sequence program to prevent a parameter setting error, etc.
(Example)
MOV H3 R7828
IB-1501667-B
5
4
3
X50
X40
X30
:
:
:
:
X5F
X4F
X3F
XD0
XC0
XB0
:
:
:
:
XDF
XCF
XBF
5
4
3
Y50
Y40
Y30
:
:
:
:
Y5F
Y4F
Y3F
YD0
YC0
YB0
:
:
:
:
YDF
YCF
YBF
: To designate X00 to X0F, X10 to X1F (bit 0 and 1 for H3)
These bits correspond
2
1
0
bit
to the low-order byte
(bit0 to bit7) of file reg-
X20
X10
X00
ister R7828
:
:
:
X2F
X1F
X0F
These bits correspond
to the high-order byte
XA0
X90
X80
(bit8 to bitF) of file reg-
:
:
:
ister R7828
XAF
X9F
X8F
These bits correspond
2
1
0
bit
to the low-order byte
(bit0 to bit7) of file reg-
Y20
Y10
Y00
ister R7830
:
:
:
Y2F
Y1F
Y0F
These bits correspond
to the high-order byte
YA0
Y90
Y80
(bit8 to bitF) of file reg-
:
:
:
ister R7830
YAF
Y9F
Y8F
20

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents