LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Embed Soft Front Panel

I've been using the RFSA VI's to automate some spectrum analzyer measurements. I was thinking that it would be nice to add the RFSA soft front panel to one of the tabs of my VI so that the user would have easy access to the front panel that has many more options than what I've included in my automated routines. Is this possible? Should I just invoke the demo panel in a subpanel instead?

0 Kudos
Message 1 of 4
(2,456 Views)

@nickb34 wrote:

I've been using the RFSA VI's to automate some spectrum analzyer measurements. I was thinking that it would be nice to add the RFSA soft front panel to one of the tabs of my VI so that the user would have easy access to the front panel that has many more options than what I've included in my automated routines. Is this possible? Should I just invoke the demo panel in a subpanel instead?


The SFP runs in its own application.  IN THEORY, you could do some interprocess ActiveX Automation magic.... But that makes me shudder to think about it and would completely block your LabVIEW application from directly calling the RFSA API vi's since the SFP would reserve the RFSA Resources.


"Should be" isn't "Is" -Jay
0 Kudos
Message 2 of 4
(2,452 Views)

The thought would be to load the .exe when the correct tab was opened, but then close it when another operation is called so the resources could be released. Sounds like it would be quite difficult to accomplish. I may just have a button that launches the executable and call it a bonus feature Smiley Happy

Message 3 of 4
(2,440 Views)

@nickb34 wrote:

The thought would be to load the .exe when the correct tab was opened, but then close it when another operation is called so the resources could be released. Sounds like it would be quite difficult to accomplish. I may just have a button that launches the executable and call it a bonus feature Smiley Happy


sounds doable that way


"Should be" isn't "Is" -Jay
0 Kudos
Message 4 of 4
(2,434 Views)