Changes between Version 4 and Version 5 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/DAC/SetDACTrackGrossNet


Ignore:
Timestamp:
03/12/25 08:19:19 (3 weeks ago)
Author:
Don Wilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Docs/Prog/Manual/ApplicationLibraries/lib825ev/DAC/SetDACTrackGrossNet

    v4 v5  
    22Set a DAC output to track gross or net scale weight.
    33
    4 {{{
     4{{{#!c++
    55int SetDACTrackGrossNet(int dev, DACTrackGrossNet grossnet, int wait);
    66}}}
     
    2222== Examples ==
    2323
    24 {{{
     24{{{#!c++
    2525   int dac = 1; // number of dac card - not number of slot
    2626   DACTrackGrossNet grossnet = dacTrackGross;