Hi Jeff,
Simultaneous triggering on a couple of boards has difficulties
in some points, but is it sure that you just want to do on two
boards(input and output voltage)?
If so, it is better to have time wait unit involved in a
processing loop for synchronizing two wave forms aquiring.
A simple loop process generally consumes about 10-20ms per
one loop without multithread function, so time wait is to
be set at least 10ms. Please try to set it gradually up
to appropriate value.
Of course whether my suggestion is valid or not is quite
depending on frequency of your RC circuit. Hope it helps.
Thanks,
Tom (Tomoya ITO)
Jeff Dillon wrote:
> We have a graduate school homework assignment where we need to generate a AC
> waveout (DACOUT), then measure the response and pha
se shift (if any) of an
> RC circuit (DACIN)
>
> Since this is a homework assignment, I'm just looking for general advice. I
> am using a NI 6024E Card.
>
> I am able to generate the output waveform OK. But then I need to measure the
> rc waveforms on either side of the RC circuit. How can I measure phase
> shift, since both signals would need to have a common time reference?
>
> I tried just generating a single cycle waveform, and tried capturing the
> result using triggered acquistion. But my board doesn't support hardware
> analog triggering, only software triggers.
>
> Any suggestions?
>
> thx
>
> Jeff