Visual Lib (M912220e)
Visual Lib (M912220e)
WAGO-I/O-PRO 32 Library
Visual.lib
Contents
VISUAL_VERSION....................................................................................2
SET_FLASHING_SEQUENCE ..................................................................4
SET_FLASHING_SEQUENCE_INDEX....................................................6
START_FLASHING_SEQUENCE.............................................................8
STOP_FLASHING_SEQUENCE .............................................................10
FLASHING_SEQUENCE (Data type) ......................................................12
LED_COLOURS (Data type) ....................................................................14
VISUAL_VERSION
Header:
Graphic display:
Time behaviour:
Function description:
The function VISUAL_VERSION returns the current version number of the library
Visual.lib. It is for information purposes only during PLC application development
time. During runtime it is possible to detect version conflicts.
Version: Description:
1.0 First version (16#100)
1.1 Bugfix for firmware versions which do not support the
Visual.lib. (16#101)
1.2 Adaptation to WAGO-I/O-PRO 32 in the version 2.2 or better.
(16#102)
5.0 Compatible with the WAGO-I/O-PRO 32 version 2.2 SR5. The
library works with the onlinechange feature.
SET_FLASHING_SEQUENCE
Header:
Graphic display:
Time behaviour:
Function description:
SET_FLASHING_SEQUENCE_INDEX
Header:
Graphic display:
Time behaviour:
Function description:
The next index can be set for a sequence to be performed using the
SET_FLASHING_SEQUENCE_INDEX function.
START_FLASHING_SEQUENCE
Header:
Graphic display:
Time behaviour:
Function description:
STOP_FLASHING_SEQUENCE
Header:
Graphic display:
Time behaviour:
Function description:
Header:
TYPE FLASHING_SEQUENCE:
STRUCT
Colour: LED-COLOURS;
Frequency: BYTE;
Relation: BYTE;
Duration: TIME;
NextIndex: WORD;
END_STRUCT
END_TYPE
Header:
TYPE LED_COLOURS:
(
GREEN: =0,
RED: =1,
ORANGE: =2
);
END_TYPE