LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

double array

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

Best regards

Oesen
0 Kudos
Message 1 of 2
(2,216 Views)

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.



Mark Yedinak
Certified LabVIEW Architect
LabVIEW Champion

"Does anyone know where the love of God goes when the waves turn the minutes to hours?"
Wreck of the Edmund Fitzgerald - Gordon Lightfoot
0 Kudos
Message 2 of 2
(2,200 Views)