| 1 | = SetWIM = |
| 2 | Setup for high speed buffered weight reading |
| 3 | |
| 4 | {{{ |
| 5 | void SetWIM(int nScale, int nOnThres, int nOffThres, int nCnt) |
| 6 | }}} |
| 7 | |
| 8 | == Parameters == |
| 9 | |
| 10 | * nScale - scale number |
| 11 | |
| 12 | == Return Value == |
| 13 | |
| 14 | Function does not return a result |
| 15 | |
| 16 | == Remarks == |
| 17 | This function allocates memory to accommodate the specified count of weight values. |
| 18 | |
| 19 | == Example == |
| 20 | |
| 21 | {{{ |
| 22 | }}} |
| 23 | |
| 24 | == See Also == |
| 25 | |
| 26 | * [http://tech.825spectrum.com/trac/wiki/Docs/Prog/Manual/ApplicationLibraries/lib825ev/Weight/CheckWIM CheckWIM] |
| 27 | |