Chapter 3 Creating and Editing Screens
Code – 107 There is RET in Macro
This error message means that there is RET command in Macro. The RET command
should be used for sub -macro to return program. B ut in Macro, it should use E ND not
RET.
HMI Macro Error Messages
The users can read error messages by macro files. Once there is an error and the users
execute a correct command before reading error messages, the error message will be
overwritten. When executing each macro, each Macro error message will not be influenced
by other macros.
Code – 10 GOTO Error
This message means that there is a GOTO error in the macro.
Code – 11 Stack Overflow
This message means that the stack in the macro is full. This may be cause d by using
too many sub-macros or executing different macros at the same time. This message
appears to help avoid insufficient memory.
Code – 12 Empty Sub-macro
This is a CALL sub-macro error. The sub-macro that is called should not be an empty
sub-macro. This message is to avoid unexpected errors.
Code – 13 Data Read Error
This is a data read error. Sometimes this may be caused by a memory da ta error, but
most of the time it is an external controller data read error.
Code – 14 Data Write Error
This is a data write error. Sometimes this may be caused by a memory data error, but
most of the time it is an external controller data write error.
Code – 15 Divisor is 0
This error message means that the devisor is 0 when performing a division operation.
Revision May, 2010 3-377