Hello
I have a very simple application to construction but I am having problems because of the low frequency invovled. I must send to a very large platform a signal that is 0.50 Vpp at 0.1 Hz. I am expecting a return signal from the platform that is exactly the same but slightly phase shifted. I have attached my starting output-side vi and you can see that I have tried using several functions to trap the readings on indicators. You will see some labels at the top of the waveform chart which is my end goal. I have experimented with settings all over the place but the end result is that the frequency is too low to trap the readings (It will work if the frequency was>= 10Hz). I need to accumulate 30 seconds worth of data to validate the platform test.
What do I do next? I am guessing I have to send the data to an array and then examine each item to determine the high peak, low peak (amp) and zero-crossing time difference (freq). Any constructive suggestions for this beginner would be greatly appreciated. My fingers so desperately want to type in text code but alas this is graphical.
Thanks
HR