Need guidance in transient behaviour of DAQ system NI-6363

Hi,

I apologize for the interruption. I am currently working with the NI 6363 DAQ system and employing a retriggerable acquisition approach. However, I am encountering a consistent transient behavior in the initial captured data points.

To address this, I connected a unity gain buffer, but unfortunately, the transient behavior still persists.

I would greatly appreciate your guidance, as I am currently stuck on this task and need assistance in resolving the issue.

Thank you for your time and support.

Best regards,
Hasham

1 Like

Set AIConv.Rate manually to reduce channel switching frequency, allowing settling:

daqmx_task.Timing.SampleClockRate = 100000  # Example: lower than max rate

Alternatively, configure the AIConvert.MaxRate or AIConvert.SettlingTime property if available.

3 Likes

Hi,

Thanks for your reply…I attached my code image
this option is not available