LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

demande

Je souhaite réaliser un programme sous LabVIEW qui prend en compte l'appui sur un bouton d'un produit et renvoie la trame correspondante, mais je ne sais pas comment procéder.

Capture11.JPGCapture&é.JPG

0 Kudos
Message 1 of 3
(220 Views)

Hi barry,

 


@barry99 wrote:

I want to create a program in LabVIEW which takes into account the press of a button on a product and returns the corresponding frame, but I do not know how to proceed.


We don't know your "product" so how should we comment on "how to read a message from that product"?

 

Generic answer: read the manual of your product to learn how to communicate with it!

Best regards,
GerdW


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

Using an array of booleans to select a case like this is bad coding.  Use an ENUM or the Radio Buttons control.  This is what they are designed for.

LabVIEW Pro Dev & Measurement Studio Pro (VS Pro) 2019
0 Kudos
Message 3 of 3
(161 Views)