02-21-2008 09:12 AM
02-25-2008 04:52 AM
02-25-2008 05:09 AM
02-28-2008 03:01 PM
02-29-2008 01:53 AM
04-03-2008 01:38 PM
Hey Michael,
Sorry for late response, but I was out of office (actually I'm still out of office).
Are you using a single trigger line for triggering the counters or are you using separat trigger lines for each counter? Also, is this a PCI card or a PXI module? This will make a difference because the PXI chassis have 6 built in trigger lines so it is possible that if you are trying to use that 7th line, which is reserved for the 10MHz clock, you will get the resource reserved error. The RTSI for PCI have 7 available trigger lines.
You can send a single trigger on a single trigger line and have all the different counters use that trigger line to start their task. Basically you just have to set all the counters to trigger off of one PFI line. Hopefully this is the issue that you are seeing. If it is not, then we will need more information.
One thing that would be good to check is what route you are using and make sure that that is ok in MAX. In the code you are using, it looks like you are using the same name for each, but I don't know if you are changing the name of the trigger line somewhere else in the while loop.
Thanks, Christian