Search found 2 matches

by Gutsnuts
Thu Mar 21, 2019 3:30 pm
Forum: LabVIEW
Topic: Trigger reaction time
Replies: 1
Views: 2768

Re: Trigger reaction time

Okay, I have now implemented a own trigger logic into my labVIEW programm. It slows down the loop iteration rate of the data acquisition a little bit, but now the trigger is activated in the same iteration in which the corresponding data is acquired. Because of that it's no longer necessary to get a...
by Gutsnuts
Wed Mar 20, 2019 5:24 pm
Forum: LabVIEW
Topic: Trigger reaction time
Replies: 1
Views: 2768

Trigger reaction time

Hi, I'm using a Picoscope 4224 to trigger an a acoustic peak signal under streaming mode. The signal has a frequency of about 150kHz so I measure with intervals of about 2 microseconds. My program is based on PicoScope4000ExampleStreaming on GitHub. To get only the data when the trigger has occured ...