LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Why does my multiplexer scramble the measurements channels?

Good morning,

I have some problem with my data acquisition system which I have programmed with LabView2013. 

I use a multiplexer with 7 active channels which is linked with a digital multimeter. Every time I start the measurements, LabView shows me 5 measures for each channel. However, sometimes I read at the first channel the measures of another channel.. It seems that the measures shift of 1 or more channels. I have no idea about this.

Could it be a problem of my LabView routine or any hardware problems?

 

 

0 Kudos
Message 1 of 6
(2,591 Views)

Hi lukd,

 

 


Could it be a problem of my LabView routine or any hardware problems?


 

Yes, or yes.

😉

 

What kind of answer do you expect when you don't provide information?

Can you attach your VI?

Can you specify the used hardware?

Best regards,
GerdW


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

Hi GerdW,

I use a L4411A multiplexer and a 34411A digital multimeter. Here's I attach the screenshot of the problematic part. 

 

Multiplexer+multimeter_LabView2013.png

0 Kudos
Message 3 of 6
(2,577 Views)

Hi lukd,

 

I'm sorry, but all I see is a small downconverted picture. Nothing to recognize…

 

According to Agilent the L4411A is just a multimeter, the same as the standard 34411A.

Anyway: all the information you need should be included in the manuals to your DMM/multiplexer devices!

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 4 of 6
(2,562 Views)

I try again!

Multiplexer+multimeter_LabView2013.png

0 Kudos
Message 5 of 6
(2,560 Views)

Hi lukd,

 

you really should think about synchronizing both devices!

 

Right now your code to setup both devices runs in parallel with NO timing order! The DMM is started at the same time as the multiplexer is initialized…

 

Btw. using the AutoCleanup tool may improve your code quality a lot! 😄

Best regards,
GerdW


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