09-22-2008 06:39 AM
Hello everybody,
In my project I have to do some meassuremtens with different senors. I use the NI PCI-6133 and the SCB-68 to read data.
Now my problem. I only try to start the "Acq&Graph Voltage-Int Clk-HW Trig Restarts.vi" from the NI Example Finder and wanted to check out how everything works. So I wired Sensor 1 at AI 0 and AI8 Pin and the start meassurement signal at the "PFI /AI Start Trig" (finally that is the only pin at E series devices to start analog triggering). And then I get this Error:
Error -200265 occurred at DAQmx Control Task.vi:1 Possible reason(s):
An attempt has been made to use an invalid analog trigger source.
Ensure that the trigger source you specify matches the name of the virtual channel in the task or matches the name of a non-scannable terminal that the device can use as an analog trigger source.
Property: Start.AnlgEdge.Src
Corresponding Value: PFI0
Valid Choices: Dev1/ai0
Task Name: _unnamedTask<18>
What is the problem? Did I configure something wrong?
Input source of the DAQmx StartTrigger(Analog Edge).vi is just "PFI0"
My trigger source is a simple power supply with an output of 5V, which I am switching ON and OFF.
(Very simple, but I only wanted to know how everything works). Obviously it isnt so easy 🙂
Django
09-22-2008 10:58 AM
09-22-2008 02:10 PM
Thanks for your information! Now I knew this, I am going to use the AI0 as my trigger input. Thats no problem.