05-26-2010 10:40 AM
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:
Using a VI, you can just change the VI Name Property and use:
Does anyone have any suggestions on a _good_ way to achieve this?
05-27-2010 04:13 PM
Hello,
What is your ultimate goal in terms of functionality here?
-Zach