Changes between Version 7 and Version 8 of Docs/Prog/Manual/DeviceSupport/Weighing


Ignore:
Timestamp:
10/20/10 13:57:43 (14 years ago)
Author:
Don Wilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Docs/Prog/Manual/DeviceSupport/Weighing

    v7 v8  
    2222The lib825ev library provides features to facilitate access the weight information from an application program.
    2323
    24 
     24==== Simple weighing example ====
    2525{{{
    2626// Simple get weight sample
     
    5959This 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.
    6060
     61==== High Speed weighing of two scales using total mode ====
     62
    6163{{{
    6264#include <stdio.h>