ABB IRC5 Operating Manual page 215

Troubleshooting
Hide thumbs Also See for IRC5:
Table of Contents

Advertisement

Recommended actions
Allowed operand types for the "*" operator are "num", "pos" or
"orient". Check the operand types.
40032, Type error
Description
Illegal type arg for right operand of '*' operator.
Recommended actions
Allowed operand types for the "*" operator are "num", "pos" or
"orient". Check the operand types.
40033, Type error
Description
Illegal type arg for operand of 'NOT' operator.
Recommended actions
Allowed operand type for the "NOT" operator is "bool". Check
the operand types.
40034, Type error
Description
Illegal type arg for left operand of 'OR', 'XOR' or 'AND' operator.
Recommended actions
Allowed operand type for the "OR", "XOR" or "AND" operators
is "bool". Check the operand types.
40035, Type error
Description
Illegal type arg for right operand of 'OR', 'XOR' or 'AND'
operator.
Recommended actions
Allowed operand type for the "OR", "XOR" or "AND" operators
is "bool". Check the operand types.
40036, Type error
Description
Incorrect number of indices in index list for array arg with arg
dimension(s).
Recommended actions
Make sure that the number of indices in the index list
corresponds to the number of dimensions of the indexed data
array.
Operating manual - Troubleshooting IRC5
3HAC020738-001 Revision: AA
40037, Data declaration error
Description
LOCAL illegal in routine constant declaration.
Recommended actions
Only program data declarations may have the LOCAL attribute.
Remove the LOCAL attribute or move the declaration outside
of the routine.
40038, Data declaration error
Description
LOCAL illegal in routine variable declaration.
Recommended actions
Only program data declarations may have the LOCAL attribute.
Remove the LOCAL attribute or move the declaration outside
of the routine.
40039, Name error
Description
Constant name arg ambiguous.
Recommended actions
Routine data must have names that are unique within the
routine. Program data must have names that are unique within
the module. Rename the data or change the conflicting name.
40040, Name error
Description
Global constant name arg ambiguous.
Recommended actions
Global data must have names that are unique among all the
global types, data, global routines and modules in the entire
program. Rename the data or change the conflicting name.
40041, Name error
Description
Global persistent name arg ambiguous.
Recommended actions
Global data must have names that are unique among all the
global types, data, global routines and modules in the entire
program. Rename the data or change the conflicting name.
40042, Name error
Description
Global routine name arg ambiguous.
© Copyright 2005-2018 ABB. All rights reserved.
5 Troubleshooting by event log
Continues on next page
5.6 4 xxxx
Continued
215

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents