Changes between Version 4 and Version 5 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/DAC/SetDACTrackGrossNet
- Timestamp:
- 03/12/25 08:19:19 (3 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/DAC/SetDACTrackGrossNet
v4 v5 2 2 Set a DAC output to track gross or net scale weight. 3 3 4 {{{ 4 {{{#!c++ 5 5 int SetDACTrackGrossNet(int dev, DACTrackGrossNet grossnet, int wait); 6 6 }}} … … 22 22 == Examples == 23 23 24 {{{ 24 {{{#!c++ 25 25 int dac = 1; // number of dac card - not number of slot 26 26 DACTrackGrossNet grossnet = dacTrackGross;