I have labview 7, windows xp, pxi6070e, scb-68,PXI-1042 NI-Daq system.
I am using the trigger and gate function to capture events with the start trigger threshold with a pre-data measurement (5 samples) and post datameasurement (5 samples).
The signal input is a 0.25hz (4 second period) signal with a 25% duty cycle. For 75% of the time, the signal is low at 0 volts. For 25% of the time, the signal is high at 1 volt.
My trigger is set on the rising edge with a threshold of 0.5V. As my trigger detects a high, it outputs data to a .lvm write file in increments of rising integers for example (1, 2, 3, 4 ....) instead of the real time of (0, 4, 8, 12, ...) seconds. Is there a way to overcome the increment function of th
e trigger and gate function or assign a time stamp to each triggered occurance? That way my triggered responses will have the time instead of increments in the .lvm file?