09-12-2014 03:42 PM
I originally had a program that used cursors on a pulse signal to calculate the average of two different gates, and find the difference between them. It worked at one point when I was using the NI SCOPE express VI, but when I tried switching to the real NI SCOPE using Multi Record, due to efficiency issues, I ran into some bugs that I need some help with. The main issue is that one of the pair of gates(cursors) is not getting averaged, but the first one is. Because of this, the program will not find the difference.The issue may be because I had to switch from using a signal to using a waveform with the property node. If anyone could provide any sort of assistance, that would be great!
09-12-2014 04:23 PM
I think you are simply missing a wire
09-12-2014 04:26 PM
Even when I attatch that wire, it still does not work. The wire will not attach. I tried using a converter to convert it to an array, but the program still has issues.
09-12-2014 04:51 PM