ETT 7321
CARRIER ARM TOUCH TERMINAL
Page 28
29.10.2020
46
APPL-LOAD-ERROR
An error has occurred while loading the
application.
Cause:
-
Application was deleted.
Solution:
-
Reload the application into the
control.
47
APPL-SAVE-ERROR
An error has occurred while attempting to
save the application.
50
ACCESS-EXCEP-
TION-ERROR
Read or write access of a restricted
memory area. (I.e. writing to the NULL
pointer).
Solution:
-
Correct application errors
51
BOUND EXCEEDED
An exception error has occurred while ac-
cessing arrays. The memory area was
overwritten by accessing an invalid ele-
ment.
Solution:
-
Correct application errors
52
PRIVILEDGED IN-
STRUCTION
An unauthorized instruction for the
current CPU level was given. For
example, setting the segment register.
Cause:
-
The application has overwritten
the application program code.
Solution:
-
Correct application errors
53
FLOATING
POINT
ERROR
An error has occurred during a floating-
point operation.
60
DIAS-RISC-ERROR
Error from the Intelligent DIAS Master.
Restart, report error to SIGMATEK.
64
INTERNAL ERROR
An internal error has occurred, all appli-
cations are stopped.
Restart, report error to SIGMATEK.
65
FILE ERROR
An error has occurred during a file opera-
tion.
66
DEBUG ASSERTION
FAILED
Internal error
Restsrt, report to error SIGMATEK
67
REALTIME RUNTIME
The total duration of all real-time objects
exceeds the maximum time; the time can-
not be configured.
2 ms for 386 CPUs
1 ms for all other CPUs
Solution:
-
Optimize the application's real-
time task (RtWork).
-
Reduce the clock time for the real-
time task of all objects.
-
Correct application errors.
-
CPU is overloaded in real-time =>
use a higher capacity CPU.
68
BACKGROUND
RUNTIME
The total time for all background objects
exceeds the maximum time; the time can
be configured using 2 system variables:
-BTRuntime: Remaining time
-SWBTRuntime: Preset value for runtime
counter
Solution:
-
Optimize the application's back-
ground task (background)
-
Use higher capacity CPU
-
Set SWBTRuntime correctly