en:software:qview:qview_6:qcl_library:ac11resetarr

This translation is older than the original page and might be outdated. See what has changed.

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.

AC11ResetArr (array, done)

Parameters:

IN/OUTVARIABLE TYPEEXAMPLE NAMEDIM
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.
  • Last modified: 2019/08/29 17:01