Cross cutter, Appendix – Lenze EVS93xx CrossCutter User Manual

Page 232

Advertising
background image

Cross Cutter

Appendix



Prepared Solution Servo PLC / ECSxA 1.1 EN

6-64

Error

number

Error code

Cause

Remedy

215

Float error

Task5 Id6

216

Float error

Task6 Id7

217

Float error

Task7 Id8

218

Float error

Task8 Id9

219

Overrun

PLC_PRG Id0

The cyclic task is taking too long or
cannot be completed.

Check your program code for infinite loops
(REPEAT/UNTIL, WHILE, FOR loops) and recursive
calls and remove them.

220

NoCredits

The target system does not support
the technology libraries in the project
(e.g. positioning technology,
electronic cam).

Check code C2115/000: If this code is not displaying
any technology units, contact your Lenze sales
company or the Lenze Service Hotline (+49) 5154 82-
1111.

230

NoPrg

No executable PLC program stored on
the target system

Transfer a compatible PLC program to the target
system via DDS (PRO file) or GDLoader (BIN file).

231

Unallowed Lib

The target system does not support
one of the libraries used in the source
project.

Use a library which matches the target system.
Make sure that the target system version release
supports the version release of the library being
used.

232

NoAddData

No additional data (e.g. LC9 file with
tables of values for the electronic
cam) found.

Transfer the project again together with the
matching file for the additional data.

Reduce the number of CAN telegrams sent via the
L_CanPdoTransmit

function blocks by

Increasing the task's interval time

Selecting time-controlled instead of event-
controlled transmission via byTransmitMode

Increasing the transmission cycle at the
tRepeatTime

input.

240

TxBuffer

Overflow

Too many CAN telegrams sent using
the LenzeCanDrv.lib
library. The send
data memory is full.

Increase the baud rate of the system bus in code
C0351/000.

241

RxBuffer
Overflow

Too many CAN telegrams received
using the LenzeCanDrv.lib
library;
further processing in the PLC
program is taking longer than it ought
to. The receive data memory is full.

Reduce the number of received telegrams to the free
CAN objects processed following receipt by
L_CanPdoReceive

type function blocks.

Call the program sections in which received free
CAN telegrams are processed following receipt at
shorter interval times.

250

NoApplFlash

The data memory for additional
data/application data is missing.

Replace the current target system with a suitable
target system featuring the memory module for
additional data/application data.
Contact your Lenze sales company or the Lenze
Service Hotline (+49) 5154 82-1111.

251

ChckErr

(ApplRAM)

The application data checksum in the
main memory does not match the
reference checksum.

Contact your Lenze sales company or the Lenze
Service Hotline (+49) 5154 82-1111.

Check the data circuit:

Check that the bus connectors and terminating
resistors are connected correctly and have the
correct polarity.

Check that the parameterisation of the
transmission path is unique (e.g. more than
one CAN node with the same bus address,
baud rate, excessive bus load).

You may need to remove nodes from the
system bus to reduce the bus load.

252

DwnldErr

(ApplFlash)

An error occurred during the
transmission of application data to
the non-volatile application data
memory.

The source file associated with the additional data is
corrupt (impermissible changes): Regenerate the
source data (e.g. LC9 file with profile data) and
repeat the transmission.

260 Err

NodeGuard

"Life Guarding Event": The PLC (CAN
slave) has not received a "Node
Guarding" telegram within the "Node
Life Time" of the CAN master.

Check the CAN master to ascertain why no "Node
Guarding" telegrams are being sent.

Advertising