LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Define a physical channel in MAX

Solved!
Go to solution
Solution
Accepted by topic author bmann2000

If you explore the DAQmx Property Nodes menu, you will find the following, both methods below work.

20200803_Solution.JPG

The .nce file export from MAX shows you the information hidden inside the Task:

 

[DAQmxChannel DI_InsideWin1/DigitalIn]
DI.InvertLines = 0
ChanType = Digital Input
PhysicalChanName = Dev3/port1/line0

 

Once you see this, it's clear that you need to access the Property PhysicalChanName.

0 Kudos
Message 11 of 11
(397 Views)