Technical data
Linkage with PLC
180 VIPA GmbH CP486 ⋅ 00/14
Correction: To check the parameter „adr“ in the function call of
the PC user software for valence.
ERR_S5_SIZE = $04; (* invalid element size *)
With a single-element access with element type Z_SNG or T_SNG the
programme tried to access timer or counter, whereas the parameter
element size was not set to word access (WORD_ELM).
Correction: To correct the parameter „size“ in the function call
of the PC user software.
With a single-element access with element type MB_SNG or
ABS_SNG the programme tried to access flags or absolute addresses
with the parameter element size RBYTE_ELM.
Correction: To correct the parameter „size“ in the function call
of the PC user software.
With a single-element access with element type EB_SNG or AB_SNG
the programme tried to access inputs or outputs in the process image
with the parameter element size SEMA_ELM or RBYTE_ELM.
Correction: To correct the parameter „typ“ in the function call of
the PC user software.
With a single-element access with element type PB_SNG the
programme tried to access the P-peripherals with the parameter
element size BIT_ELM, SEMA_ELM or RBYTE_ELM.
Correction: To correct the parameter „typ“ in the function call of
the PC user software.
With a reading single-element access with element type ABS_SNG
the programme tried to read absolute addresses with element size
SEMA_ELM. This type of access is only possible in writing under
absolute addressing! When single bits are to be read then the element
size BIT_ELM has to be used.
Correction: To correct the parameter „typ“ in the function call of
the PC user software.
ERR_S5_BIT = $05; (* Bit-number too high *)
With a single-element access with element type MB_SNG or
ABS_SNG and the element size BIT_ELM or SEMA_ELM the
programme tried to access a flag bit or an absolute address bit with a
bit number > 7 (15).
Correction: To correct the parameter „bit“ in the function call of
the PC user software.
With a single-element access with element type EB_SNG or AB_SNG
the programme tried to access an I/O-BIT with a bit number > 7.
Correction: To correct the parameter „bit“ in the function call of
the PC user software.
ERR_S5_STRT = $06; (* invalid starting address *)
With a block element access with element type „module“_BLK the
programme tried to transfer blocks via modules whereas the relative
starting address in the block is> 32767.