Mobile module - new open front panel

Hello

Is it possible to open a new front of the main vi on the target of PDA, created with LV Mobile module?

I would press the button in the main vi and open the second vi with the new front end and new controls and indicators.

Thank you.

Best regards
Zdenko.

By the word 'new window', you mean that you want to call a Subvi?  If yes it is possible.  Place the VI as a Subvi and change the 'installation of the Subvi node' so that the sub vi Front panel opens.

But if you are looking to open a nonexistent vi or dynamically create a new vi is not possible.  In models LabVIEW environment VI has solved this problem, but does not support the PDA * of .lives

Ticket return for queries.

Tags: NI Software

Similar Questions

  • [Front Panel Window-> Open] Scripting VI property is not listed.

    Hi all

    I try VI Scripting for the first time.  In example VI (new creation VI of Scratch.vi), I can see the property that the window-> open front panel is used.  When I tried on my own in a new VI, is not this property is displayed.

    FYI: I activated VI script options in my LabVIEW and I use LV2012.

    Thank you

    Ajay.

    It is a method, not a property.  Before Panel.Open property has been deprecated.

  • Why, since the last update for Mozilla Mobile, I continually check for modules and open the window 2, whenever I connect?

    Since the last update about Firefox for mobile, when I open a browser, I get my computer by checking if the modules are compatible, and then opening 2 browsers. One is empty and one is my Google home page.

    I love my Firefox browser. I am 64 years old and don't use no internet on my cell phone. It drives me crazy, so please help.

    The reset Firefox feature can solve a lot of problems in restaurant Firefox to its factory default condition while saving your vital information.
    Note: This will make you lose all the Extensions, open Web sites and preferences.

    To reset Firefox, perform the following steps:

    1. Go to Firefox > help > troubleshooting information.
    2. Click on the button 'Reset Firefox'.
    3. Firefox will close and reset. After Firefox is finished, it will display a window with the imported information. Click Finish.
    4. Firefox opens with all the default settings applied.

    Information can be found in the article Firefox Refresh - reset the settings and Add-ons .

    This solve your problems? Please report to us!

  • Open the front panel Excel file

    I tried to open an existing to open the front panel button... excel file but looking in the forum I found two examples... attached... done with the document word and another notebook... However I am unable to do it with excel...

    In the second example that uses Sysexec.vi... I tried to enter the path of excel file... but it does not open... but same file opens when I write it on 'Run' in windows vista...

    Advisor...

    I found the solution... using sysexec.vi and the command line...

    Thank you...

  • Open the Panel front of the Subvi, which is called by reference in the EXE

    I want to open the façade of a Subvi when it is called. This sub - VI will open the façade of a Subvi third level. So, I want to go back to the main.vi the output of the subVIs.
    I can do successfully in the development environment.
    I call on the reference asynchornously screws. If the screw load when they are called and the calling VI awaits the release of the subvi.

    I am attaching the screenshot of the window subVIs properties customize.

    When I build the application, the executable file could not be opened the Subvi front panel, even if the paths of the subVIs are related.

    I also put the subVIs in the field "Always included" the build properties and the box "Remove front panel" is not selected.

    I join the project and screenshots of the parameters.

    If you had used the dialogues of error, you would have seen the paths of access to the VIs you build are not valid.  The screws are always included in the EXE file, so you don't have to do any special stripping of the VI EXE path.  A fake wire to your case structure determine the path, and it works perfectly.

    Just dual-band is the path if you try to get the EXE directory.

  • Sub - VI does not open (error 3 could open the front panel)

    I work for the VI (the version of Labview 2011 trail), I created a Subvi. At the same time, I opened this Subvi to adjust terminals connection - what I've done before - and after saving the file and its closure, the Subvi is remained unadjusted. In fact, I am not able to open the Subvi more. And when I want to open the file in a VI (e.g. running VI in windows), I get "' load the error code 3: could not open the front panel." "

    I can't also preform any task for example the recording of the main program for an older version, because this Subvi is present in the program.

    Nevertheless, the VI still works as a Subvi in the mainprogram I wrote - in how it worked until I adjusted the connection terminals.

    Is it possible to solve my problem without having to rewrite the entire Subvi? The Subvi about is attached in this post.

    I thank in advance

    PS. After the closure of Labview, it sends an internal report of the caveat.

    Hi all

    I added this issue to an existing bug report (what we call a request for Corrective Action); There was one reported with Labview 2010. I added this matter to him. The reference of this application is CAR #251753. With this reference, you can always ask the status of this bug report.

    Best regards

  • Switch Soft Front Panel, active device classified

    I have a with PXI chassis modules, two switches PXI-2350.  Using the Soft Front Panel switch, it seems that the names assigned to the list of active device (both 2350's in this case) are backward, what to expect.  Is there a way to reassociate those names to the 2350's physics?

    Thank you

    Confustus,

    It's an interesting question that I've never seen before, your devices in a Soft Front Panel should be linked to features like labels in MAX. I was wondering, when you say "we can select using MAX, a road that connects the power supply to the digital multimeter using"Switch 1"(for example), and we can see the voltage reading show on the Soft Front Panel 4071 as planned", what you mean exactly? If you had to choose your hardware device, and then click test panels, the NI Soft Front Panel load switch. Are you saying that when you choose test panels and loading Switch Soft Front Panel of max works as expected, however the application outside opening MAX does not work?

    Or are you talking about the Test panels you open in NI Switch Executive? The test for NI Switch Executive panels refer on behalf of virtual device NI Switch Executive, not the DAQmx device name. If you had named the name of the NI Switch Executive virtual device in the same way, that could be part of the confusion of the problems that you see. See the images below:

    NEITHER DAQmx Test selection panel that leads upward.

    Test NI Switch Executive Panel allows this. If these names are similar, I can see how that might be confusing.

  • How to add a record button on the front panel to save waveform data

    Hi, I'm new kind of LabVIEW and I worked on a code for an agilent oscilloscope communicate via GPIB and so far it works well on the collection of these two analog channels one by one, "Not UNLIMITED" but it does the trick (vpp, Vrms, frequency, etc.).  I've added the feature to add data to a .csv file waveform (problem: opens a dialog box until the user gathers all the data.) Solution: I want the user to save the. File CSV whenever he wants to use later on the front panel). I've added another feature to get a snapshot of the curve waveform (problem: opens a dialog box.) Solution: I want the user to save the JPEG file, whenever he wants to take a snapshot ("take snapshot" button on the front panel)).  I work with the agilent hp54645d driver. I have attached my code, if someone can tell me please how do I do this (maybe cabling and structures are solutions do not know). Thank you in advance.

    I would recommend adding a case structure just around the two record VI and a button to check the condition of the structure of each case. If you want a button to control both save functions you can put the two record functions in the same structure of business controlled by a single button. You are right in saying that the loop will cause your code runs until the stop button is pressed or until the stop condition is met. If you are wanting the while loop to stop once the recorded information you can use the button that you use to control structures case to also stop the while loop. I hope this information helps.

  • Want 5530: want to scan from the front panel of the printer computer

    Hello

    I am not able to use the scan to computer function from the front panel of the printer to a PC recently updated.

    On the front panel, I press 'Scan', then 'computer '. The name of the computer to which I want to scan is listed, so I select it. The scan preview screen appears then I press 'analysis '. After a standby display told me that the computer does not have to check the cable, etc...

    The PC is turned on, and the connected user.

    Printer is connected directly to the PC via USB cable.

    PC operating system is Windows 64-bit 10.

    Printer is 5530 want all-in-one.

    HP Print and Scan Doctor no problem.

    I tried with a disabled firewall.

    I uninstalled and reinstalled several times (using a new download of HP).

    When I open the printer software 'manage the scan' is not listed (only the Scan item is 'search for a Document or a picture", that works).

    Test page will print from PC.

    Another PC (running Windows 8.1, connected via a network) seems to work.

    Any suggestions?

    Hello

    Thank you for using the HP Forums.  You can try this:

    Please uninstall and reinstall the software COMPLETE features, follow these steps:

    1 uninstall the software from your computer

    Try this program to uninstall Microsoft

    https://support.microsoft.com/en-us/help/17588/fix-problems-that-block-programs-from-being-installed...

    2. download and save the software COMPLETE features (do not install online)

    The following resources will help you:

    HP printer install wizard for Windows
    http://ftp.HP.com/pub/softlib/software13/COL50403/MP-150580-2/hppiw.exe

    3. install the FULL feature software "saved".

    Once you have downloaded and installed the software, FULL of features, you will be able to print and scan.

    If you are installing via a USB connection, connect the USB cable only when prompted by the software.

    Let us know if it works!

  • Outsourcing of the controls on the front panel for a panel floating Subvi

    Hello!

    I already found a few similar topics, but I still don't know which is the best way to solve my problem. I will try to describe my problem in detail first: I have a main VI that acquires data from a device and displays these data in a large waveform graph. I have also a few controls on the front panel to control my device. First, I placed all of these device controls (digital, sliders, etc.) as well as the chart inside the front of my main VI. However, due to limited screen space now I would like to make the largest possible graph and so decided to "outsource" some controls out of the main façade of VI to several panels front-end Subvi.

    I would then press a button in my main VI and it would open the Panel before the floating of the Sub - VI corresponding with outsourced controls when required. However, everything must be absolutely transparent. It is important that floating panels to run in parallel with my main VI, that is the main VI must continue to operate. That way I'll have my data constantly updated in the chart in my main VI while I can change some settings of the device through the controls placed in my SubVIs. These changes will be immediately applied (for example as soon as the main VI calls this slot - VI in its main loop).

    It is important to the visibility of the outsourced optional control panel, i.e. If the Subvi front panel opens with the user that it will pop up and the user will be able to change the paramers device using the. But then the user should be able to close the front panel (hide) the Subvi to see the entire chart again without the Panel floating in front of her (of course control values must be maintained when the Subvi front is not visible). Then the new button is pressed in the main VI that opens the dialog box not modal Subvi containing controls and it can redefine new values of device.

    Advice how to do this are welcome. I don't know if I need something complex like VI server or asynchronous screws or I can solve my problem by changing some settings simple Subvi? Thank you in advance for your help!

    Best regards

    Anguel

    AStankov wrote:

    How about using a global variable for the VI at VI communication instead of a queue?

    A global variable will, also.  Write you in one place and read the value frequently to somewhere else (in the election). So you can see easily to any value change.  However, mark will waste a lot of time processor.  This is why I have proposed to use a queue or a notification utility.

    AStankov wrote:

    Would be the last option that you mentioned, i.e. finish the Subvi at each change of value, I would keep the Subvi front open as needed until things from the user to hide? Or would there be inevitable flickering Panel or any other drawbacks?

    Yes, the Subvi can keep the façade open until the user closes. And there should be no flickering.  The biggest drawback I see right now is that when you expect an event in the Subvi, the mainVI cannot stop without talking to the Subvi to stop.  So you'll need another channel of communication (again a global, a queue, a declarant or an event) to tell the Subvi that she must stop.

  • LabVIEW support 3 error code: could not load front panel

    Hello

    my colleague has a problem after the update to LV2011 (from 2010) and now get: LabVIEW support error code 3: could not load front panel

    Even on my system (also tried a massive compilation)

    He's afraid of losing some of his works.

    Zipped file is attached

    Hi Henrik,

    It should work now.

    Instructions to fix a corrupted in 2011 VI or more:

    1. close LabVIEW

    2. Add connPaneRecoveryMode = true to the file LabVIEW.ini (-the file LabVIEW.ini is located in the folder of National Instruments > LabVIEW 2011 > LabVIEW.ini)

    3. open the VI corrupt.

    4. press CTRL + A on the block diagram and the copy / paste to a new VI.

    5. save the new VI.

    6. close LabVIEW and remove the token of the ini (VERY IMPORTANT)

    7 restart LabVIEW and load the new VI and check that it is correct. Save

    Cheers, RMathews

  • HP EliteDesk 800 G2 Small Form: The front panel audio connector - this only made type to use for headphones and microphone

    Hello

    I am trying to determine what type of audio 3.5 mm plug to put into the connector on the front panel for the use of a headset to make video communications.

    could be - sleeve, ring and end cap (mono audio and microphone)

    or

    could be - sleeve, ring, ring and tip (stereo sound and microphone)

    Having read through the manuals and nothing is said on the type to use.

    Hello world

    Just plugged the connector 4 poles on my headset combination for my mobile phone (cellular) and the box of pop - up asked me to select headset or microphone - no selection for both.

    Looks like the right sleeve is for headphones only, and the left one is for headphones or micro - selectable by the user and not the two on a single sheet.

    Everything explained by the practice - but not the paperwork in the manuals.

    #5 for microphone or headset - menu popup is displayed after you insert a 3.5 mm plug to select that one but not both at the same time.  (So I can't use my headset to phone)

    Thank you

    Son

  • Satellite L500D - what is that annoying red light on front panel?

    Hello

    I have my L500D the normal five system LEDs on the front panel of the base computer, where they are supposed to be. But then, to the left of these fires, there is that annoying red light, which is very distracting.

    But what is even more annoying than not one, + not a + manual owners I've read mentions none, + not even a hint. The manual mentions the other lights in their patterns, + but not this one. :-(

    Now, I'm assuming it's something really simple, and I publicly show how blind or stupid (or both) I really am. :-) But for love all holy, and before that I lose all of my hair, can someone tell me what is all simply as the red light?  :|

    And, while you're at it, maybe you can tell me how to turn it off! It would be a very unique experience for the moment. (B-)

    Don't get me wrong, I love my new L500D, my best investment by far and it goes like the wings and I write about a wacky ad jingle and broadcast around the world... If not for the boring red light. ;-)

    Help, please! (i)

    Hello

    I think you are talking about a wireless light located on the front left side of the computer. You can see here:

    http://laptops.Toshiba.com/laptops/satellite/L500

    Yes, it's a little boring, but you can turn it off by pressing Fn + F8 but in this case the wireless connection turns off. As for me, I use any wi - LAN, my knees is connected to the Internet by cable, and I never use outdoors.

    welcome them

  • Presentation of connector to the front panel DC7700

    Hello

    Cannot find the necessary schema in the database to support HP I hope someone on the forum can direct me to the table of connector on the front panel of the system (format minitour Convertible) DC7700 Board; It is available to the pins that tells me where to connect the various switches, LEDs etc on a new case.

    Any advice welcome.

    Peter

    FOUND IT!... in a previous post of the forum [see '' info DC 7700 Convertible Minitowers (CMT) motherboard?']  Among other things - who - shows that I had not scanned the tech Ref guide closley enough!  ;~[

    And thank you "mdscole" to highlight the trail.

    ;~) !!

  • OR scope Soft Front Panel fails to load

    Hello

    I use the scope Soft Front Panel OR with my USB NI 5132 for some time successfully. However, recently it has stopped working completely - seems to load a bit then fails before you even open the screen. The same thing happens in MAX I did all the updates critical, uninstalled then reinstalled NI Scope, uninstalled Labview (the only thing I had changed after the last time, I know that it worked successfully) and checked the nitaglv.dll library was in the right place according to this post: http://digital.ni.com/public.nsf/allkb/63739991438EC593862579C6007301EC

    So far nothing's worked. I NI SCOPE 4.0 and NI-VISA 5.3.0 installed, and the computer could see successfully the digitizer USB 5132 Max after the relocation OR scope, well that the flexible façade does not always load and making the Panel test Max also does not.

    I have attached a picture of the screen to load before it disappears so that could provide clues.

    Suggestions?


Maybe you are looking for

  • bilingual documents

    I use Yosemite and I would check the spelling/grammar of a document written in two languages. Is this possible? How can I do? Before I used the 'more' tab on the Inspector in Maverick Thank you, Sue

  • Speed for Wndr4500v2 wifi problem

    Bye to all I'm new and I hope you can help me.I have a connection fttc 100/10.So far, I couldn't test the speed of wifi, cause peripheral material limits.I bought a Samsung s7 and I did test speed.All my devices supports the 802.11n at 2.4 ghz and 5

  • Satellite L30 - horizontal 11(d) of the interference with the screen

    I have a satellite L3O - 11 d. At the bottom of my screen I have horizontal interference its about 1.5 cm wide, is anyone know the cause of this and how to fix it. Post edited by: vitetta

  • files lost during conversion

    I accidentally converted my files music and photo with MediaGo on a Sony PSP.  I tried to interrupt the conversion once I realized it was conversion all requested specific vs filed.  Now, all my photo files and music files are empty.  The files and t

  • Antivirus in XP Mode software

    I installed Windows 7, Virtual PC and Windows XP Mode.  When installing XP Mode, a call recommends the installation of anti-virus software.  I have McAfee installed in Windows 7, it does not protect the XP Mode and Windows 7 mode?