‎10-03-2009 06:10 AM
Solved! Go to Solution.
‎10-03-2009 01:18 PM
‎10-04-2009 05:35 AM
The output rate is software based. But building an digital waveform and specifing the dt is setting your timing software based or is this a wrong conclusion? Or is the device incapible of setting timing to the digital output and it will always run at the speed the pc/os/code delivers the data to the device? |
‎10-04-2009 05:51 AM
For example: I want to update at 2khz. Setting an update rate in a while loop of for loop would make this imposible because the update rate of the loop and the daqmx code makes this imposible. If i trie to extend the waveform the updates between the data wil be at the maximum speed of the pc/os. The dt function of the waveform seems the be ignored. And the timing block of the Daqmx function always gives an error so I can't use that one.
The timing VI of Daqmx gives me constanly an error. Did I used the timing vi of daqmx wrong and if ive done that how should I use the timing VI? |
‎10-04-2009 09:58 AM