05-12-2014 11:54 AM
Hi, I am new in Labview. I need help to:
1. modify a multi-function program in order to record data from three daq cards (devices 1-3) and output signal through one of the card (device 1). The current program was set up to record and output signal from one of the card (device 1). I try to choose multiple devices when I run the program, but there is an error 200558 shows "One task cannot contain multiple independent devices. Create one task for each independent device."
2. change the recording time to a longer period, e.g. 0.1s. Currently, the recording time is 0.009971s.
I attached the multi-funtion.lld. In this library, "des_v2_Multi-Funtion_Synch AI-AO.vi" is the program I need to modify. I also attached an input signal file for runing the program.
Thanks a lot!
Sincerely,
Jie
Solved! Go to Solution.
05-13-2014 12:46 PM
Hello Jshen6,
Have you tried looking at the examples in LabVIEW under Hardware Input and Output>>Synchronization? The Analog Input-Synchronization.vi example shows you how to synchronize AI across multiple devices in various configurations and for various types of hardware. Would you mind listing what hardware you are using? Are all three devices taking the same data (voltage, strain, acceleration, etc)?
05-13-2014 01:11 PM
05-14-2014 09:12 AM
Hello Jshen6,
You may have different examples VI's if you're not using the same version of LabVIEW. I'm currently operating on LabVIEW 2013 SP1. Either way, this paper should be helpful to you as it details how to synchronize multiple M Series Tasks.