05-05-2010 04:39 AM
When executing a VI (RT target), some of my project's VI keep opening their front panels on start. This is quite annoying. How can I switch off auto popups for each VI? I already looked into the VI properties but I can not find such a switch.
05-05-2010 06:10 AM
hit CTLR+I
then select "window appearence" from "category" drop down box
hit the "Customize" button and unckeck the option "Show front panel when called" (if it is checked)
Other reason could be that the program is automatically opeing the FP of the VI throgh the property nodes(FP.Open). You have to check this and either remove or wire a "false" value
Guru
05-05-2010 06:55 AM
No check box was checked in each VI front panel (see image below). Also, I do not know about those VI property nodes. I am sure, I did not use them anywhere.
Maybe this information helps: The front panels are opening while deploying the VIs. It seems, that LabView is building and sending one VI after another to the RT system -- and some VIs open their front panel after being sent and before the next is about to be sent (the progress dialog still visible).
05-05-2010 10:53 AM
I'm not that familiar with LVRT, but could it be that the VIs that are popping up during deployment are the VIS that have had changes made to them since last deployment? If so, then the system is compiling those for RT, and I would guess that the front panels are shown because they need to be opened in order to compile before deploying.
05-05-2010 11:31 AM
The shown front panels are always the same subset of my project's VIs. They are opening although there is no modification (e. g. opening the project for the first time and deploying immediately). Other VIs of my project do not open without any reason.
The problem is the same with my colleague's pc and a copy of the same project. I am using LabView 2009. The very same VIs are always poping up on his pc.
05-30-2018 02:55 PM
I have same issue. Did you find a solution? During the deployment of a vi many subvi frontpannels pop up.
05-31-2018 07:04 AM
@IgMaBa wrote:
I have same issue. Did you find a solution? During the deployment of a vi many subvi frontpannels pop up.
Still in LV2009?
08-06-2018 05:52 AM
I just stumbled upon the same behavior at a customer (LV2016 f2 on a PXI running Phar Lap ETS 13.1), and I can't really remember seeing this behavior before.
Does anybody have any clue or hints?
DSH Pragmatic Software Development Workshops (Fab, Steve, Brian and me)
Release Automation Tools for LabVIEW (CI/CD integration with LabVIEW)
HSE Discord Server (Discuss our free and commercial tools and services)
DQMH® (Developer Experience that makes you smile )
08-06-2018 06:24 AM
@joerg.hampel wrote:
Does anybody have any clue or hints?
A recording would help. When not faced with this problem, it's hard to say what's happening (even the symptoms, let alone an explanation or solution).
Any chance those popping VIs have "Retain Wire Values" turned on? That would make some sense, as the RT might not be able to do that buffering.
08-06-2018 07:11 AM
I cannot record here at the customer due to non-disclosure issues, but I'll try to reproduce it in the office with a sample application.
The VIs whose front panels are opened are all DQMH modules. Of all 12 modules in this application, only two show this behavior. I have yet to find out how those two differ from the rest. Also, it seems that the behavior changes between the first run after starting LabVIEW (or the PXI? or both?) and consecutive runs, or maybe it depends on wether the VIs are changed between runs or not...
DSH Pragmatic Software Development Workshops (Fab, Steve, Brian and me)
Release Automation Tools for LabVIEW (CI/CD integration with LabVIEW)
HSE Discord Server (Discuss our free and commercial tools and services)
DQMH® (Developer Experience that makes you smile )