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

Resolved issue #28 #40

Conversation

niACS
Copy link
Collaborator

@niACS niACS commented Dec 31, 2024

Fixed the palettes in the VIP build specification. Deleted deprecated package builds (builds 12 and 17). Added build 18.

Here are the affected VIs:

Send Error Report.vi
Send Batch.vi
Send Message and Wait for Response.vi
Address Message.vi
Send Self-Addressed Message.vi

Send Error Report.vi is found on the Actor Framework palette. The rest are found on the Advanced subpalette.

The only changes were to the .vipb file and the .vips. No VIs, classes, or libraries were changed.

To test:

  1. Install build 18.
  2. Open LabVIEW, and create a blank project.
  3. Create a new VI in that project.
  4. Verify that the Actor Framework and Actor Framework » Advanced palettes contain no deprecated VIs. Deprecated VIs are marked with a large red X superimposed on the VI icon.
  5. Add each VI from the above list to the new VI's block diagram.
  6. Inspect the dependencies list of the project, and confirm that versions of each message type (Report Error, Batch, Reply, and Self-Addressed) included in dependencies are the versions contained in Actor Framework.lvlib or AF Specialty Messages.lvlib. (The deprecated versions of these messages are not contained in a library.)

…ation. Deleted deprecated package builds (builds 12 and 17). Added build 18.
@svelderrainruiz
Copy link
Collaborator

I would like for someone additional to myself to test this to be able to approve this pull request

@svelderrainruiz svelderrainruiz merged commit 8497da2 into ni:feature/28-deprecated-special-af-messages-pallete Feb 2, 2025
@svelderrainruiz svelderrainruiz requested review from CaseyZS and removed request for svelderrainruiz February 7, 2025 21:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Deprecated version of "special AF Messages" are available on the palette and new ones aren't
2 participants