Hello, It's my first question here - hopefully i wont break any rules.
How would one graph a series of pulses corresponding to some values from an array?
Basically i have 8 numeric controls for amplitude, and 8 numeric controls for the pulses width. What i did was build an array with those values and use an xy graph as output. The result was a triangle-signal-looking thingy. I'm a beginner and until now i tried google-ing for solutions but right now i find none which is useful. Thanks in advance!
Solved! Go to Solution.
Hi Spankake,
do you notice the small plot legend in the upper right of your graph?
You can change the plot style: try some other interpolation method!
On your VI (as far as I can see): why don't you use arrays on your front panel? No need to "manually" build an array from 8 controls…
Thank you, that worked like a charm!
About the use of 8 different controls - it never came to my mind to do that! Thanks for this idea also!