Jump to content

error 5602


Recommended Posts

  • 2 weeks later...
On 3/16/2024 at 9:06 PM, Ryan Porter said:

Is PPL_B in the same application context as VI_A?

PPL_B and VI_A both in development environment
 
my conclusion is ppl's tag can't be found by other vi,llb's tag can
 
as belows
image.thumb.png.4542a1e3259511c9446e05c61d7f552d.png
maybe this register in ppl_x are idfferent from others
or i made some other mistakes
After all,you can build a ppl and llb which includes tags and try yourself.
Link to comment
Share on other sites

I understand the problem now.

PPL_B gets its own copy of "Get Tag LUT.vi" when you compile the PPL.

Then when you call VI_A, it refers to the "Get Tag LUT.vi" in vi.lib.

They are not getting the same tag lookup table.

To avoid this, I think that you will need to build Get Tag LUT into its own PPL. Then have PPL_B and VI_A call that PPL instead of vi.lib.

This would requires some re-structuring of the Tag Engine library before building the shared PPL.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.