Mitsubishi Electric M800VW Series Programming Manual page 724

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

Advertisement

M800V/M80V Series PLC Programming Manual (2/2)
14 PLC Help Function
14.22 Operator Message Display
Message table
When the message file is stored in multiple projects, one message table will be created by combining the operator message
data in the message file of each project.
When the operator message data with the same index in multiple projects are written, the message of the message file stored
in the project with small project No. will be displayed.
[(Example 1) When the message data do not overlap]
Project 1
Message file
;O, 0, 10, Project1 Msg01;
NOPLF
END
Project 2
Message file
;O, 1, 20, Project2 Msg01;
;O, 511, 21, Project2 Msg02;
NOPLF
END
[(Example 2) When the message data overlap]
Project 1
Message file
;O, 0, 10, Project1 Msg01;
;O, 1, 11, Project1 Msg02;
;O, 511, 12, Project1 Msg03;
NOPLF
END
Project 2
Message file
;O, 0, 20, Project2 Msg01;
;O, 1, 21, Project2 Msg02;
;O, 511, 22, Project2 Msg03;
NOPLF
END
When the message is stored as in (Example 1) above, the following will be displayed on the alarm message screen (example
of F type):
Value
1
1
F1024
F
1
F1025
F1
:
1
1
F1535
Message table
Index
Message
0th
Project1 Msg01
1st
Project2 Msg01
:
511th
Project2 Msg02
The message table is created from the message data
written in the message file in each project.
Message table
Index
Message
0th
Project1 Msg01
1st
Project1 Msg02
:
511th
Project1 Msg03
When the message data (indexes) overlap, the
message table will be created from the message data
in the project with smaller project No.
Alarm message screen
O0000 Project1 Msg01
(Value of D10)
O0001 Project2 Msg01
(Value of D20)
O1023 Project2 Msg02
(Value of D21)
703
Data register
D10
D20
:
:
D21
Data register
D10
D11
:
:
D12
IB-1501668-B

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents