For more information visit:
www.EatonElectrical.com
Programming wiring
MN05013005E
182
The error message “Number of elements exceeds the
destination range” is output.
BT01E1 is 1.
Example
Comparison of marker blocks, range overlap error.
12 bytes are to be copied starting from MW60. MW64 is
specified as destination address.
Parameters of BT01 function block:
Comparison range 1:
>I1 MW60
Comparison range 2:
>I2 MW64
Number of bytes:
>NO 12
The error message “Both ranges overlap” is output.
BC01E2 is 1.
Example:
Copying of marker bytes, invalid offset error.
The value of marker word MW40 is to be copied to MW54 and
subsequent marker words. The block length is specified by
the value of the counter C 01QV.
Parameters of BT01 function block:
Comparison range 1:
>I1 MW40
Comparison range 2:
>I2 MW54
Number of bytes:
>NO C 01QV
The message "The specified offset of the destination range is
outside of the permissible range" is output.
BT01E3 is 1.
J
The transfer is in byte format. MD93 to MD96 is 16 bytes.
18 bytes were incorrectly defined as length.
J
The copy operation is in byte format. MW60 to MW64 is 8
bytes. The number of bytes is 12 bytes.
J
The value of C 01QV is 10042. This value is too big. The
value at
>NO
can be between 1 and +383.