Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • start trigger: starts on 3 mV absolute change (AOC_ABS)

    Code Block
    <startTrig>
    	<type>AOC_ABS</type>
    	<val>3</val>
    </startTrig>
  • capture acqusition threshold: 1 mV absolute change:

    Code Block
    <capture>
    	<type>AOC_ABS</type>
    	<val>1</val>
    </capture>

You may want to change those bits after setting the configuration without needing to get back to the web config tool.