LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Finalizing the code

Solved!
Go to solution

I have a new built labview code which might be used by other users. Is there any way to not allow any alteration to the code.

Islam means peace
0 Kudos
Message 1 of 6
(2,903 Views)

Compile it into an exe,

 

Password it,

 

or Remove the block diagrams.

Omar
0 Kudos
Message 2 of 6
(2,901 Views)

If using LV2010 check out packed project libraries.

=====================
LabVIEW 2012


0 Kudos
Message 3 of 6
(2,892 Views)

If you go the "remove diagrams" route make sure you make a copy of your source to safely put else where, as once they are removed the diagrams are gone, gone, gone!

 

 

Putnam
Certified LabVIEW Developer

Senior Test Engineer North Shore Technology, Inc.
Currently using LV 2012-LabVIEW 2018, RT8.5


LabVIEW Champion



0 Kudos
Message 4 of 6
(2,883 Views)
Solution
Accepted by topic author Hadiq

You certainly should be using a source code control repository!!!  you want co-developers to reuse code and you need a corporate policy on how to manage one.

 

Sea Story time:

 

As a LabVIEW noob I was part of a very small group that underwent a reorder because we were slinging wires beyond expectation.  Focus changed from R&D testing to Design verification testing of hardware.  Group grew by 200%. Management had not considered the need for source code control.... I hear you all begin to shudder and twitch as you read this.....

 

Needless to say our productivity started dropping by orders of magnitude.  Why, Fixing "Broke code", finding vi's that moved or were renamed, re-linking to changed connector panes.  It was aweful- if you could do it wrong we did it wrong.  We learned the value of Source Code control and library management PAINFULLY- but very well.  Do not repeat what we did.


"Should be" isn't "Is" -Jay
0 Kudos
Message 5 of 6
(2,867 Views)

Thank you all for your helpful answers and remarks. I really appreciate that.

 

Kind regards

 

Hadiq

 

 

Islam means peace
0 Kudos
Message 6 of 6
(2,861 Views)