I am new to labview. In my project, my primary task is to have synchronised transmission and reception using ports of same NI board usb 6356. I have used "dev 3 ao sample clock" for the input port of the same board. You can see this in picture attached.
This method of using same clock for input and output ports is standard method suggested on the NI website.
But before setting up my hardware system, my team and me want to see whether this method is working correctly over long period of time (2 or 3 hours).
How can I prove that there is no mismatch in synchronisation even after running my code for long time???
Aim of my code: To transmit different signals through the output port into the waterpipe and start acquiring the signal (in the input port of same board) in synch with the transmission. Both transmission and reception should start at same time and should remain synchronised untill the end of the experiment.
Please give the answer in detail.
Thank you.