Technical data
Linkage with PLC
CP 486 ⋅ 00/14 VIPA GmbH 181
Correction: To correct the parameter „adr“ in the function call
of the PC user software.
ERR_S5_LEN = $07; (* invalide block length *)
With a block element access under all element types the programme
tried to transfer blocks with a length > 504.
Correction: To correct the parameter „len“ in the function call of
the PC user software.
ERR_S5_ADR = $08; (* Address too big *)
With a single- or block element access with element type ABS_SNG
the programme tried to addess an address
> FFFFh in a programmable controller of the typee 115U. However,
the CPUs (up to CPU 944) have an address range of only 64 KB.
Correction: To correct the parameter „adr“ in the function call
of the PC user software.
ERR_S5_QVZ = $09; (* QVZ/ADF in the programmable controller with reading/writing *)
The programme tried to access an address range which is physically
not available.
The programmable controllers of the type 135 and 155 make this error
message available. A programmable controller of the type 115U would
be set to STOP in this case.
Correction: To correct the parameters „typ“ or „adr“ in the
function call of the PC user software.
ERR_S5_944 = $0A; (* CPU 944: module in prog.bank *)
With a block element access with element type „module“_BLK the
programme tried to access a module which is not in the data block.
(This only concerns the CPU 944 form the programmable controller
type 115U)
Correction: To create a module in the programmable controller
in the data block bank (via BIB-Nr. 19285) or to
correct the function call in the PC user software.