I have a VI file in LabVIEW. In the UI I have several button which controls the speed of a fan.
"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 |