Which version of run time

I have an exe.  It was either compiled with LabVIEW 8.2 or 8.5.  I need to know which, so that I can install the correct run time engine. 
Kudos and Accepted as Solution are welcome!

Aeh, true, you wont see which version it runs if the runtime engine of the correct version is available.
But i dont understand: Now you state you want to uninstall runtime engines, in the intial post, you are talking about installing.....
Another point is that e.g. tools from NI do already install LV runtime engines (RTEs) as well, so simply removing installed RTEs can mess up those. So please dont do it except you want to revert the machine to "clean" state and start reinstalling all tools/drivers and applications you "really" require.
As last feedback, you CAN include custom code in your LV application to display the version it runs.
Norbert 
CEO: What exactly is stopping us from doing this?
Expert: Geometry
Marketing Manager: Just ignore it.

Similar Messages

  • I have a Mac Os x version 10.5.8, and my current quick time will not play some video footage; which version of quick time should I have or what else would help?

    When I try to run certain video, the video stops while the sound continues.  What is wrong.  What version of Quick time should I be using?

    Or is a file that is not supported by QT.
    You can use Perian http://perian.org/

  • How to use database control to execute sql queries which change at run time

    Hi all,
    I need to execute sql queries using database controls , where the sql changes
    at run time
    based on some condition. For eg. based on the condition , I can add some where
    condition.
    Eg. sql = select id,name from emp where id = ?.
    based on some condition , I can add the following condition .
    and location = ?.
    Have anybody had this kind of situation.
    thanks,
    sathish

    From the perspective of the database control, you've got two options:
    1) use the sql: keyword to do parameter substitution. Your observation
    about {foo} style sbustitution is correct -- this is like using a
    PreparedStatement. To do substitution into the rest of the SQL
    statement, you can use the {sql: foo} substitution syntax which was
    undocumented in GA but is documented in SP2. Then, you can build up
    the filter clause String yourself in a JPF / JWS / etc and pass it into
    the DB control.
    For example:
    * @jc:sql statement="select * from product {sql: filter}"
    public Product[] getProducts(String filter) throws SQLException;
    This will substitute the String filter directly into the statement that
    is executed. The filter string could be null, "", "WHERE ID=12345", etc.
    2) you can use the DatabaseFilter object to build up a set of custom
    sorts and filters and pass that object into the DB control method.
    There have been other posts here about doing this, look for the subject
    "DatabaseFilter example".
    Hope that helps...
    Eddie
    Dan Hayes wrote:
    "Sathish Venkatesan" <[email protected]> wrote:
    Hi Maruthi,
    The parameter substituion , I guess is used like setting the values for
    prepared
    statements.
    What I'm trying to do , is change the sql at run time based on some condition.
    For example ,
    consider the following query :
    select col1,col2 from table t where t.col3 > 1
    At run time , based on some condition , I need to add one more and condition.
    i.e. select col1,col2 from table t where t.col3 > 1 and t.col4 < 10.
    This MAY not address your issue but if you are trying to add "optional" parameters
    you may try including ALL the possible parameters in the SQL but send in null
    for those params that you don't want to filter on in any particular case. Then,
    if you word your query
    as follows:
    select col1, col2 from table t where t.col3 > 1 and (t.col4 = {col4param} or
    {col4param} is null) and (t.col5 = {col5param} or {col5param} is null) ...
    you will get "dynamic" filters. In other words, col4 and col5 will only be
    filtered if you send in non-null parameters for those arguments.
    I have not tried this in a WL Workshop database control but I've used
    this strategy dozens of times in stored procedures or jdbc prepared statements.
    Good luck,
    Dan

  • RoboHelp for Word Version 8-Run-time error 49-Bad DLL calling convention

    I just installed the trial version of RH8. I have RH5 installed. I also have Word97 installed. When I start RH8, the RH Explorer pane opens, but when it tries to open Word, the following error message appears: "Microsoft Visual Basic - Run-time error '49'. Bad DLL calling convention." Any ideas on what I can do to fix this problem?

    See Snippets on my site.
    See www.grainge.org for RoboHelp and Authoring tips
    Follow me @petergrainge

  • Preview SWF which contains a Run Time Shared Library

    All of our assets share fonts using a run time shared library (RSL) so that we dont need to embedd the fonts in each and every seperate swf.  The swf looks for a sharedFonts.swf file one level/directory up from where it is currently at.  Inside the assets' RSL the url is ../sharedFonts.swf.
    So with a program like Adobe Bridge I just need to find out where Bridge is previewing the file from and then one directory up from that I need to place in the sharedFonts.swf.  The place that I am viewing it from is already setup that way and works correctly if I simply open the swf without using some kind of program.  So my guess is that Bridge takes the swf and places it somewhere within itself and then previews it or there is simply a bug with Bridge since currently it is just crashing.
    I have some logs using windows event viewer and that shows me that the module that is failing is AdobeSWFL.dll which I am guessing is library to preview items.
         Faulting application path: C:\Program Files (x86)\Adobe\Adobe Bridge CS5\Bridge.exe
         Faulting module path: C:\Program Files (x86)\Common Files\Adobe\APE\3.1\AdobeSWFL.dll
    Has anyone ran into something like this before? Any ideas on what to do here?
    Thank you!

    I'm having the same problem. A coworker showed me how he uses Bridge to navigate all of his Photoshop and Illustrator files. As a Flash artist, I tried using Bridge to preview SWFs, and discovered the auto-crash feature.
    Bridge crashes every time I click on a SWF that uses a runtime shared library. Frustrating!
    Were it not for this bug, our studio's Flash artists would likely integrate Bridge into our pipeline. A fix, or directions on fixing the issue would be greatly appreciated.

  • Run time prompts not appearing when launching BR from a right click menu

    Hi!
    I have a problem when trying to launch a business rule from a right click menu which is assigned to a dataform.
    The rule launches but does not show/ask for the run time prompts as it should do. The run-time prompts should not be hidden (I checked also Eas and data form selections).
    When using the rule form the Tools-Business Rules menu, the rule works fine. It prompts for the required variables and as they are filled in, the rule does what it is expected to.
    Also, when using the same rule attached into a form (and selected "use members on form"&"run on save") the rule works correctly.
    We are using version 11.1.2.1.
    I already have tried restarting Planning services but without success.
    What might cause this?
    kind regards,
    user637777

    Hi!
    I found out from the Oracle knowledge base:
    This issue is caused by unpublished Bug 11064867 - RIGHT CLICK MENUS NOT RENDERING RUN TIME PROMPTS
    In version 931 run time prompts worked correctly when launching them from a right click menu, I checked this out.
    In our current version I got this working (this is kind of a workaround) by adding a new RTP variable (using the same dimension as the original RTP variable). This way I got the rule to "ask for more information" (like what were you asking for? ) and not running the rule without interruptions. This instruction was given in Oracle support (knowledge base).
    kind regards,
    user637777

  • Run time engine present

    Hi all,
    Does any one know how to find what version of Run time engine is installed in the PC?
    Your help is greatly appreciated.
    Regards,
    Muthuraman S
    Regards,
    Muthuraman

    Muthuraman wrote:
    [...] Is there any possibility the exe is getting run in LabVIEW8.6 run time engine which is giving this issue?[...]
    No.
    I take it that the error dialog is created by Windows. 
    I guess that the target pc has some settings which are not compatible to the exe. I'd first check if the UI used in the exe uses special fonts which are probably not installed on the target. Other possible things are missing dlls or other components which have wrong versions....
    You can check the general functionality of your target if you build a simple exe which just uses a single VI with e.g. the standard state machine (found in the template browser).
    hope this helps,
    Norbert 
    CEO: What exactly is stopping us from doing this?
    Expert: Geometry
    Marketing Manager: Just ignore it.

  • Run-time error "DDIC_TYPE_INCONSISTENCY" occurred

    Hello experts,
    SAP version :SAP ECC 6.0
    DB : Oracle 10.2.0.2
    After a local client copy we had the following error showing in scc3:
    Completed w. Dictionary Errors
    ICLPART FS-CM     DDIC Error        (See SE14)
    In SE14 when i check the db object all is well but when i check the runtime object i get :
    Hdr: Active runtime object and Active source has Inconsistent
    and....
    Fields: Active runtime object and Active source has Inconsistent
    ASSIGN_GUID does not exist
    Do you have any idea how to solve this
    Thanks for your help.
    Regards
    Dirk

    Hello Visser,
    Please find the following link to goto a note which address this, Run-time error "DDIC_TYPE_INCONSISTENCY"
    https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=491022
    Note number is: 491022
    If you get the above error in ABAP dump, then it could be due the backgroung job which was showing the status cancelled daily.
    Just delete the job from sm37 and it should fix the issue.
    Hope it helps.
    Cheers,
    Satish.

  • Labview run time 8.5

    Where can I download labview run time 8.5?

    Hello Simon,
    The
    Run-Time Engines are not backwards compatible.  I.e. LabVIEW Run-Time
    Engine 8.5 cannot run executables made in LabVIEW 8.2.1.
    So, you need to install the Run-time engine for the version of LabVIEW that
    the code was written in.  E.g. If your VI was written in LabVIEW 8.5,
    you need to have the LabVIEW 8.5 RTE (Run Time Engine) installed in
    order to run it after it is compiled into an executable. 
    In order to check which Run-Time Engines you already have installed to your PC, browse to the following directory.
    C:\Program Files\National Instruments\Shared\LabVIEW Run-Time
    In
    that directory, you will find a different folder for every version of
    Run-Time Engine that you currently have installed onto your system.
    Hope this helps!
    Kameralina
    Ask NI (ni.com/ask)
    Search The KnowledgeBase
    NI Developer Zone
    Measure It. Fix It. ni.com/greenengineering/
    NI Vision ni.com/vision/

  • Can I use the labview run-time engine 2010 with my LV 2012 program?

    Hi all,
    I will receive the new Labview Developer Suite 2012 DS2 in a few days and
    I am wondering if it is possible to run LV2012 programs on the LV run-time engine 2010 or is it necessary to update all my clients from run-time engine 2010 to 2012?
    Stay Hungry, Stay Foolish
    Solved!
    Go to Solution.

    Hi Benjamin,
    You will not be able to use the LabVIEW 2010 run-time engine with LabVIEW 2012 applications.  Versions of run-time engines need to correspond with the version of LabVIEW that you have installed.
    The following links direct you to our download pages for the run-time engine:
    The 32-Bit Run-Time Engine can be downloaded from our website as can the 64-Bit Run-Time Engine, depending on which version of operating system you, use by clicking the link under "Standard Download".
    Hope this helps.
    Marshall B
    Applications Engineer
    National Instruments UK & Ireland

  • Are LabVIEW VISA functions supported by LabVIEW Run Time Engine?

    I have an executable file that I created using LabVIEWS Application Builder. When I run the application on another computer that does not have LabVIEW installed, it crashes with a Windows message stateing the my application has generated erros and will be shut down by Windows. I have isolated the problem as having something to to with VISA Reasource Names.
    Does anyone know if there has been any issues regarding the use of VISA function in LabVIEW Run Time Engine? The version of LabVIEW that I have is 6.0.2. The version of Run Time Engine is 6.0 .
    Dan

    Yes there are issues with the RTE 6.0 and VISA. Use the RTE 6.0.2
    LabVIEW, C'est LabVIEW

  • Manage query - run time errors

    Hi,
    we have one user working at one desktop which receives error "run-time error 5" followed by "401 Automation error" when selecting the manage query wizard proceeding from the BPC Excel action pane.
    We only have this at one desktop. Any ideas?
    Dries

    Hi,
    You can check the query run time by using T code RSRT.
    1. Go to T code RSRT
    2. Give your query name.
    3. Click on the "Execute + Debug" tab
    4. Various check boxed for Debug options will appear on the screen
    5. Under the "Others" node you will find the check box for "Display Statics Data"
    6. Check this check box and click on continue.
    7. This will execute the query and provide you selection screen if any.
    8. Once the query is completely executed, click on "back" button or simply hit F3.
    9. This takes you to the "Statistic Data for Query Runtime screen"
    10. Here you can take the total of "Duration" column to get the total duration for query execution.
    Please refer following link for details:
    [http://help.sap.com/saphelp_nw70/helpdata/en/43/e3807a6df402d3e10000000a1553f7/frameset.htm]
    Hope this answers your query.
    - Geetanjali

  • Why does RT 2011 Sp1 tell me that I need a newer version to run an app?

    After installing RT 2011 SP1 on a laptop, I get an error that I need a newer version of Run time when i try to run an application created from LV 2011 SP1. Any ideas why?

    Hi,
    Try to verify the version of LabVIEW installed in your controller (NI-MAX >> Remote System >> [Your Real-Time Target] >> Software >> LabVIEW Real-Time). Your controller should still be running the previous version of LabVIEW Real-Time. Try to install the new version in your target.  
    http://digital.ni.com/public.nsf/allkb/D170D1AF82303EA086256B4200780579?OpenDocument
    Regards,
    MCOTO

  • Labview run-time 8

    Tengo instalado en mi computador con Windows XP Labview 6.1, y queria abrir unos VI's que baje de internet pero no podia pues necesitaban ser leidos por lo menos en un Labview 7... Por lo que instale el LabVIEW Run-Time Engine 8.0 for Windows 2000/XP. Baje dos archivos ejecutables desde la pagina de NI: "LVRunTimeEng.exe" (25 MB) y "LabVIEW_8.0_Runtime_Engine.exe" (89 MB). Segun la pagina  debo instalar solo uno. Aca coloco el leame:
    Description:
    This document contains the LabVIEW 8.0 Run-Time Engine. This Run-Time Engine must be installed on any Windows system where you plan to run executables that you build with the LabVIEW Application Builder. Version 8.0 of the Run-Time Engine may only be used to run executables that were built with LabVIEW 8.0.
    Additionally, the Run-Time Engine allows your browser to display VIs that are embedded in Web pages.
    There are two downloads that are available. You only need to install one of them. LVRunTimeEng.exe is a smaller download intended when viewing Remote Front Panels in Web pages. It does not contain the full run-time engine, but will allow some executables to run. For full support for executables use the LabVIEW_8.0_Runtime_Engine.exe. This version will support all executables built with LabVIEW as well as allow viewing of Remote Front Panels in web browsers.
    Installation Instructions
    Run LVRunTimeEng.exe or LabVIEW_8.0_Runtime_Engine.exe to install the LabVIEW 8.0 Run-Time Engine.
    If you were attempting to view a VI through a browser and you were directed to this site by your Web browser, the VI will display correctly after you install the Run-Time Engine.
    See the PDF files for Japanese (JP), French (FR), German (DE) and Korean (KO) instructions.
    Older versions of Run-Time Engine
    To run applications built with an older version of LabVIEW you will need the corresponding run-time engine installed. You can have multiple run-time engines installed at the same time. See the All Versions list of Run-Time Engines to download an older run-time engine.
    Quise instalar el de 89 MB, (fueron como 15 partes). Me pidio reiniciar pero al ver el menu Inicio o las carpetas donde se instalo, no vi nada del Labview Run-time engine. Y todavia cuando ejecuto un VI hecho con versiones nuevas, me sigue apareciendo el error en el Labview 6.1 que debo abrirlo en una version 7 o superior. Quiza pueda tener el error que debo instalar tambien el Labview Run-Time Engine 6 (creo que algo dice el ultimo parrafo del texto que copie en la pagina de NI)
    Ojala me puedan ayudar, porque sigo sin abrir archivos de labview en mi version 6.1

    It appears that you want to open a VI in LV 6.1, but that VI requires at least LV 7.x.
    The runtime Engine of LV is only capable of running EXEs built with LV. If you want to open the Source code of a VI, installing LV 8 Runtime Engine won't be any beneficial.
    These are your options:
    1- Use a LV Development system ver. 7 or higher.
    2- Find someone who has LV 7 and ask him to downconvert the VI to 6.1 by selecting "Save for Previous versions"
    Adios
    AlessioD

  • Distribute application without labview run-time engine

    I read a lot of post saying if the target machine has the same run-time engine installed, then I don't need to distribute the application with labview run-time engine. Somehow this rules doesn't work for me. I have a PC installed labview 2010 development system and has run-time engine 2011 SP1. I also download the same version of run-time engine and installed it in a target PC. When I distribute my labview application, if I select to include the run-time engine in build properties, the application will be able to install and run properly in the target machine; If I don't include the run-time engine, then I wouldn't be able to run the application.
    Does anyone help me on this? I don't want to always build the application with the run-time engine since it's quite big
    Solved!
    Go to Solution.

    Could you take a look at my NI software list and let me know what labview run-time engine is really in use?
    And in build properties, it actually list addition installer include labview run time engine SP1. If I includes this version of run-time engine and run the installer in target machine, it will still install the run-time engines just like there is no run-time engine installed in the target machine before.
    Attachments:
    NI software.jpg ‏98 KB
    Installer.jpg ‏216 KB

Maybe you are looking for

  • App and Website Development: CS5 Suite

    I was planning on buying the CS5.5 Master Suite on the college discount, but I was trying to figure out if I actually need every program. Pretty much I used up my Flash and Dreamweaver trial, and have been using my friends computer to get practice. S

  • How do I save DVD to file to.....

    later send as an email attachment? I have some movies of my kids recently transferred from 8mm tape to dvd, I can play DVD on my imac but can't figure out how to "save it"... Any help is appreciated. Thanks

  • Hex values in byte

    I need to encode a message string that consists of a byte array to be sent to a device. Two of the items are numeric values that are to be represented as hex 0x00 - 0xFF. This needs to be placed into a single byte. My question is this, can I use a sh

  • Please help! Clone problem

    Hi, i'm new to java, so please forgive me if i ask a stupid question... I try to do the following in the Node of a Linked List: Object data; public Object GetData() { try { return (Object)data.clone(); catch(CloneNotSupportedException e) { System.exi

  • Versioning menu hang

    I've reported performance problems already, (see Terrible Performance with 10g preview ). I got rid of some of them but others persist. This one has gone mad recently. If the System Navigator has focus, and a "package-name-part" (e.g. "com") node is