08-25-2011 08:14 AM - edited 08-25-2011 08:15 AM
HI
I use NI5922 Digitizer with NIScope 3.8.1 and LabView 10.0.1 (64-bit) Software.
If I have other activities on Windows (like changing to other Windows, open another program) I get jumps (steps) in my waveform graph (see attached picture Front Panel).
A) What is the reason for that (my Hardware is really fast)
B) Is there a workaround?
Attached Front Panel and Block Diagram
Greets
Tobias Broger
IMM
Solved! Go to Solution.
08-26-2011
02:44 AM
- last edited on
01-27-2025
12:31 PM
by
Content Cleaner
Hi,
could you please tell us, what Windows version (Windows 7, 64bit?) your are using. Is this the NI-SCOPE version you are using?
https://www.ni.com/en/support/downloads/drivers/download.ni-scope.html#307031
best regards
08-26-2011 02:55 AM
Are you using the PCI-or PXI NI 5922? This could also be helpful.
08-26-2011 07:44 AM
Could you post your actual code? From the screenshots, there are several issues you may want to address.
I would recommend you separate your functionality a bit differently to make this work well.
If you want an example of this type of architecture, check out this post and those leading up to it. Good luck. Let us know if you need more help.
08-30-2011 03:50 AM
Hi and sorry for my late answer (short holiday 🙂
@MHoffmann: Windows 7 (64-bit), PCI-NI-5922
@DFGray:
Thanks again for your hints!
It was a Chart, I now posted the code including both: Chart and Graph and without queue (I only did the queue because I thougt this may help to solve the issue). I also excluded the IMAQ to make it simpler.
Problem: I would like to have multiple seconds of the signal and a second time scale on the x-scale (i try to use x-scale-multipliers to get seconds). The Chart can display multiple seconds, whereas the Graph only displays a short period (the last fetch?). I guess I really should change to a continous signal.
I will use the proposed architecture and post it here asap!
Thanks
Tobi
08-30-2011 07:51 AM
You can get a second scale on the X-axis by right clicking the current X scale and selecting Duplicate Scale. You will probably want the new scale on the other side of the plot, so right click on the new scale and select Swap Sides.
You can select which data goes with which scale with either the graph properties dialog or using property nodes.
Yes, you will need to take data continuously to get a continuous plot longer than one acquisition. The NI-SCOPE examples should show you how to do this.
You may want to explore the graph axis formatting a bit more, as well. A "hidden" feature is the Ignore Timestamp feature of the graph. Right click the graph (not the axis) and note that this option is normally checked, meaning the graph will ignore your initial timestamp. If you select it, your data timestamps will now be used, but you also get an automatic change of the X-axis to a log-centric format. Right-click the X-axis and change the data formatting back to three digit SI or something similar, which is more appropriate for NI-SCOPE use (waveforms usually have relative, not absolute timestamps).
Let us know if you have more issues. Good luck!