06-24-2024 01:08 AM
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.
06-24-2024 02:09 AM
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!
06-24-2024 10:06 AM
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.