Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

Configurate NI 9218 via Matlab to set Excitation Source

Dear NI Community,

 

we are trying to get a string potentiometer to work together with the NI 9218. The configuration of the module has to be done in Matlab (R2022b) and the Data-Acquisition toolbox.

We currently are not able to find a way to configurate the named hardwares Excitation-Source via Matlab to supply the voltage sensor correctly in order to make it work.

In the attached files you can find the described configuration done by NIMax, which is working properly.

 

Does someone have a solution for this or is Matlab not providing the needed Support in this case? 

 

Thank you in advance

0 Kudos
Message 1 of 2
(167 Views)

This is a MATLAB question, in short, MATLAB added the support for NI DAQ by abstracting a lot of features of DAQmx driver to make it simple. Due to this abstraction, though the hardware supports it you may not be able to adjust or control because MATLAB did not expose it to the user.

 

If you need to use all features of your hardware, you will need to directly call the c-dll or use another programming language along with DAQmx drivers.

Santhosh
Soliton Technologies

New to the forum? Please read community guidelines and how to ask smart questions

Only two ways to appreciate someone who spent their free time to reply/answer your question - give them Kudos or mark their reply as the answer/solution.

Finding it hard to source NI hardware? Try NI Trading Post
0 Kudos
Message 2 of 2
(127 Views)