09-09-2009 03:45 PM
Solved! Go to Solution.
09-09-2009 04:06 PM
It's very easy with the event structure. You would just have a value change event for each button.
If you don't have the event structure, you'll have to poll the Boolean, look for a change, and have a case statement execute based on which button was clicked.
09-09-2009 04:27 PM
09-09-2009 04:37 PM
The event structure is on the 'Structures' palette. If you don't have it there, it means you have the base version of LabVIEW and cannot create a new event structure. I'm not even sure you can edit it.
If you do have the full or pro version of LabVIEW, you would edit the single event structure and have an event for each front panel Boolean (at least that's the simplest way right now).
Have you see the free LabVIEW tutorials?
09-09-2009 04:38 PM
09-09-2009 04:41 PM
Ok,i`ll have a look again....... huuuhhh.I just looked for an easy way 🙂
09-09-2009 04:45 PM
09-10-2009 02:42 PM
04-26-2011 09:15 AM
Hi everyone, i am used to communicate with fluke multimeter through labview, i completed communicating with the basic serial read and write Vi and next i used to include to some commands for functioning of multimeter through labview. for example if i need to measure the voltage i used to give command VAC , multimeter switches to voltmeter and then to measure ohms giving OHMS command etc.It works fine in this case.
now my problem is to have virtual instrument on PC. for example if i need to read voltage from the multimeter, i have to switch the button ON in front panel so that it swicthes to voltmeter and the same for ohmmeter. for that i have used case structures for the different commands. but this time that is when i am using case structure multimeter is not responding.
can anyone help me out ..i have attached Vi
04-26-2011 10:24 AM
duplicate post Don't ask the same question mulitple times.