11-24-2015 08:05 AM
HI all
Senario:
i have a AI handle that is recodring multiple channels. i would like to record one set of channels with one TDMS call , and than another TDMS call to record a different set of channels. Can this be done? . The two TDMS functions will be running at different time but will be running at the same time.
11-25-2015 07:19 AM
I'd like to see some code, but what you describe sounds trivial. Open a reference to the file, then use that reference in your TDMS write. If you want to get fancy you can even use the asyncornous write functions which won't wait for the write to be completed, but instead just move on and write it when it gets around to it in a parallel like operation.
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord