LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

trigger and peak vi

i want to start logging when the signal reaches a value of 5 and pause logging when the signal value drops to 5. how to do it and which vi will be helpful? Also i want to do this 40 times and i want to detect peak of this signal 40 times. which vi will help me ?
0 Kudos
Message 1 of 2
(2,386 Views)
Hello,
The triggering technique you are looking for is pause triggering. I have attached a VI that acquires data when the trigger level is above 5V, and pauses the acquisition when the trigger level is below 5V. As for finding the peak values, you will need to do some post-acquisition processing. You might want to take a look at the Array Max & Min VI on the Array sub-pallette. Hope this helps.
-Alan A.
0 Kudos
Message 2 of 2
(2,366 Views)