This content is not available in your preferred language.

The content is shown in another available language. Your browser may include features that can help translate the text.

How to Check if a Standalone LabVIEW Application is Running

Updated Oct 25, 2020

Environment

Software

  • LabVIEW

I have a standalone LabVIEW application that I have built as an .exe. In another VI or .exe, I want to check if the application is already running. How can I do this?

The easiest way to do this is by enabling VI server support in the LabVIEW Executable. This will allow you to use a VI reference to the executable. Once this has been enabled, you can use the same steps as you would to programmatically check if a VI is running.