Validity: Rule, Task
This variable is used to command the flashing (1 Hz) of the LEDs on the DISPAN programming terminal.
Syntax |
I32 blink_dispan_led |
---|---|
Attributes |
Bit-accessible |
The meaning of the bits is as follows:
Bit |
Hexadecimal value |
Description |
---|---|---|
BIT 0 |
0x1 |
Funct |
BIT 1 |
0x2 |
Letters |
BIT 2 |
0x4 |
S/F |
BIT 3 |
0x8 |
hold (according with the variable dis_display) |
Example
; The blinking of the FUNCT led is added blink_dispan_led = 1 ; The blinking of the S/F led is added blink_dispan_led = blink_dispan_led r_or 4 ; The blinking of the LETTERS led is added blink_dispan_led.1 = TRUE |