01-05-2018 12:28 AM
Hi all Labview user ! i'm just a student and starting my self study in labview ! i faced some problem that while i try to trigger Lightning impulse from DSO6052A scope but when i started my VI i can't control everything on scope and can't get 100% those waveform value to my computer !
need some recommend from all of u !! my English not too good
best regard! thanks
Solved! Go to Solution.
01-05-2018 06:05 AM
I would start by moving all of your configuration to be before the loop. Then just have the read inside.
With some oscilloscopes, I had to add delays between some settings just because the instrument needed that time to do the setup and ignored any commands I sent in that time. So you could experiment with adding some delays between configuration VIs.
01-05-2018 08:01 AM
yep many thanks brother !! i'll try it !