Appendix 3 Compatibility with
Appendix 3 Compatibility with GLOFA
Appendix 3.1 Compatibility of Flag
Classification GM7 XEC Type Contents Description
User
Flag
_LER
_LER BOOL
Operation error
Latch flag
Operation error latch flag which is on the basis of
program block (PB), the error indication which occurs
while program block running keeps until the program
ends. It is available to delete by a program.
_ERR _ERR BOOL Operation error flag
Operation error flag which is on the basis of operation
function(FN) or function block(FB), it is renewed every
_T20MS _T20MS BOOL 20ms clock
Clock signal used in user program reverses On/Off per a
half cycle
Please use more enough long clock signal than PLC
scan time.
Clock signal starts from Off condition when initialization
program starts or scan program starts.
As a clock signal available at user program, it reverses
On/Off every half period. Since clock signal is dealt with
at the end of scan, there may be delay or distortion
according to scan time. So use clock that’s longer than
scan time. Clock signal is Off status at the start of scan
program and task program.
_ON _ON BOOL Ordinary time On Always On state flag, used when writing a user program.
_OFF _OFF BOOL Ordinary time Off Always Off state flag, used when writing a user program.
First scan On flag, operated after starting the operation.
First scan Off flag, operated after starting the operation.
On/Off reversed per scan when user program is
working. (On state for first scan)
_INIT_DONE _INIT_DONE BOOL
Complete of initial
program
When this flag is set by user-written initialization
program, scan program starts operation after
initialization program ends.
_RTC_DATE _RTC_DATE DATE Current date of RTC Indicates day data on the basis of 1.Jan.1984.
_RTC_TOD _RTC_TOD TOD Current time of RTC
Indicates a data for the time of the day on the basis of
00:00:00 (unit: ms)
_RTC_WEEK _RTC_WEEK UINT
Current a day of the
week of RTC
XGT - 0:Sun, 1:Mon, 2:Tue, 3:Wed, 4:Thu, 5:Fri, 6:Sat
GLOFA - 0:Mon, 1:Tue, 2:Wed, 3:Thu, 4:Fri, 5:Sat,