LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Data acquisition from NI9205

Hi,

I am trying to acquire data (Voltage) from 12 channels from NI9205 but I am getting the following error -

 

Possible reason(s):

Requested value is not a supported value for this property. The property value may be invalid because it conflicts with another property.

Property: AI.TermCfg
Requested Value: 4
Possible Values: Differential, RSE, NRSE
Channel Name: Pressure_81

 

Note: I am using RSE, albeit others are supported too in NI9205.

 

I have attached the virtual channel part of the code. This code actually works with NI9216 for Pt100.

Please help !!

0 Kudos
Message 1 of 7
(1,128 Views)

Hi win,

 


@win2023 wrote:

Property: AI.TermCfg
Requested Value: 4
Possible Values: Differential, RSE, NRSE


Do you spot the problem?

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 7
(1,119 Views)

No I have not !! do you know the issue here if so, do tell!!

0 Kudos
Message 3 of 7
(1,114 Views)

Hi win,

 


@win2023 wrote:

No I have not !! do you know the issue here if so, do tell!!


"4" is different to "RSE"…

 

Do you spot the coercion dots in your image? Remove them by using the correct datatypes!

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 4 of 7
(1,111 Views)

Yes, I see the correction dot, however can you please suggest the correct data type? It would be of great help.

0 Kudos
Message 5 of 7
(1,104 Views)

Copy the enum from the shipping example Or use the correct value for RSE which is 10083.

ZYOng_0-1674567151989.png

 

-------------------------------------------------------
Control Lead | Intelline Inc
0 Kudos
Message 6 of 7
(1,075 Views)

Hi win,

 


@win2023 wrote:

Yes, I see the correction dot, however can you please suggest the correct data type? It would be of great help.


LabVIEW basics: right-click the input of a subVI and select Create constant to get a constant of the correct datatype…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 7 of 7
(1,056 Views)