Differences
This shows you the differences between two versions of the page.
en:software:qview:qview_6:qcl_library:oa10blinkout [2017/01/23 14:55] – created qem103 | en:software:qview:qview_6:qcl_library:oa10blinkout [2019/08/29 17:01] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== OA10BlinkOut ====== | ||
+ | |||
+ | **O = **//Out// | ||
+ | |||
+ | **A = **// | ||
+ | |||
+ | The OA10BlinkOut function __execute a blink on the output__ with equal on and off time and adjustable. | ||
+ | |||
+ | ===== IMPLEMENTATION ===== | ||
+ | |||
+ | **OA10BlinkOut (output, timeLamp)** | ||
+ | |||
+ | Parameters: | ||
+ | |||
+ | ^IN/ | ||
+ | | IN | OUTPUT\\ GLOBAL | ||
+ | | OUT | CONST\\ SYSTEM | ||
+ | |||
+ | === Example === | ||
+ | |||
+ | Enables the output blinking when this flag " | ||
+ | |||
+ | <code QCL> | ||
+ | IF gfAbilLamp | ||
+ | timeLamp = 1000 ;Set the time to 1 sec | ||
+ | OA10BlinkOut (output, timeLamp) | ||
+ | ENDIF | ||
+ | </ | ||
+ | |||
+ | === Operation notes === | ||
+ | |||
+ | * This function should be placed at a point of the application that runs (after enabling the flashing) at every turn the output control logic is consistent | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||