03-29-2021 04:46 AM
How can I save the data once when I press the save button, and it will remain in the same file when I write it next time?
03-29-2021 04:55 AM
Hi luopeng,
@luopeng2019 wrote:
How can I save the data once when I press the save button, and it will remain in the same file when I write it next time?
Use a latching button to save the data "once upon press".
And append the data to your file instead of overwriting the file to "remain the text the next time"…
04-01-2021 04:32 AM
Can you modify it on save.vi uploaded in my attachment? Upload after modification, thank you!
04-01-2021 04:32 AM
Can you modify it on save.vi uploaded in my attachment? Upload after modification, thank you!
04-01-2021 04:59 AM - edited 04-01-2021 05:01 AM
Hi luopeng,
@luopeng2019 wrote:
Can you modify it on save.vi uploaded in my attachment?
Yes, I can do this easily…
Why can't you?
@luopeng2019 wrote:
Upload after modification, thank you!
No, I will not do that!
Do this simple step on your own! You already had 3 days to change the mechanical mode of your button…
Right-click the button, select an appropriate mechanical action for your button!
And when you are editing that VI: the FileClose function belongs into the case, where your other file functions are located…
What's the point of that FOR loop iterating exactly once?
And why does that WHILE loop needs to spin as fast as possible?