05-18-2015 05:09 PM
05-18-2015 05:16 PM
Yes ı made it sir .
05-18-2015 05:20 PM
What time base (seconds/division) are you using?
05-18-2015 05:31 PM
What is time base sir . Can ı understand in attachment ?
05-18-2015 05:45 PM
@ELEPRO wrote:
What is time base sir .
In all seriousness, if you do not understand what I mean by time base, you need to go find a professor and have them teach you how to use an oscilloscope.
Time base is the number of seconds per division in the horizontal axis. It looks like you are using 500ms/division. Since there are 10 divisions on the screen, you are capturing 5 seconds worth of data per trigger. So in order to capture 512 waveforms to average, you will be waiting at least 42 minutes. Since it looks like the interesting part of your waveform is 4 divisions (2 seconds), you could decrease your time base to 200ms.
Since you are also going for an average waveform, you should not use an auto trigger. A trigger level of 0.5V on a rising edge should work well for you.
05-18-2015 05:51 PM
Thank you so much sir.
05-20-2015 12:48 PM
Hello sir ,
I made exactly what you say. I configure #Average 512 in my scope and ı see the signal in my scope . But when ı run same vi, again vi is not working and says "VISA: (Hex 0xBFFF0015) Timeout expired before operation completed."
AND eror :
What should ı do ?
05-20-2015 12:58 PM
2ms/div*10div = 20ms of data per cycle. Multiply that by 512 cycles needed for the average and we get ~10.25 seconds. I'm willing to bet that your VISA timeout is set to 10 seconds. So of course you are going to get a timeout. And that is not counting the time between the signal pulses. How often are those singnals sent?
In short, you need to add delays to your code in order to allow for the signals to be fully captured before you can get them.
05-20-2015 01:11 PM
When ı looked the quick drop. I didn't find delay. What should ı do sir ?
05-20-2015 01:19 PM
@ELEPRO wrote:
When ı looked the quick drop. I didn't find delay. What should ı do sir ?
Take some tutorials. The Wait (ms) is one of the most important functions when dealing with instruments.
3 Hour Introduction
6 Hour Introduction
LabVEW Basics
Self Paced training for students
Self Paced training beginner to advanced, SSP Required
LabVIEW Wiki on Training
Learning NI
Getting Started with NI Products