Perform static code analysis of Labview VIs

Asked By 40 points N/A Posted on -
qa-featured

Hello everyone,

I am newbie to LabVIEW, can I perform Labview VIs static code analysis? Is this a compiler or interpreter language? Can anyone tell me the validation of Labview Application?

Thanks.

SHARE
Best Answer by msaterj
Best Answer
Best Answer
Answered By 5 points N/A #107132

Perform static code analysis of Labview VIs

qa-featured

Its very much possible to perform static code analysis in Labview. With the help of the labview VI analyzer toolkit, the automation of the process is attainable and incorrect coding methods that could affect an application’s performance can be easily detected. Please note that Labview is a compiler that is always active while the application is being developed.

In case, the compiler finds a possible syntactical error, the run arrow would be then broken to indicate that the application cannot proceed.

For validating on labview applications and for more info, one could check the following link:

http://www.ni.com/tutorial/8751/en/

Answered By 0 points N/A #107133

Perform static code analysis of Labview VIs

qa-featured

Hi,

Lab view is a compiler which always runs as you develop your application. You can perform Static code analysis with lab view. Once the lab view is calibrated, users can check it with equipment like DMM.

It reduces test development time. It can quickly automate any instrument using its free instrument drivers. The lab view VI analyzer toolkit can also be used to automate your process.

Regards,

Skarbos Jay.

Related Questions