05-07-2007 02:31 PM
05-08-2007 06:07 PM
Hi,
Thank you for posting to the NI forums. For this type of application, there isn’t an easy way around this issue. Like you mentioned in your post, Signal Express does give access to an x-scale multiplier (right-click on the data view >> Properties >> Scales >> X-Scale >> Multiplier). But because your frequency is not a rational number, your scale will begin to show misleading or incorrect values.
There are a couple of options to remedy this situation. The first is to simply change your sampling period to a rational number. If you decrease your sampling period, you would collect more data, and you wouldn’t have a problem with viewing it. The other is to use LabVIEW – the options for graphs and charts are much more flexible.
Please post back if you have further questions.
Ed W.
Applications Engineer
National Instruments
05-09-2007 12:41 PM
Ed,
Is there a processing trick such as this ...... acquire at 1 Hz, but then do a processing or analyzing step that selects just the points at a defined interval (eg, the 3 min interval) and saves that data?
Thanks, Steve
05-09-2007 01:01 PM
Hi Steve,
What you’re describing is called resampling. You can do this by adding a Processing step >> Subset and Resampling. This will allow you to resample your data at whatever sample period you need.
Regards,
Ed W.
Applications Engineer
National Instruments
05-21-2007 10:41 PM
05-22-2007 04:18 PM
"proud"
That is the best solution, although it is still a little awkward using seconds over 24hr runs, using "1 sample (on demand)" in Timing Settings (Acquisition Mode) and Sample Period = 180 (sec) works for me. It also puts the entire run on a single screen/view, which other approaches had problems with.
Thanks!