10-12-2009 10:42 AM
10-15-2009 09:55 AM
Hi hova2010,
The best resource for information on these property nodes would be in the LabVIEW Help. The easiest way to access this is to Show Context Help (CTRL+H) and hover your mouse over the desired property and then selecting Detailed Help in the Context Help window. In your case, you will most likely be modifying the Multiplier property. If you select the x-axis to display relative time and then change the multiplier to the number of seconds you wish to use (i.e. 60 for 1 minute interval, 3600 for 1 hour intervals, etc.).
Thank you for choosing National Instruments.
Aaron Pena
National Instruments
Applications Engineer
10-15-2009 01:18 PM
Hello Aaron
I have actually wrote code for a Waveform Chart that plots 1 minute intervals.
The problem Im having now is that the chart loses the intervals (marker values) once it starts to scroll.
Can you look at my code and tell me why it loses the markers? I need to maintain markers throughout the entire test
J
10-19-2009 09:20 AM
Hi hova2010,
After doing some probing on your VI, it seems that the For Loop in your While Loop (as well as the other For Loop outside of the While Loop) continues to generate the same three values over and over again (3338806560, 3338806620, 3338806680). I would look into this as your initial problem.
Thank you for choosing National Instruments.
Aaron Pena
National Instruments
Applications Engineer