Technical data

Technology functions
CPU 317T: Technology Functions
6-186 A5E00251798-03
ErrorID
Error message Description / to correct or avoid error
8053 Invalid instance DB Faulty instance DB of the technology function (wrong
length, for example.)
8062 Access to interpolated cam disk not
permitted
Then cam disk is interpolated already, which is why you
can not add new interpolation points or polynomials to it.
Remedy:
Clear the content of the cam disk with MC_CamClear, and
then recreate it.
8083 DB is not a technology DB
The DB specified at input parameter Axis or the
technology DB were not found.
8084 Invalid technology DB A technology object does not exist in the PLC for the
technology DB specified at input parameter Axis.
Download the current technology to the PLC, or
change the DB number at input parameter Axis.
The user has written invalid data to the technology DB
specified at input parameter Axis.
In "Technology Objects Management", delete and then
recreate the technology DB.
8088 Invalid DB (ANY pointer) The ANY pointer refers to an invalid data area.
Data block not found
Specified start address not found
Data area too short
8089 Invalid data record length (ANY
pointer)
For mathematical functions 60 bytes, for interpolation
points a multiple of 8 bytes must be transferred. An
interpolation point consists of X and Y values of the data
type REAL (4 bytes)
808 A The data block contains invalid
REAL values
The DB transferred to the technology contains at least one
value that does not correspond with a permissible REAL
format specification.
Check all DB values and adjust these as required.
808C Pointer format is invalid or not
supported
The ANY pointer contains illegal specifications.
Accepted areas:
I, O, M, DB, DI
Accepted data types:
BYTE, CHAR, WORD, INT, DWORD, DINT, REAL
808D Data record length out of range An attempt was made to transfer a data record with a
length of more than 240 bytes. Reduce the length
definition in the ANY pointer.