Mitsubishi Electric MELSEC Q Series Programming Manual page 278

Structured text
Hide thumbs Also See for MELSEC Q Series:
Table of Contents

Advertisement

7 ERROR LIST
No.
Error Message
An error is in a conversion
result. (F0028)"*1"
54
(Illegal conversion result is
displayed in *1.)
The number of the
maximum which can use a
55
character is to 32
characters. (F0102)
The illegal device or value
beyond the range is used.
56
(F0137) "*1"
(Illegal conversion result is
displayed in *1.)
Devices other than a timer
are used for the argument
57
of TIMER_M. (F0177)
Devices other than a
counter are used for the
58
argument of
COUNTER_M. (F0178)
7 - 14
Cause
The program is correct in ST grammar but an error
occurs due to device specifications, etc.
Example 1: TS0 := TRUE;
The number of characters used is greater than the
preset maximum value.
There is the following error example that uses
characters greater than the maximum value.
Example 1: Character string label: Str1
Str1 := "123456789012345
678901234567890
123";
When the number of character string
characters is 33
An illegal device or a numeric value outside the
range is used.
Example 1: M0 := COUNTER_M(TRUE, CC2, -1);
The device other than the timer is used in the
argument of TIMER_M.
Example 1: TIMER_M(X0, CC0, 2);
The device other than the counter is used in the
argument of COUNTER_M.
Example 1: COUNTER_M(X0, TC0, 2);
Corrective Action
Check the contents of the
list displayed in the error
message, and correct the
program.
Change the character
string to within 32
characters.
Correct the device or the
numeric value to within the
range.
Use the timer device in the
argument of function
TIMER_M.
Use the counter device in
the argument of function
COUNTER_M.
7 - 14

Advertisement

Table of Contents
loading

This manual is also suitable for:

Melsec l series

Table of Contents