08-07-2019 07:07 PM
Hi All,
Gumby question here, but I've never spent much time setting up tasks before.
When I setup a NI-DAQmx Analog Input task in NI MAX, I don't see any way to set the terminal configuration to differential input. How does the system deal with terminal configuration if it is not specifically called out?
Thanks in advance.
Solved! Go to Solution.
08-07-2019 07:28 PM
I assume you know about DAQmx, which has functions to do such things as set sampling parameters and configure inputs. The Create Channel function, shown here, lets you configure the terminals (here as Differential) and also the A/D range (here 0 to 10 v).DAQmx Create Channel
Bob Schor
08-07-2019 09:57 PM - edited 08-07-2019 10:02 PM
Since you specifically asked about MAX, yes you can set the terminal configuration in it.
https://forums.ni.com/ni/attachments/ni/170/1126427/1/Capture.PNG
08-08-2019 10:21 AM - edited 08-08-2019 10:22 AM
Ah! Okay. I had the "Details" expanded on the channel settings field, so the Terminal Configuration options were not visible in NI MAX. Hey... it was late and I wasn't thinking clearly.
Thanks for the help!