09-20-2012 05:52 PM
Hello.. I have made a VI for my scale, but i have a problem with arrays. "Measurement" button writes the string, and "read" button reads the value in gram. "Date/Time" button writes the string, and "read" button reads the time for every press on the button. First of all, can i make a equal button in front panel for all three buttons (Measurement, Date/Time, Read) so i can press all buttons to "true" with one click ?. My array shows reading values in both Measurement and Date/Time, but i have to separate them. I will make two different arrays (one will show all measurement values and the other will show all date/time values). Is this possible to make that with a while loop ?. My VI is uploadet
Thanks in advance
Oesen
09-20-2012 10:27 PM
You can create user events which correlate to your other buttons and have another button which when pressed will fire all of your user events. Your various event cases can service but the button press and the associated user event.