Mitsubishi Electronics C6 Home Safety Product User Manual


 
Appendix 3. PLC Development Environment using GPPQ
3.6 PLC-Related Data Development Procedure
- 450 -
3.6 PLC-Related Data Development Procedure
The development procedure is explained here for alarm messages, operator messages, PLC
switches, etc., as PLC related data.
3.6.1 PLC Related Data File Names
The PLC related data is controlled and stored in the categories shown below inside the C64 Series.
Consequently, that data development is also carried out in each of the same categories.
[Important]
Be careful when transferring the message data. If message data that does not follow the
file name regulations below is transferred, it will be mistaken for the PLC program, and
the PLC program may be erased.
M1 xxxx. GPG
Extensions .... Automatically attached with the GPPQ
(expresses file classification)
Random file name ..... User free designation
Data classification and language classification
(M1: Message 1st language)
..... user fixed
designation
The data classification is distinguished by file name when transferring with the GPPQ.
The extensions express the file classification, and the two characters at the head express
the data classification and language classification.
xxxx can be freely designated within eight characters, excluding extensions.
List of PLC related data
Related data classification File name Remarks
1
2
PLC program (ladder)
PLC program (comment)
zzzz.GPG PLC program code
Comment data for GPPQ
3 Program comment 1st language C1xxxx.GCD
zzzz.GCD
English contact/coil comment data
(when the file name is the same
as the PLC program code)
4 Program comment 2nd language C2xxxx.GCD Same as above
(language data other than English)
5 Message 1st language M1xxxx.GPG Alarm messages/operator
messages/PLC switches
Other English message data
6 Message 2nd language M2xxxx.GPG Same as above
(language data other than English)
The PLC program and program comment are explained in "1.4 Creating PLC-Related
Data".