I could use some experienced help here 🙂
So i have a scope capture of a representative signal that will be used in this VI.
I have several problems which i could use some help with.
1) Trying to create an EYE diagram out of this waveform. Because it is repeating i have already have the algorithm to chop it up into seperate 'waveforms', how would i go about displaying something like this as an eye diagram with the LV graphs? I have tried everything i can think of, i cant just use build waveform or hardwire anything because the # of Voltage arrays will differ every time in real usage.
What i did is create a waveform chart, i build a waveform type w/ dt and the Y values and plug it in. I was hoping to use the 'scope' setup as from the description in help seemed to do what i wanted, but it does not seem like it overlays onto the graph.
Basically i need a way to create a multiplot graph from X,Y coordinates and dynamically increment the number of plots until its done. Hopefully that makes sense.
2) Eventually i also need to do a multi part mask test on this 'infinite persistence' signal if you were. This shouldnt be too hard as i will have the arrays of voltage at my disposal from above that i can loop through. My question regarding Mask tests is this, for this particular mask test there are 4 actual masks. An upper & lower and 2 'eyes' that it must clear, it seems LV's express mask testing only lets you do a top/bottom mask.
What would be the best way to do mask tests like this? Use the express VI and split it into 2 parts and 'and' them together? Or would doing it more manually with some of the non express mask stuff prove to be easier?
I got many more questions but i'll stick with that for now 🙂 Thanks in advance!