LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Connecter un multimètre à LabVIEW

Bonjour, Je suis en train de développer un IHM qui puisse récupérer les données d'un multimètre MX5060, ma question est; de quoi j'ai besoin pour lier mon multimètre MX5060 à Labview?
Je sais qu'il y a un driver pour le MX5060 https://catalog.chauvin-arnoux.com/fr_fr/mx-5060.html qui m'aide en tant qu'exemple pour le projet à faire.
Comment je peux faire pour faire reconnaitre mon multimètre à LabVIEW? quels sont les outils nécessaires?  les démarches à faire?

0 Kudos
Message 1 of 6
(844 Views)

Hi Aaron,

 


@aarongonzalesv99 wrote:

Hello, I am developing an HMI that can retrieve data from an MX5060 multimeter, my question is; What do I need to link my MX5060 multimeter to Labview?
I know that there is a driver for the MX5060 https://catalog.chauvin-arnoux.com/fr_fr/mx-5060.html which helps me as an example for the project to be done.
How can I make LabVIEW recognize my multimeter? what are the necessary tools? the steps to take?


All you need is provided in that LabVIEW driver from Chauvin-Arnoux!

There's an initialize functions and a Voltage reading…

 

Why do you think your "LabVIEW" doesn't recognize the DMM?

 

Suggestion: use a DMM that handles standard SCPI commands.

Seems much more stable than this C-A DMM using an old DLL to handle just some commands.

 

Edit:

On the website they mention "USB communication with the SCPI command protocol and SX-DMM software": how does Windows recognize the device when you use the USB connection? Does it show an additional (virtual) serial port? Do you have a (programming) manual describing all those SCPI commands?

Best regards,
GerdW


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

Bonjour, j'ai fait comme ça:
- J'utilise un MX5060 Metrix,
- J'ai connecté le MX5060 Metrix à mon ordinateur avec un USB port (reconnu dans le COM5 comme Silicon Labs CP210x USB to UART Bridge)
- J'ai décidé de créer mon propre programme sur Labview,
- avec un Visa, Open, Write, Read et Closed,
- Mais je trouve un erreur le -1073807339 

aarongonzalesv99_0-1721639017076.png

- J'ai suivi cet video: https://www.youtube.com/watch?v=ULyuNJpqwjw&ab_channel=HigherPhysicsBySanskarMishra
- Et je n'arrive pas à bien comprendre où je me suis trompé 

0 Kudos
Message 3 of 6
(359 Views)

Hi Aaron,

 

please show the display style for your "write buffer" string control!

Do you really send the NewLine character to your device - or just a backslash followed by "n"?

Best regards,
GerdW


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

this? 

Capture d’écran (15).png

0 Kudos
Message 5 of 6
(333 Views)

Hi Aaron,

 

what does your device expect?

Does it respond when appending "\r\n"?

Best regards,
GerdW


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