From 04:00 PM CDT – 08:00 PM CDT (09:00 PM UTC – 01:00 AM UTC) Tuesday, April 16, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Successive identical values from DAQmx temperature recording

Solved!
Go to solution

Hi, 

 

I have made a simple VI following tutorials from DAQmx to record two PT100 sensors. I have attached the VI and the PT100 datasheet here.

 

When plotting the output of a recording at 10Hz, I am suprised to have successive identical values by groups of 4 (see the attached plot I've made). It does'nt make any physical sense to me, so I guess I am missing something in the LabView implementation but I can't see what.

 

Note that if I run the VI at 5Hz, I got successive values by groups of 2, 20Hz, groups of 8, etc...

 

Any help would be very much appreciated !

0 Kudos
Message 1 of 6
(1,092 Views)

The attachements were not uploaded correctly, sorry... Here they are

Download All
0 Kudos
Message 2 of 6
(1,088 Views)

Can you save your program in to LV2018 or better yet LV2012 so that everyone can see it.

 

Are you configuring the devices in MAX or reading the signals and converting them to temperature in software?  If you are doing it in MAX I would bet that this is where it is getting slowed down.

0 Kudos
Message 3 of 6
(1,041 Views)

Which DAQmx module are you using?

0 Kudos
Message 4 of 6
(1,030 Views)
Solution
Accepted by topic author etiennedm

Hi,

 


@RavensFan wrote:

Which DAQmx module are you using?


To explain this with some more details:

Typical Pt100 measurement modules are rather slow, as the NI9217! In "slow mode" it needs 200ms to measure one (1) channel! Only when you switch to "highspeed mode" you can expect 400S/s (aggregate) from that module!

 

So please read the datasheets of the (DAQmx) devices you use to measure your Pt100 sensors…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 5 of 6
(1,023 Views)

Can you save your program in to LV2018 or better yet LV2012 so that everyone can see it.

Sorry I didn't know one can not see a vi of a later version, I'll upload a LV2012 vi for my next posts.

 


Typical Pt100 measurement modules are rather slow, as the NI9217! In "slow mode" it needs 200ms to measure one (1) channel! Only when you switch to "highspeed mode" you can expect 400S/s (aggregate) from that module!

Thank you for pointing that out @GerdW, that was my issue. I am working with the NI9217... I only looked at the software documentation so I didn't find this info...Next time I'll read both hardware and software doc. I have attached the updated vi in case anyone need it.

 

Thank you very much guys

0 Kudos
Message 6 of 6
(994 Views)