01-09-2022 06:21 AM
If i make a mistake in labview, how i can back? to the first program
01-09-2022 08:06 AM
That's what version control software is for. Right now, if you don't have a copy somewhere, you can't.
01-09-2022 10:29 AM - edited 01-09-2022 10:30 AM
What kind of "mistake"? Please clarify. What is the "first program"?
LabVIEW like most other programs has an "undo" feature with a pretty long history, just repeatedly press ctrl+z to go back a few steps. (note that some operations clear the history, so this is not always possible)
If you haven't saved the new version under the same name, you can also do a "menu...file...revert" to go back to the last saved version.