Technical data

Linkage with PLC
CP 486 00/14 VIPA GmbH 179
Tab. 7 predefined constants for error messages: bank 2, 3 and 7
CONST
ERR_S5_TYP = $01; (* invalid element type *)
With a single-element access with the element type DX_SNG,
BA_SNG, BB_SNG, BT_SNG or QB_SNG or with a block element
access with element type DX_BLK, BA_BLK, BB_BLK, BT_BLK or
FX_BLK the programme tried to access data in a programmable
controller of the type 115U. However, these element types do not exist
in this programmable controller type.
Correction: To correct the parameter „typ“ in the function call
of the PC user software.
ERR_S5_BST = $02; (* module not available *)
With a single-element access with element type DB_SNG or with a
block element type DB_BLK the programme tried to access a not
existing module.
Correction: To create data block in the programmable
controller or to correct parameter „bst“ in the
function call of the PC-user software.
ERR_S5_ELM = $03; (* element not available *)
With a single-element access with element type DB_SNG or with a
block element access with element type DB_BLK the programme tried
to access data in a data block which are not available.
Correction: To extend the data block in the programmable
controller correspondingly or to correct the
parameter „adr“ or „len“ in the function call of the
PC user software.
With a single-element access with element type Z_SNG or T_SNG the
programme tried to access timer or counter with a number > 127.
Correction: To correct the parameter „adr“ in the function call
of the PC user software.
With a single-element access with element type MB_SNG the
programme tried to access flags with a number > 199 with the size of
element Byte, with number > 198 with the size of element word or with
number > 196 with the size of ement douple word.
Correction: To check the parameter „adr“ in the function call of
the PC user software for valence.
With a single-element access with element type EB_ - or AB_SNG the
programme tried to access the process image of the I/O range with
number > 127 with the element size Byte, with number > 126 with
element size word or with number > 124 with element size douple
word.
Correction: To check the parameter „adr“ in the function call of
the PC user software for valence.
With a single-element access with element type PB_SNG the
programme tried to access elements of the P-peripherals with number
> 255 with element size Byte, with number > 254 with element size
word or with number > 252 with element size douple word.