01-09-2014 10:26 AM - edited 01-09-2014 10:28 AM
Using MS 2012 for VS 2010.
I'm building a simple DigitalWaveform and plotting it:
DigitalWaveform MyWaveform = //... build a sample waveform from 1000 to 100000 samples ...
TransmittedWaveformGraph.PlotWaveform(MyWaveform);
Problem: When I plot I only see the first 20 samples. I tried adjusting the "Range" property but that doesn't adjust to my waveform size (so if I overestimate the waveform it comes out very tiny). I tried setting Range Max to 0 and that didn't work.
Also tried tweaking Zoom parameters and nothing. I also tried adjusting "Scale factors" but couldn't find them in this version of Measurement studio.
Can someone give me the proper tweakings to make my entire waveform show up?
Thanks
01-10-2014 09:10 AM
Greetings RogerEmbeddedEE
The behavior you describe can be achieved by using the Mode Property and setting it as “AutoScaleLoose” or “AutoScaleExact” according to the help files of Measurement Studio.
http://zone.ni.com/reference/en-XX/help/372636F-01/mstudiowebhelp/html/db3234a0/
http://zone.ni.com/reference/en-XX/help/372636F-01/mstudiowebhelp/html/60889d74/
Let us know if you have further questions with this issue. Have a nice day!