Changes between Version 7 and Version 8 of Docs/Prog/Manual/DeviceSupport/Weighing
- Timestamp:
- 10/20/10 13:57:43 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/DeviceSupport/Weighing
v7 v8 22 22 The lib825ev library provides features to facilitate access the weight information from an application program. 23 23 24 24 ==== Simple weighing example ==== 25 25 {{{ 26 26 // Simple get weight sample … … 59 59 This displays the gross weight at the upper left corner of the display. The weight will update as changes are made to the scale. This program as an endless loop. If you started the program from the command line without using the "&" parameter you can press CTRL-C to end the program. Otherwise use PS to see the process list and KILL to terminate the appropriate process number. 60 60 61 ==== High Speed weighing of two scales using total mode ==== 62 61 63 {{{ 62 64 #include <stdio.h>