Will this project produce one of the following results?
- Windows, Linux or similar application?
- Sub-circuit only used within other LabVIEW programs?
Marcel Merchat
RF and Microwave Engineer and Data Scientist
The key benefit of LabVIEW is that special tools are provided to control instruments and take measurements. The Standard Commands for Programmable Instrumentation (SCPI) Consortium defines a set of common commands which work from alternative suppliers or even new instruments without having to change the LabVIEW program. It's also possible to communicate using a simple driver program, but only the commands included by the driver software programmer are available. Another reason to consider SCPI commands is that instrument manuals listing all of the commands are usually available online now and SCPI commands execute faster because the driver program takes time to execute.
The typical things a computer program accomplishes can be done in LabVIEW including mathematics with arrays and matrices and the Windows Command window. The usual comparison operators are available; my programs often compare measurements with specification limits imported from a spreadsheet. The results of the comparison are immediately indicated on the control panel and later included in the saved data file.