| | 1 | = StopRepeatWt = |
| | 2 | Start repeating weight communications from the main board. |
| | 3 | |
| | 4 | {{{ |
| | 5 | int StopRepeatWt(int scale); |
| | 6 | }}} |
| | 7 | |
| | 8 | == Parameters == |
| | 9 | |
| | 10 | * scale - scale number |
| | 11 | |
| | 12 | == Return Value == |
| | 13 | |
| | 14 | * Returns the result - OK success |
| | 15 | |
| | 16 | == Remarks == |
| | 17 | |
| | 18 | The main board or option card must already be opened by calling OpenMnBd first. The call does a wait for acknowledgement. If the application is using main board communication events these events may be called during the wait for acknowledgement. |
| | 19 | |
| | 20 | == Examples == |
| | 21 | |
| | 22 | {{{ |
| | 23 | if(StopRepeatWt(1) == OK) |
| | 24 | DisplayText(0, 0, "Scale 1 repeat wt stopped"); |
| | 25 | }}} |
| | 26 | |
| | 27 | == See Also == |
| | 28 | |
| | 29 | * [http://tech.825spectrum.com/trac/wiki/Docs/Prog/Manual/ApplicationLibraries/lib825ev/Weight/StartRepeatWt StartRepeatWt] |