From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

Digital Multimeters (DMMs) and Precision DC Sources

cancel
Showing results for 
Search instead for 
Did you mean: 

Does LabVIEW have a function to show code to support design documentaton?

I'm in the process of developing a Software Product Specification for a test stand employing Labview - Version 5.0.1.f.1. I have previously attended some LabVIEW seminars and was under the impression the C (or C++) code could be viewed "behind" the virtual instrumentation used by LabVIEW. However, in talking with the software engineers that built this system, apparently this is not the case. Aside from the binary code generated by LabVIEW, is there any way to determine the CSCI\CSC\CSU architecture of a system (i.e., per the old MIL-STD-2167 requirements)?

Thank you,

Todd Burton
801.525.3604
0 Kudos
Message 1 of 2
(7,270 Views)
I suggest thinking of LabVIEW as a programming language such as you view C. In this fashion, you can develop code in LabVIEW and determine the CSCI\CSC\CSU of any systems you develop in this language. The subVIs are like subroutines (CSUs) and these are built into larger components CSCs which become the application CSCI just as with designing in a typical C programming language. You then only need to specify the design of the LabVIEW application that you develop.

Jeremy Braden
National Instruments
0 Kudos
Message 2 of 2
(7,270 Views)