Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

NI 9327 excitation voltage

Hi all,

 

I am setting up load cells with NI 9327 with MATLAB. I used 4 load sensors which using all slots/channels.  

 

 
ch4.ExcitationVoltage = 2.5; 
 
Does max voltage for full bridge is 10V for NI 9327 ? 
 
I got this error when the accumulative voltage >10V.
 
 
2025-08-09_16h52_59.png
 
 
0 Kudos
Message 1 of 4
(170 Views)

The error states that the channels in a task must have the same excitation voltage.

 

Please try creating separate tasks for each channel that has a different excitation voltage.

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 4
(147 Views)

Yes, it has to be same voltage per channel, the question is does all accumulative voltage need to <10V ?

0 Kudos
Message 3 of 4
(128 Views)

@am_h wrote:

Yes, it has to be same voltage per channel, the question is does all accumulative voltage need to <10V ?


No, it is not sum of all excitation voltages. The excitation voltage is specified per channel and not total across all channels.

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 4 of 4
(111 Views)