10-23-2008 10:31 AM - edited 10-23-2008 10:33 AM
10-24-2008 10:13 AM
Hi,
Thanks for posting your issue.
There are working DAQmx example that may help you resolve this issue;
If you looking in the help tab > hardware input and output > DAQmx > Synchronization >Multi-Device
and there are a selection to choose from.
Can you explain the exact error message your receiving (also could you send a screen shot of your error message).
Regards
10-27-2008 11:13 AM
My VI (attached to my first post) is based on the shipped example Multi-Device Synch-Shared Timebase-Finite Acquisition.vi. The shipped example synchronises 2-physical channels. My VI synchronises 72-channles, 8 on the Master Device and 64 on the Slave Devices. My VI works okay for short sample periods, but my PXI-8106 controller does not have enough memory to read back 5-seconds samples, there’s not enough memory on the controller for such an operation. My question is, what’s the solution, is there a method to read back the data in blocks, or do I need a different task structure ?
10-28-2008 07:45 AM
Hi,
I have been trying to understand your application, and have a few questions.
I have been looking at the spec of the controller and the standard RAM installed is 512MB, what is the spec of your controller have you upgraded your RAM chips?
When you say the error returns momory full are you refering to the RAM or hard disc?
You also mentioned devices, what are these devices?
You said you modified the code designed for a two channel system to work for 136 channels, is this correct?
Regards
10-28-2008 11:48 AM
10-30-2008 10:31 AM
Hi,
Something you could tried is to run the VI but with only one of the cards being read?
Then one by one add more cards in to see at which point the VI error memory full. This could narrow down the issue.
Regards