Is it possible to transform a .exe in a .vi again?

I'm responsible for trying to make a .exe file (published on LabVIEW) selfpopulate an Excel file with the data, he gets from the trial. To do this, I would need to take a look at the block diagram to see what happens in the devil; However, it's an .exe file and we do not have source code?

Is it possible to get around this other than re-engineering the entire VI?

Thanks in advance.

No, sorry! You need the source code to be able to view/reconstruction of the VI.

(While I'm not 100% sure, you might be able to see the block diagram if debugging is enabled on the executable when it was built and then sign in using "operation-> Application Debug or Shared Library... »)

Tags: NI Software

Similar Questions

  • Not possible to download Adobe Photoshop CC. Error then dowload... is possible to download a .exe / msi computer another form?

    Hello

    My client has a bad internet connection.

    It is not possible to download Adobe photoshop CC without error.

    Is it possible to download a .exe / msi Photoshop CC to another computer and using DVD / USB to transfer the file on his computer to do the installation?

    This is a critical issue...

    Thanks a lot for your help.

    Best regards, Julian

    Check the deployment packages in the center of development.

    Mylenium

  • Is it possible to transform a clip of 15 frames per second in a clip of 30 frames per second through adobe first?

    You are not sure if it is possible, but is it possible to transform a clip of 15 frames per second in a 30 fps clip?

    Depending on what your after you might also go this route:

    Film

    1. in the project Panel, right-click (Windows) or Ctrl-click (Mac OS) the clip for which you want to change a property.

    2. Select Edit > film.

    3. Select the options you want, and then click OK

    More info here:

    http://helpx.Adobe.com/en/Premiere-Pro/using/modifying-clip-properties-interpret-footage.h tml

    Peter Garaway

    Adobe

    Premiere Pro

  • After purchasing the cloud creative and used for 2 months (for example), so I don't use it for 3 months. How is it? I don't have to pay the tariff for each month, or is it possible to only pay when I use it again? To resume: if I use it for 5 months a

    After purchasing the cloud creative and used for 2 months (for example), so I don't use it for 3 months. How is it? I don't have to pay the tariff for each month, or is it possible to only pay when I use it again? To resume: if I use it for 5 months a year, I have to pay for only those 5 or 12 months?

    No, if you have a subscription according to the type of subscription, you will have to pay each month or year until that you cancel.

    If you think you would use the apps for only three months, then you will not need three months, then our month to month plan would be best for you because it can be cancelled at any time it does not come with an annual contract for more information see the link below

    Adobe - General conditions of subscription

    Kind regards

    Bani

  • Is it possible to return a .exe of a VI?

    I have this problem, I need to recover the VI that I did, but the only file I have now is the .exe, lost my program in Labview, is - it possible? ASP.

    Was it a debuggable executable?  If so, you can see the block diagram.  If this isn't the case, I have bad news for you.

  • is it possible to transform a bitmap/bitmapData class

    Is there a way I can transform the content of a class to a bitmap and use this image as many times as I want. In my case, I create this class

    public class CreateRow_Col extends Sprite {
    
    
                        private var bgArray:Array = new Array();
                        private var myContainer:Sprite = new Sprite();
                        private var _Pat1:BitmapData = new Pattern1();
    
    
    
    
                        public function CreateRow_Col() {
                                  var bgClip = new Bitmap(_Pat1);
                                  var i:int = 0;
                                  var j:int = 0;
                                  while (bgClip.x < stage.stageWidth) {
                                            bgClip = new Bitmap(_Pat1);
                                            while (bgClip.y < stage.stageHeight) {
                                                      bgClip = new Bitmap(_Pat1);
                                                      myContainer.addChild(bgClip);
                                                      bgClip.x = bgClip.width * i;
                                                      bgClip.y = bgClip.height * j;
    
    
                                                      j++;
                                            }
    
    
                                            j = 0;
                                            i++;
                                  }
                                  addChildAt(myContainer,0);
                        }
    
    

    and then call it from the mainClass of the FLA

                             private var bf:CreateRow_Col = new CreateRow_Col();
                        private var bf2:CreateRow_Col = new CreateRow_Col();
    
    
                        public function MainClass_Test() {
                                  bf.x = 50;
                                  addChild(bf);
                                  bf2.x = 150;
                                  bf2.y = 350;
                                  addChild(bf2);
                        }
    
    

    But if I want to do like 500 instances of the class that will make the CreateRow_Col calculate 500times scene and fill it 500 times? or it will not?

    and even if it is not possible to make a class for bitmap and use this image as many times as you want.

    Looks like you need to use the class graphics capabilities, particularly beginBitmapFill() method.

    Here is the documentation of the Graphics class:

    http://help.Adobe.com/en_US/FlashPlatform/reference/ActionScript/3/Flash/display/graphics. HTML #beginBitmapFill)

    But first, you class CreateRow_Col will not work. You are referring to the scene in the constructor. Stadium is available ONLY when object is placed on the display list, UNLESS you have the reference to the scene when running.

    Anyway, if your need is to tiles with the same BitmapData Sprite - you don't need to jump through all these hoops. Try this code:

    package
    {
              import flash.display.Sprite;
              import flash.events.Event;
    
              public class CreateRow_Col extends Sprite
              {
                        public function CreateRow_Col()
                        {
                                  addEventListener(Event.ADDED_TO_STAGE, draw);
    
                        }
    
                        private function draw(e:Event):void
                        {
                                  removeEventListener(Event.ADDED_TO_STAGE, draw);
                                  graphics.beginBitmapFill(new Pattern1(), null, true, true);
                                  graphics.drawRect(0, 0, stage.stageWidth, stage.stageHeight);
                                  graphics.endFill();
                        }
              }
    }
    

    The use is the same as you showed in MainClass_Test.

    Post edited by: Andrei1

  • Is it possible to call a .exe (non-LabVIEW, such as Notepad) in a child windown on the front panel?

    I would like to launch a stand-alone .exe inside the front of my VI.  It is a piece of software by the provider of a sensor that I try to incorporate in my VI.  I was able to find how to call the .exe using the .NET constructor and invoke nodes.  However, the application opens in its own window.  Is there a way to run from a child window within the façade (ideally, within a tab on the front panel control)?

    I'm in LabVIEW 8.6.

    Thank you.

    smercurio_fc wrote:
    I don't think that it actually works. My understanding is limited about this feature, but since I read it only works with the pop-up windows and windows that are already children. The application's main window is not a child window.

    I've done it before.  I have attached a simple example using Notepad.  Make sure that the notebook is already open no open files.  Since the example is not the position of the child window, the position relative to the window will be the same, because it is off the desk.  So, make sure the upper left corner of the Notepad is close to the origin of the desktop computer.

  • Is it possible to transform a power devices or not at a specified temperature?

    The unit lights up and warms at a given temperature. It must be turned off until it cools to a specified temperature lower, where it restarts and heat again. The unit must oscillate between these two temperatures for a period of 40 minutes.

    Yes its quite possible.  you need a way to read the temperature of the unit when the power is on and off. and some means of controlling the power of the device.  The rest is easy.

  • Is it possible to transform the handwritten signatures in text?

    someone help me please read these signatures makes me crazy!

    No, not out of the box there is no way to achieve what you are looking for.

  • Is it possible to force a user to log on again when you use oauth 2 (implicit subsidy)

    Hello

    I am building an application based on a webservice is in the APEX being accessible by an interface javascript through ADR. I use the "Implicit subsidy" stream of the OAUTH 2.

    When the user has finished with the application, he or she should be able to disconnect from the application if another user can log on (on the same computer and browser). But without clear all cookies, ADR automatically will give an access to the previous user token, without displaying the login screen to Déby/allow access to service web rest.

    (Clear cookies is not possible via javascript, since they are httponly)

    I know this isn't 'normal' how to use oauth2, but I would like to be able to disconnect user. So, how can I force ADR to show the loginscreen to give another user the ability to connect?

    Alexander

    You can force the flow of implicit code to prompt the user to connect by adding _auth_ = force in the approval request query string. To follow the example shown in the [1] Developer's guide

    change:

    https://server:port/ords/resteasy/oauth2/auth?response_type=token&client_id=CLIENT_IDENTIFIER&state=STATE
    

    TO:

    https://server:port/ords/resteasy/oauth2/auth?response_type=token&client_id=CLIENT_IDENTIFIER&state=STATE&_auth_=force
    

    [1]: Data Services Developer's guide REMAINS

  • Hello, about three months ago I uninstalled firefox and some records lost. Is it possible to recover, now that I've installed again? Thank you.

    more lost documents...

    Thank you.

  • Drag and drop files to the icon of the EXE

    I was wondering if there is a way for the user to drag and drop files on the .exe icon and it would launch the program to do something with these files automatically?

    For example: Some PDF convertor programs allow you to drag and drop documents, images, etc. directly on your desktop PDF Converter icon and it will automatically convert to PDF format, without the user even having to open the program.

    This same kind of functionality is possible with a file EXE of Labview?

    If you look at the Arguments of the command line of the Application class property, the first element must match the name of the EXE, the following elements will be the path or paths that were dropped on the icon of the EXE.

  • How to convert .vi .exe with the student LabView version

    Hello

    I would like to know if it is possible to convert .vi .exe with the student Labview version.

    Thank you

    N ° if I remember correctly, your license agreement specifically prohibits this. You would have to buy the professional version of LabVIEW. No real need for a student to create an exe file.

  • Is it possible to start remotely apply exectutable on target in real time?

    Hi all

    My apologies if this is an obvious question - I couldn't get an answer using the search terms I could think of - and I'm quite new to programming in real time.

    Is it possible to launch a .exe in real-time without head (or not compiled application on the computer of RT) with the help of a contribution by a distance VI - one .exe running on a portable computer based on Windows for example. I'm currently building an application where my Windows based GUI communicates with the use of machine RT shared variable. However I soon would like to put my code on a colleague who will test the application. I remember that a .exe can be saved in a specific on the RT machine folder such that it will launch at startup. However I prefer to store several .exe on the machine and allow my colleague to choose which launch.

    My first thought is to write an .exe wrapper (which will be autolaunch) who can then launch any other .exe saved on the computer using the wrapper. However, I prefer to launch the .exe directly and one at a time if possible - it seems a more elegant solution.

    Best regards and thanks,

    Dave

    Well, there is certainly a way to do it, but NEITHER does not expose this method.  However, you can programmatically restart an RT target and also you can use the vi FTP rename the "startup.rtexe" file that will autorun on reboot.  Good luck!

  • Is it possible to disable the intelligence of Hyper-V?

    Hello world!

    I have a question according to the intelligence used by a Windows guest OS running under Hyper-V on Windows 2012.

    Is it possible to manage the intelligence used by the prompt? For example, is it possible to transform support for a kind of intelligence while other permits. Or is it possible to completely disable the support of intelligence?

    Thanks in advance!

    Hello

    Post your question in the TechNet Server Forums, as your question kindly is beyond the scope of these Forums.

    http://social.technet.Microsoft.com/forums/WindowsServer/en-us/home?category=WindowsServer

    TechNet Hyper-V Forum.

    https://social.technet.Microsoft.com/forums/WindowsServer/en-us/home?Forum=winserverhyperv

    See you soon.

Maybe you are looking for