Omron ETHERNET DIRECT DR 170 14 User Manual

Page 61

Advertising
background image

Klinkmann Automation Omron Ethernet DAServer

59


Omron Ethernet DAServer Ver 1.x User Manual Rev 1.4 17014m14

and writing
back modified
word value into
PLC’s memory.
Here the
processing of
first step failed.

<Socket_
ControllerName>:
Item <Pointer to
Item_Class_Obj.>
(<ItemName>) read
illegal BCD value
<WrongValue> hex,
returning 19999.

Data, received
from PLC,
cannot be
converted into
right BCD
value.
Assigned value
19999.

Take into
account,
when creating
client
application.

DASProtWarn

<Socket_
ControllerName>:
Item <Pointer to
Item_Class_Obj.>
(<ItemName>) read
illegal BCD Long
value <WrongValue>
hex, returning
199999999.

Data, received
from PLC,
cannot be
converted into
right BCD Long
value.
Assigned value
199999999.

Take into
account,
when creating
client
application.

DASProtWarn

<Socket_
ControllerName>:
Item <Pointer to
Item_Class_Obj.>
(<ItemName>) read
illegal BCD Floating
Point value
<WrongValue> hex,
returning 0.0.

Data, received
from PLC,
cannot be
converted into
right BCD
Floating Point
value.
Assigned value
0.0.

Take into
account,
when creating
client
application.

DASProtWarn

<Socket_
ControllerName>:
Attempting write out-
of-range value
<WrongValue> into
Item <ItemName>
(<Pointer to
Item_Class_Obj.>),
clamp to <Clamped
Value>.

Client
application tries
to write the
value, invalid
for current Item
type.

This error
conditions could
happen writing new
value into specific
Item, for example,
BCD Item, when
invalid value “path
through” standard
clamping methods .

Avoid writing
values out-of-
range.

DASProtWarn


Note: Please contact Klinkmann Support ([email protected]) if you face any other
error messages with Log Flag “Error”.

Advertising