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

WorkAround For Cannot Save BadVI Error. Drop lv21 and Add lv25 for Building. #228

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

Karthick-Selvam-17
Copy link
Contributor

@Karthick-Selvam-17 Karthick-Selvam-17 commented Nov 28, 2024

TODO: Check the above box with an 'x' indicating you've read and followed CONTRIBUTING.md.

What does this Pull Request accomplish?

Justification:

  • To resolve the "Cannot save a Bad VI without its Block Diagram" error during the build process in LabVIEW 25, we enabled the "Allow Debugging" option in the Engine Targeted project's build specification, which allowed us to achieve a successful build.
  • Following this, LabVIEW team recommended a workAround to resolve the Cannot Save a BadVI error which is replacing Property Nodes in the project with their corresponding read accessor VIs wherever they are used to access data member values.

Implementation:

  • Removed Allow Debugging Option.
  • Based on error logs, we identified that this specific Initialize Instrument Engine VI causing the error of cannot save a BadVI.
    So, Applied the WorkAround in this VI, where We have replaced the Property Node with the appropriate read accessor VI.
  • Dropped Lv2021 Build.
  • Added LV2025 Build.

Why should this Pull Request be merged?

Required for future release.

What testing has been done?

PR Build.

@niveristand-diff-bot
Copy link
Collaborator

Bleep bloop!

LabVIEW Diff Robot here with some diffs served up hot for your pull request.

Notice something funny? Help fix me on my GitHub repo.

Instrument Addon Engine.lvlib--Initialize Instrument Engine.vi.png

capture

@Karthick-Selvam-17 Karthick-Selvam-17 marked this pull request as ready for review November 28, 2024 18:34
@Karthick-Selvam-17 Karthick-Selvam-17 changed the title WorkAround For Cannot Save BadVI Error. WorkAround For Cannot Save BadVI Error. Drop lv21 and Add lv25 for Building. Nov 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants