03-06-2018 10:29 AM - edited 03-06-2018 10:32 AM
Hello,
I measure voltage 3 phase with NI9244 and I have some problems to understand the values.
When I have a signal between AI0 and ground, AI1 and ground and A2 and ground, I measure the right value like 230V RMS at every Port. Ok!
But when AI1 and AI2 are not connected and just Ai0 is connected - I measure in my vi the same value as on Ai0 on the other ports. And the graph looks the same Ai0, Ai1 and Ai2. When I checked the signal by MAX without my vi the graph looks same on every port, too.
Can anybody explain me why?
Thank you.
Gregor
Solved! Go to Solution.
05-28-2018 11:04 PM
Hi,
As I know, this is the configuration of NI-DAQmx. if there is no signal, the simulation waveform appears on NI MAX.
Thanks!
05-29-2018 12:19 AM
This might be simple, we had a similar issue on an SBRIO in the past. It was due to floating inputs.
You mentioned funny reading when a couple of channels were disconnected. Try tying those channels to ground and see if that doesn't fix it.
05-29-2018 03:51 AM
Hi Gregor,
When I look at the pinout for the 9244 there is no ground. The Analog inputs are referenced to a common neutral point. Is this what you are connecting? (Pinout at http://www.ni.com/documentation/en/c-series-voltage-input-module/latest/9244/pinout/).
The issue with open connectors normally only impacts multiplexed signals but this is a simultaneous card. I think more likely the issue in this case is that the signal is coming through the neutral or you are reading it as a delta system. I don't have one in front of me so I'm not sure if MAX would allow you to select a Delta or Wye connection for this module.
Cheers,
James