11-14-2006 01:21 PM
11-14-2006 01:44 PM
11-15-2006 02:04 PM
Gorman,
Dennis is right. You'll need to acquire all the data you want from the
same card at the same time. There is only one sample clock for the analog
inputs, so you cannot run separate tasks simultaneously. One common
solution to this dilemma is to create a separate VI that is responsible for
data acquisition and then posts the information to shared variables that the
other
For more information on data acquisition, configuring tasks or using shared
variables, consult the examples that ship in LabView or check out the developer
zone on our website.
Good luck!
11-15-2006 04:41 PM