05-29-2024 07:39 AM
yes I tried to put all channels in one task and it is running so could you please guide how I could separate SYNC channel (ai0) from data and
I want to use the aio
input channel as the SYNC channel and set ai1
to ai8
as input channels. In the data acquisition process, I want to get the peak points of all input channels with respect to the SYNC channel's peak point. I tried to use peakdetector.vi
but am confused about how to use it.
Could you please guide me on this?
05-29-2024 07:41 AM
ai0 is also input channel,
I want to use the aio
input channel as the SYNC channel and set ai1
to ai8
as input channels. In the data acquisition process, I want to get the peak points of all input channels with respect to the SYNC channel's peak point. I tried to use peakdetector.vi
but am confused about how to use it.
Could you please guide me on this?
which VI I should use for synchronization?
I am using single device NI-6255 MT
05-29-2024 08:32 AM
Hi Hasham,
@Hasham622x wrote:
I want to use the
aio
input channel as the SYNC channel and setai1
toai8
as input channels. In the data acquisition process, I want to get the peak points of all input channels with respect to the SYNC channel's peak point. I tried to usepeakdetector.vi
No need to post the (basically) same answer 3 times within minutes…
Did I understand your problem correctly?
What have you tried?
Where are you stuck?
How do the signals look like?
05-29-2024 08:56 PM
Hi,
Yes, you are right. This is what I want. Consequently, I prepared code that runs ai0-ai8 channels with continuous sampling with 100 Hz frequency and 1000 samples/per channel. the issue is how I define peak level of sync channel ai0 and how i could detect peaks of other input channels w.r.t sync channel's peak.
I also attached the code with this reply.
kind regards
HA
05-30-2024 12:42 AM