Description Method - Mitsubishi Electric M800VW Series Manual

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

Advertisement

M800V/M80V Series PLC Development Manual
5 Peripheral Development Environment (GX Works2)
5.8 PLC Message Development

5.8.3.2 Description Method

Message data is described as text data in the written format shown below.
The applicable character code is different depending on the target language. Refer to the section "File name rule" for details.
 Example for the description of alarm message, operator message, PLC switch and comment
ver1.0
;M8
Ladder
A,0,0,Emergency stop
A,11,1,Spindle alarm
:
:
0,1,9000,M8 LADDER Ver1.0
0,20,9000,BND-000W000-A0
:
:
P,1,Program restart
P,2,Automatic power OFF
:
:
M,1,0, [Spindle]
M,1,0, [Standby 1]
:
:
(*1) Comment
A line begins with a semicolon (;) is regarded as a comment.
; comment character string [LF]
(*2) Message area
Messages of the same type are describe together. When the same elements (e.g. index No.) are included, the latter
description is enabled.
 Example for the description of macro alarm message
M,0,1,CALL #PROGRAMMER #TEL590
M,1,2,CALL #PROGRAMMER #TEL560
M,9,10,CALL #PROGRAMMER #TEL550
:
:
M,511,9999,CALL #PROGRAMMER #TEL520
 When there are duplicate index Nos. or alarm Nos., the one appears later on the file is enabled.
 The index Nos. need not be in sequential order, if they are within the designated range. Also, there is no restriction for the
description order (in ascending or descending order).
 When an alarm message is consist of 32 characters or more, the 32nd or later character is not displayed. If the 31st char-
acter is 2-byte character, the 31st character is not displayed.
 A blank character (a space character) can be used for the alarm message string.
 A line matches any of the following conditions is regarded as invalid data.
- The classification code is set to other than "M".
- Index No. is not in the range from 0 to 511.
- Alarm No. is not in the range from 1 to 9999.
- Other incorrect format is described in the file.
- Description for one line is exceeded 128 characters.
IB-1501614-B
'14.01.01
...
Comment (*1)
...
Message area (*2)
(Alarm messages)
...
Message area (*2)
(Operator messages)
...
Message area (*2)
(PLC switches)
...
Message area (*2)
(Comment)
174

Advertisement

Table of Contents
loading

This manual is also suitable for:

M800vs seriesM80vw seriesM80v seriesM850vwM830vwM850vs ... Show all

Table of Contents