04-14-2025 04:06 AM
Hi, I need some help with a code. I’d like the voltage generated by the NI DAQ 9263 to return to zero at the end of the program, instead of staying at the final threshold value like it does on the theoretical graph where the voltage rises and then holds.
04-14-2025 06:59 AM - edited 04-14-2025 07:00 AM
as guided in your other post, write a zero value at the end of your signal. Make sure the samples per channel is consistent with total generation length (including trailing zero).
As an alternative, you can set this channel property in DAQmx, but it returns to zero roughly:
Idle Output Behavior
04-14-2025 07:06 AM
I will try that thx