04-22-2015 03:27 PM
No. This is related to web services and the behavior of those services when on the debug port. In order to see this, you need 1) a project containing a web service with VIs associated with that web service and 2) it looks like you need to be debugging down on an embedded system.
04-22-2015 06:57 PM
Maybe you can turn on VI server for the target and minimize everything. Something like this:
04-23-2015 12:05 AM
I am not certain if I follow this - how does this relate to web services? It seems you have a completely different mechanism for starting/stopping web services that is not related to VI server.
04-23-2015 12:18 PM
Since I didn't see a way to prevent all the windows from opening, I was trying to propose that you build a tool to minimize all the windows that you'd run after you had deployed the webservice.
04-30-2015 10:52 PM
Thanks, Oligarlicky. Unfortunately, web services don't run under VI server - they are their own application instance.
All of that being said, I found my answer through discussions with the AEs. It turns out that when you select Start, what you are actually doing is asking the system to "Deploy All", which, in the RT system, will generally result in the the showing of all FPs in the folder. The AE I am discussing this with is likely going to file a CAR on this but is currently trying to figure out if there is a work around for this.