08-19-2005 01:56 AM
08-19-2005 11:41 AM
08-22-2005 04:12 AM
Yessssss ! It works.
I used the DAQmxSetCICtrTimebaseSrc() function with (literally) "80MHzTimebase" and it successfully select the internal 80MHz clock.
Indeed, in the Measurment & Automation application, I managed to find all the possible choice available in the drop list. All the PFI lines were listed and at the bottom of the list I was able to choose "20MHzTimebase" or "80MHzTimebase".
Note that I also found out that while you create the channel (CreateSemiPeriodChannel... function or something), if we specify a small enough "minimal" value (25E-9) for the expected measurment, using DAQmx_Val_Seconds unit, it will select implicitly the 80MHz clock. But, I would not rely on this.
08-22-2005 12:01 PM
@sttellla wrote:Yessssss ! It works.
Note that I also found out that while you create the channel (CreateSemiPeriodChannel... function or something), if we specify a small enough "minimal" value (25E-9) for the expected measurment, using DAQmx_Val_Seconds unit, it will select implicitly the 80MHz clock. But, I would not rely on this.
03-16-2006 10:17 AM