Jump to content

how to make VI like "+" ,"-" functions in Labview


Recommended Posts

Posted

Is there any way to make vi the same as LabVIEW's own  functions, 
not only can not see the front panel ,but also can not see the back panel, like "+"or "-"  function in Labview.

 

1.png

Posted (edited)

When creating a source distribution you can remove the front panel and block diagram in the source file settings:

2018-01-11_09-39-02.png

Be aware that removing the block diagram prevents you from using the VI on a newer version of LabVIEW as it cannot be recompiled.

Edit: You might find this article helpful: https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z0000019LY1SAM

Edited by LogMAN
Posted

If you are looking to protect your IP you can apply a block diagram password.  Hackers have ways of defeating them but it will keep out the majority of developers from copying your code.

  • Like 1
Posted
18 hours ago, kaly2002 said:

The program is ok, but the icon is missing.

Yes, I can see how that could be an issue. Unfortunately I'm not aware of a solution to fix the icon. The standard functions like Addition, Subtraction, etc... are not really VIs. They are written in C or whatever language they use to program LV nowadays. So, they can do stuff we can't.

Posted
On 2018/1/12 at 5:54 PM, LogMAN said:

Yes, I can see how that could be an issue. Unfortunately I'm not aware of a solution to fix the icon. The standard functions like Addition, Subtraction, etc... are not really VIs. They are written in C or whatever language they use to program LV nowadays. So, they can do stuff we can't.

it‘s so bad。 But thank you very much!

Join the conversation

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

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
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.