Jump to content

Recommended Posts

i want to use subpanel as our UI. I can add new vi to our project if neccessary, but i do not need to change my application. just copy the new vi to the plugin folder.

the attachment is my test program.

i have heard that the application use subpanel can not display the new plugin vi if not complie the source program. but right now . i can use the Subpanel.exe to display the new vi which is copied by copy File.vi

Maybe i did not consider comprehensively. please point out my program's bug.

Thank you!

test86.zip

Edited by jackmax
Link to comment

Couple things.  I downloaded the zip and all that was in it was a text file with some strange characters, no code.

 

What you maybe talking about is the VI needs to have the compiled code in the .vi file for it to be dynamically loaded.  If you go to the VI properties under the General section there is a check box for "Separate compiled code from source file" you want this off, or else it won't be able to be dynamically called.  Not sure what version this feature was added (around 2009) but if the checkbox isn't there you can't separate the compiled code so there is no issue.

Link to comment

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.

×
×
  • Create New...

Important Information

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