Technical data
Technology functions
CPU 317T: Technology Functions
A5E00251798-03
6-195
ErrorID
Error message Description / to correct or avoid error
8052 Block call at different run levels This block was called at different run levels using the
same instance DB.
Example:
FBx is called in the instance DBx, in OB1, and in OB35.
Execution of the FB started in OB1, and was interrupted
by its call in OB35. Based on the shared use of the
instance DB, the error is indicated at output parameter
ErrorID of both FB calls.
Error reactions to be expected:
• The new command (positive or negative edge at
parameter input Execute/Enable) is not transferred to
the integrated technology.
• The first command started can not be traced at the
output parameter of the technology function. However,
the command may still be active in the integrated
technology.
Warning:
Use different instance DBs at different run levels, or
interlock the call of the technology function.
8053 Invalid instance DB Faulty instance DB of the technology function (wrong
length, for example.)
8061 Cam point out of the definition range
/ range of values
The leading/following axis positions defined at
"MC_GetCamPoint" do not exist in the definition
range/range of values of the cam disk
Enter a valid position at "MC_GetCamPoint".
8083 DB is not a technology DB
The DB specified at input parameter CamTable does not
exist or is not a technology DB.
8084 Invalid technology DB • A technology object does not exist in the PLC for the
technology DB specified at input parameter CamTable.
Download the current technology to the PLC, or
change the DB number at input parameter CamTable.
• The user has written invalid data to the technology DB
specified at input parameter CamTable.
In "Technology Objects Management", delete and then
recreate the technology DB.
808B Parameter value of invalid REAL
format
Invalid floating-point for
mat of at least one input parameter
value.
Check the input parameter values or the instance DB
data. Invalid values can not be indicated in floating-point
format. They are shown on hexadecimal format
(DW16# ...).