Changes between Version 12 and Version 13 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/DAC/SetDACTrackScale
- Timestamp:
- 03/12/25 08:19:02 (3 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/DAC/SetDACTrackScale
v12 v13 2 2 Set a DAC output to track scale weight. 3 3 4 {{{ 4 {{{#!c++ 5 5 int SetDACTrackScale(int dev, uint8 scale, DACTrackGrossNet grossnet, int wait); 6 6 }}} … … 23 23 == Examples == 24 24 25 {{{ 25 {{{#!c++ 26 26 int dac = 1; // number of dac card - not number of slot 27 27 int scale = 1; … … 34 34 }}} 35 35 36 {{{ 36 {{{#!c++ 37 37 // Set DAC 1 to track scale 1, gross mode, 0 - 10000 wt, max output 10V. 38 38 int dac = 1;