Flyingsaw, Appendix – Lenze EVS93xx FlyingSaw User Manual

Page 140

Advertising
background image

FlyingSaw

Appendix



Prepared Solution Servo PLC / ECSxA 1.1 EN

11-18

Error

number

Error code

Cause

Remedy

216

Floatfehler

Task6 Id7

217

Floatfehler

Task7 Id8

218

Floatfehler

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 these structures.

220

NoCredits

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

Check code C2115/000: if no technology units are
displayed here, contact your Lenze sales representative
or the Lenze service hotline (+49) 5154 82-1111.

230

NoPrg

There is no PLC program saved in the
target system for execution.

Transfer suitable PLC program to the target system
using DDS (PRO file) or GDLoader (BIN file).

231

Unallowed Lib

The target system does not support a
library used in the source project.

Use the library for the target system.
Ensure the target system version supports the version of
the libraries used.

232

NoCamData

Motion profiles (Cam data) not available

Check the data in the Cam file

Reduce the CAN telegrams sent using the function block
L_CanPdoTransmit

Increase the interval time for the task

Select time-controlled instead of event-controlled
transmission using the byTransmitMode

Increase the transmission cycle on the input
tRepeatTime

.

240

TxBuffer

Overflow

On the usage of the library
LenzeCanDrv.lib

too many CAN

telegrams are sent. The transmit data
memory is full.

Increase the transmission rate on the system bus using
the code C0351/000.

241

RxBuffer
Overflow

On the use of the library
LenzeCanDrv.lib

too many CAN

telegrams are being received and cannot
be processed that quickly in the PLC
program. The receive data memory is
full.

Reduce the number of telegrams received to the free
CAN objects that are further processed by function
blocks of type L_CanPdoReceive.
Call sub-routines in which received, free CAN telegrams
are further processed at shorter interval times.

250

NoApplFlash

The data memory for additional
data/application data is missing

Replace the actual target system with a suitable target
system that contains the memory module for
additional/application data.
Contact your Lenze sales representative or the Lenze
service hotline (+49) 5154 82-1111.

251

ChckErr

(ApplRAM)

The checksum for the application data in
the RAM does not match the reference
checksum.

Contact your Lenze sales representative or the Lenze
service hotline (+49) 5154 82-1111.

Check the data connection:

Check the bus connectors and terminating
resistors for correct seating and correct polarity.

Check the parameters set for the transmission path
for freedom from ambiguity (e.g. several CAN
nodes with same bus address, baud rate, bus load
too high).

If necessary remove nodes from the system bus to
reduce the bus load.

252

DwnldErr

(ApplFlash)

During the transfer of the application
data to the non-volatile application data
memory an error occurred.

The source file for the additional data is corrupt
(impermissible change): re-generate the source data
(e.g. LC9 file with profile data) and repeat the transfer.

260

LifeGd

Event

The checksum for the application data in
the flash EPROM does not match the
reference checksum.

Contact your Lenze sales representative or the Lenze
service hotline (+49) 5154 82-1111.


Advertising