07-13-2006 11:47 AM
07-13-2006 11:49 AM
07-13-2006 09:29 PM
To Kieran21:
I use DAQmx, but I think this will help you more or less.
You can change timebase by setting the properities of the virtual channel. In DAQmx, select "Channel Node", then find "Counter Output→General Properies→Counter Timebase→Source&Rate".
Source=OnboardClock
Rate=80Mhz, 20 Mhz or 100kHz
Hope it will help you!
07-13-2006 10:52 PM
To Kieran:
In NI traditional DAQ, you can use "Counter Set Attribute.vi" to setup your timebase.
attribute ID=source selection
attribute value type=timebase n
attribute value number=80M Hz, 20M Hz or 100k Hz
Hope it will help you!