LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to find the source name in the analog trigger?

This is the labview code I use.

LDV.JPG

And I found trouble to get the source name.

source.JPG

No matter what I type.

It shows "Error -200265 occurred at DAQmx Start Task.vi:1"

What does actually happen??

 

0 Kudos
Message 1 of 2
(2,644 Views)

hi

 

if you refer to the context help of the DAQmx trigger vi, it tells you in detail what the source name should be. even the error message you got explains the same. refer to the error help for the error code you see.

 

the physical channel you are acquiring, should have a name configured in the first step. use the same name as the source name. if you are acquiring only one signal and using the same for anolog trigger, then do as mentioned.

 

if you have more than one channel beign acquired, then give unique names to each channel and then wire the name of the trigger channel to the source.

 

refer to NI examples to see how the triggers are configured

Regards
Freelance_LV
TestAutomation Consultant
0 Kudos
Message 2 of 2
(2,635 Views)