11-30-2014 10:34 AM
It seems like there's a line connecting the ends of the XY Graph. How do I solve this? Also when I increase the frequency of the sawtooth wave, the XY graph shows a weird shape. I need to make a basic oscilloscope. Help me please.
11-30-2014 10:47 AM
The xy graph displays exactly what you data is. The flyback is part of the data. There is nothing weird about the graph when you change the frequency, it simply displays what you are generating.
Hook the two signal to waveform graphs each to see how they look like.
Your program seems incomplete (e.g. no toplevel loop, etc.). What are you actually trying to do?
11-30-2014 11:30 AM
I'm trying to make an oscilloscope. The Y channel is for the type of wave (sine, square, triangle etc) I would be analysing on the XY graph whereas the X channel controls the time per division on the XY graph. The X channel can be connected to a sawtooh waveform vi. With its offset set to 1 and phase to 180 degrees, its frequency can be used as a control for the XY graph time per division. There's no problem with the Y channel or the XY graph. The problem is how do I design the X channel so that the XY graph would show the waveform we would expect as with a real oscilloscope.
11-30-2014 11:40 AM