Changes between Version 12 and Version 13 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/DAC/SetDACTrackScale


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

--

Legend:

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

    v12 v13  
    22Set a DAC output to track scale weight.
    33
    4 {{{
     4{{{#!c++
    55int SetDACTrackScale(int dev, uint8 scale, DACTrackGrossNet grossnet, int wait);
    66}}}
     
    2323== Examples ==
    2424
    25 {{{
     25{{{#!c++
    2626   int dac = 1; // number of dac card - not number of slot
    2727   int scale = 1;
     
    3434}}}
    3535
    36 {{{
     36{{{#!c++
    3737// Set DAC 1 to track scale 1, gross mode, 0 - 10000 wt, max output 10V.
    3838int dac = 1;