04-16-2009 04:01 PM
Hello,
I am running a PXI-1033 chassis with a PXI-4461 (daq) in slot 2 and 4-PXI-5105's in slots 3-6. I want to use the 4461 to export a reference trigger signal to the 5105's, but when I try to run my program I receive the following error:
Error -89126 occurred at DAQmx Read (Analog DBL 1Chan 1Samp).vi:1
Possible reason(s):
Trigger line requested could not be reserved because it is already in use.
Property: RefTrig.OutputTerm
Property: RefTrig.Pulse.Polarity
Destination Device: PXI1Slot2
Task Name: _unnamedTask<89>
The subVI I use to export the signal is built off an example I found. Right now it is only under the scope mode of my code (I'll take care of the datalog part later). I'm not sure what I'm doing wrong, any help is greatly appreciated.
Thanks,
John
Solved! Go to Solution.
04-17-2009 01:37 PM
04-17-2009 04:38 PM
Hi John,
T-Clk will choose one of the PXI_Trig lines to use to route the Sync Pulse between devices. Since you are configuring T-Clk before setting up the signal to be exported, the driver does not know that you intend to use PXI_Trig0 to export the Reference Trigger. I would imagine that it is choosing PXI_Trig0 as the line to reserve for the Sync Pulse.
I recommend that you try to export the signal to one of the other PXI_Trig lines--this should hopefully fix the problem but keep us informed if it does not. Thanks for posting and have a great weekend!
-John
04-24-2009 10:18 AM