en:software:qview:qview_6:qcl_library:ac11resetarr

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
en:software:qview:qview_6:qcl_library:ac11resetarr [2017/02/24 15:30] – created qem103en: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 = **//Calculation Functions//
 +
 +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/OUT^VARIABLE TYPE^EXAMPLE NAME^DIM^^
 +|  IN  |  ARRSYS / ARRGBL  |  array  |  B/W\\ L/S  |Array to reset|
 +|  OUT  |  GLOBAL  |  done  |  F  |Flag that indicates that the operation was executed|
 +
 +=== Example ===
 +
 +Run the reset when this "gfReset" flag is set to 1.
 +
 +<code QCL>
 +IF gfReset
 + gfReset = 0
 + AC11ResetArr (array, done)
 +ENDIF
 +
 +=== Note ===
 +
 +  * The function executes a WAIT a time every 180 milliseconds.