Mitsubishi Electric M800VW Series Programming Manual page 714

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.21 Alarm Message Display
Message table
When the message files are stored in multiple projects, one message table will be created by combining the alarm message
data in the message files of each project.
When the alarm message data with the same index are written in multiple projects, the alarm message of the message file
stored in the project with the small project No. will be displayed.
[(Example 1) When the message data do not overlap]
Project 1
Message file
;A, 0, 10, Project1 Msg01;
NOPLF
END
Project 2
Message file
;A, 1, 20, Project2 Msg01;
;A, 1023, 21, Project2 Msg02;
NOPLF
END
[(Example 2) When the message data overlap]
Project 1
Message file
;A, 0, 10, Project1 Msg01;
;A, 1, 11, Project1 Msg02;
;A, 1023, 12, Project1 Msg03;
NOPLF
END
Project 2
Message file
;A, 0, 20, Project2 Msg01;
;A, 1, 21, Project2 Msg02;
;A, 1023, 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
F0
F0
1
F1
F1
:
1
1
F1023
Message table
Index
Message
0th
Project1 Msg01
1st
Project1 Msg01
:
1023rd
Project1 Msg02
The message table is created from the message data
written in the message files of each project.
Message table
Index
Message
0th
Project1 Msg01
1st
Project1 Msg02
:
1023rd
Project1 Msg03
When the message data (indexes) overlap, the
message table will be created from the message data
in the project with the smaller project No.
Alarm message screen
A0000 Project1 Msg01
(Value of D10)
A0001 Project2 Msg01
(Value of D20)
A1023 Project2 Msg02
(Value of D21)
693
Data register
D10
D20
:
:
D21
Data register
D10
D11
:
:
D12
IB-1501668-B

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents