Home > Software design >  LabVIEW: Save the timestamp of different button press time
LabVIEW: Save the timestamp of different button press time

Time:08-05

I have a VI file in LabVIEW. In the UI I have several button which controls the speed of a fan.

enter image description here

enter image description here

"AUS" turns off the fan whereas STUFE1, STUFE2, STUFE3 are the different speed of a fan. I want to get the timestamp saved in a excel file whenever a user presses each button. The output should be the following:

Timestamps Button
5:24:10 PM 5/6/2022 STUFE3
5:32:46 PM 5/6/2022 STUFE1
6:10:10 PM 5/6/2022 AUS

I have tried to follow this enter image description here

  • Related