08-18-2016 11:30 AM
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!
08-19-2016 05:16 AM
Hi Guy90,
I can't understand your issue.
Could you provide your Problem.zip in LabVIEW 2014 version ?
Vincent
08-19-2016 05:55 AM
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.
08-19-2016 12:16 PM
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/