Differences
This shows you the differences between two versions of the page.
en:software:qview:qview_6:qcl_library:ac10fdminarr [2017/02/21 18:02] – created qem103 | en:software:qview:qview_6:qcl_library:ac10fdminarr [2019/08/29 17:01] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== AC10FdMinArr ====== | ||
+ | |||
+ | **A = **//Array// | ||
+ | |||
+ | **C = **// | ||
+ | |||
+ | The AC10FdMinArr function __find the minimum value of the elements of an array__ and puts it on a variable (" | ||
+ | |||
+ | ===== IMPLEMENTATION ===== | ||
+ | |||
+ | **AC10FdMaxArr (array, valmin, done)** | ||
+ | |||
+ | Parameters: | ||
+ | |||
+ | ^IN/ | ||
+ | | IN | ARRSYS | ||
+ | | OUT | SYSTEM | ||
+ | | OUT | GLOBAL | ||
+ | |||
+ | === Example ==== | ||
+ | |||
+ | TFind the minimum value of the array and puts on the ' | ||
+ | |||
+ | <code QCl> | ||
+ | IF gfFind | ||
+ | gfFind = 0 | ||
+ | AC10FdMinArr (array, valmin, done) | ||
+ | value = valmin | ||
+ | ENDIF | ||
+ | </ | ||
+ | |||
+ | === Operation notes === | ||
+ | |||
+ | * The function executes a WAIT a time every 180 milliseconds. | ||