ABB IRC5 Operating Manual page 220

Troubleshooting
Hide thumbs Also See for IRC5:
Table of Contents

Advertisement

5 Troubleshooting by event log
5.6 4 xxxx
Continued
40090, Reference error
Description
Reference to unknown required parameter arg.
Recommended actions
The called routine contains no required parameter (or other
object) with the specified name.
40092, Reference error
Description
Unknown type name arg.
Recommended actions
No data type (or other object) with the specified name is visible
from this program position.
40093, Instruction error
Description
Assignment target is read only.
Recommended actions
The data to be assigned a value may not be a constant, read
only variable or read only persistent.
40094, Data declaration error
Description
Persistent declaration not allowed in routine.
Recommended actions
Persistents may only be declared at module level. Move the
persistent declaration from the routine.
40095, Instruction error
Description
RAISE without expression only allowed in error handler.
Recommended actions
Add an error number expression to the RAISE instruction.
40096, Instruction error
Description
RETRY only allowed in error handler.
Recommended actions
The RETRY instruction may only be used in error handlers.
Remove it.
Continues on next page
220
40097, Instruction error
Description
TRYNEXT only allowed in error handler.
Recommended actions
The TRYNEXT instruction may only be used in error handlers.
Remove it.
40098, Parameter error
Description
'switch' parameter must have transfer mode IN.
Recommended actions
Remove the parameter transfer mode specifier. If IN transfer
mode is not sufficient, change the data type of the parameter.
40099, Parameter error
Description
'switch' parameter cannot be dimensioned.
Recommended actions
Remove the array dimension specification, or change the data
type of the parameter.
40100, Parameter error
Description
'switch' only allowed for optional parameter.
Recommended actions
Change the parameter into an optional parameter, or change
the data type of the parameter. If the object is not a parameter,
change the data type.
40101, Type error
Description
Type mismatch of expected type arg and found type arg.
Recommended actions
The expression is not of the expected data type.
40102, Type error
Description
Type mismatch of aggregate, expected type arg.
Recommended actions
The aggregate does not match the expected data type.
© Copyright 2005-2018 ABB. All rights reserved.
Operating manual - Troubleshooting IRC5
3HAC020738-001 Revision: AA

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents