02-27-2006 12:29 PM
02-28-2006 02:36 PM
03-01-2006 01:18 PM
Hi Minh,
Thank you for your response.
I tried to do what you suggested to me, but I need to write all the files in a similar file name like ID001_ch1, ID001_ch2 and so on. If I use two parallel tasks for doing AC coupling for some channel # 1,3 ,5 and DC coupling for channel 0,2,4 how will i be able to write them in a sequence. Is there any possible way that I can combine the two task into one
Regards,
Nitin
03-01-2006 01:43 PM
Good afternoon Nitin,
Rather than combining the tasks, which you won't be able to do for your application, you can always merge the signals you're reading which you wish to write to a file. I have attached VI illustrating the basic concept. Depending on which version of LabVIEW you're using you can find the Merge Signals.vi in different location, but searcing the function palette should help locate it.
Regards,
Minh Tran
Applications Engineering
National Instruments
03-01-2006 02:07 PM
Good Afternoon Minh,
I tried to merge the two signals, but my problem is little bit different. I have 8 channels so in One of the file name, lets say "ID001" I need to write the signals in the 8 channels with file name "ID001_ch01" "ID001_ch02" and the corresponding signals coming from those channels. As the coupling for different channels is different how will I assign the correct channel name to each of the file if I merge the signals.
I am attaching my VI with this message which will clear what I am saying. I need seperate signal information for each channel in seperate files, not in one file.
Best regards,
Nitin