LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Wrong channel type for Channel property node

This seems like a silly issue to have, but in my attached VI, I'm having issues with DAQmx channel types. I really really do not want to create the task inside the LabVIEW code (because business things) but I do want to be able to change the scaling coefficients on the channels in the task I have already created. For some reason, the DAQmx Task property node Channel output gives me the labelled channel name I configured in MAX, but the DAQmx Channel property node wants it in the Device/input format. The rest of my VI seems fine, it just appears to be this one discrepancy, based on my extensive probing. Any ideas on how to find the physical location of a channel given its name in a task? 

 

Thanks!

0 Kudos
Message 1 of 4
(3,168 Views)

Hi Guy90,

 

I can't understand your issue.

Could you provide your Problem.zip in LabVIEW 2014 version ?

 

Vincent

0 Kudos
Message 2 of 4
(3,127 Views)

Did you check this link: http://digital.ni.com/public.nsf/allkb/CC501982F91AFA548625735D00547AC2

-In above link you can programmatically find all the physical channels associated with your DAQmx task.

Thanks
uday
0 Kudos
Message 3 of 4
(3,114 Views)

Edit: I would suggest to use SubVIs for similar blocks of code so that you can simplify Block Diagram.http://www.ni.com/white-paper/7593/en/

Thanks
uday
0 Kudos
Message 4 of 4
(3,094 Views)