ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Controlling a Daemon in a Compiled Program

I'm having one heck of a time trying to find a good way to incorporate daemons into my compiled program. I have an 8 port serial card and I would like to use "Serial.vit" as my template and then rename them "Serial (COM1).vi" however the Name Property Node doesn't work with a compiled program (like it does with VIs). The best way I could find is to change the Front Panel Title to "Serial (COM1).vi" but keep the VI name as Serial (Clone 1).vi and retrieve the reference using this:

 

EXE Way.png

 

Using a VI, you can just change the VI Name Property and use:

 

VI Way.png

 

Does anyone have any suggestions on a _good_ way to achieve this? 

0 Kudos
Message 1 of 2
(3,131 Views)

Hello,

 

What is your ultimate goal in terms of functionality here?

 

-Zach

0 Kudos
Message 2 of 2
(3,100 Views)