ABB IRC5 Operating Manual page 221

Troubleshooting
Hide thumbs Also See for IRC5:
Table of Contents

Advertisement

40103, Type error
Description
Persistent arg, arg type mismatch.
Recommended actions
There is already a persistent data with the same name but with
another data type. Rename the persistent, or change its data
type.
40104, Data declaration error
Description
Cannot determine array dimensions (circular constant
references?).
Recommended actions
Check that any referred constants are correctly defined. If so,
the program is too complex. Try to rewrite the declarations.
40105, Data declaration error
Description
Cannot determine type of constant value (circular constant
references?).
Recommended actions
Check that any referred constants are correctly defined. If so,
the program is too complex. Try to rewrite the declarations.
40106, Data declaration error
Description
Cannot evaluate constant value expression (circular constant
references?).
Recommended actions
Check that any referred constants are correctly defined. If so,
the program is too complex. Try to rewrite the declarations.
40107, Data declaration error
Description
Cannot determine type of variable value (circular constant
references?).
Recommended actions
Check that any referred constants are correctly defined. If so,
the program is too complex. Try to rewrite the declarations.
40108, Type error
Description
Unknown aggregate type.
Operating manual - Troubleshooting IRC5
3HAC020738-001 Revision: AA
Recommended actions
An aggregate may not be used in this position since there is
no expected data type. Declare data with the desired data type
and aggregate value. Use the name of the data instead of the
aggregate.
40109, Type definition error
Description
Cannot determine type of record component arg (circular type
definitions?).
Recommended actions
Check that the type of the component is correctly defined. If
so, it could be a circular definition, the type of a component
could not refer to its own record type.
40110, Reference error
Description
Record name arg is ambiguous.
Recommended actions
At least one other object sharing the same name as the referred
record name is visible from this program position. Make sure
that all object names fulfill the naming rules regarding
uniqueness.
40111, Name error
Description
Global record name arg ambiguous.
Recommended actions
Global type must have names that are unique among all the
global types, data, global routines and modules in the entire
program. Rename the record or change the conflicting name.
40112, Reference error
Description
Alias name arg is ambiguous.
Recommended actions
At least one other object sharing the same name as the referred
alias name is visible from this program position. Make sure that
all object names fulfill the naming rules regarding uniqueness.
40113, Name error
Description
Global alias name arg ambiguous.
© Copyright 2005-2018 ABB. All rights reserved.
5 Troubleshooting by event log
Continues on next page
5.6 4 xxxx
Continued
221

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents