Este contenido no está disponible en su idioma de su preferencia.

El contenido se mostrará en otro idioma disponible. Su navegador puede proporcionar una funcionalidad para ayudarle a traducir el texto.

How Can I Programmatically Open My VI in a Second Monitor?

Updated May 5, 2023

Reported In

Software

  • LabVIEW

Issue Details

I need to open my SubVI in different monitors, the SubVI will open according to a user decision. How can I implement this on LabVIEW?

Solution

This is possible using the property node:FP.monitor. With this property node you can select in which monitor your SubVI will open. Please review the following code:
snippet.png
The code provided above is a snippet which you can save into your computer and drag it into a LabVIEW VI to use like a normal code.

Additional Information

To review how to open a subVI in LabVIEW you can check Control When the Front Panel of a SubVI Opens in LabVIEW.