Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v16.1 with some bugs fixed #9

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,13 @@ https://forums.ni.com/t5/Real-Time-and-Control/LabVIEW-Real-Time-Application-Dep
3. Customize each file to suit your project's needs (including the README).
4. (Optional) Check out [GitHub Template Guidelines](https://github.com/cezaraugusto/github-template-guidelines) for ideas about how to customize your project.

## v16.1 12/03/2020

Fixed Bugs by Sicitronic

- Into rad_Extract Full Image.vi. sometimes the task that copies .lvappimg image into lvtemporary_xxxxxx.tmp\lvappimage.contents is executed before deleting the content into lvtemporary_xxxxxx.tmp\lvappimage.contents, so the image is deleted. The program flow must guarantee to delete the content into lvtemporary_xxxxxx.tmp\lvappimage.contents before copy the image into it.

- Into rad_Get Image Save Location.vi when retrieving a new image, if you press "back" on the "Choose Image Directory" step and then press "OK" again, the application image path shows as incorrect. Every time you press back and OK, a new level is added to the image path.

- rad_Globals.vi updated with the following changes
Rad App Version = 16.1
Binary file modified subVIs/App Images/Deploy App Images/rad_Extract Full Image.vi
Binary file not shown.
Binary file not shown.
Binary file modified subVIs/rad_Globals.vi
Binary file not shown.