Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
en:software:qview:qview_6:qcl_library:ac11resetarr [2017/02/24 15:30] – created qem103 | en:software:qview:qview_6:qcl_library:ac11resetarr [2019/08/29 17:01] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== AC11ResetArr ====== | ||
+ | |||
+ | **A = **//Array// | ||
+ | |||
+ | **C = **// | ||
+ | |||
+ | The AC11ResetArr function __executess a reset of all the elements of an array__, signaling the completion of the operation. | ||
+ | |||
+ | ===== IMPLEMENTATION ===== | ||
+ | |||
+ | **AC11ResetArr (array, done)** | ||
+ | |||
+ | Parameters: | ||
+ | |||
+ | ^IN/ | ||
+ | | IN | ARRSYS / ARRGBL | ||
+ | | OUT | GLOBAL | ||
+ | |||
+ | === Example === | ||
+ | |||
+ | Run the reset when this " | ||
+ | |||
+ | <code QCL> | ||
+ | IF gfReset | ||
+ | gfReset = 0 | ||
+ | AC11ResetArr (array, done) | ||
+ | ENDIF | ||
+ | |||
+ | === Note === | ||
+ | |||
+ | * The function executes a WAIT a time every 180 milliseconds. | ||