Application of Labview card instance

Hello

Is it possible to choose in which instance of the application, the TestStand LabView adapter works? Or does
always execute in the order of the main application?

This one our problem:

We have a VI (let's call it VI1) that runs on sbRIO. System is built so that VI1 must work all the time. We want to control VI1 with TestStand through another VI sequence (call the VI2). TestStand sequence turn the knobs in VI2 which must take effect in VI1. Communication is done through queues. Problem seems to be that VI1 runs in the application sbRIO instance but VI2 runs is sequence main application when it is called by TestStand sequence.

Communication works if we let TestStand. If we start first VI1 then VI2 both run in the order of request sbRIO. In this case, we can control VI1 using VI2. This has been verified by turning the knobs in VI2 and observing that he had an effect on VI1.

If there is no way of the app instance select for Labview adapter, which could be another way to handle these cases?

Thank you, any help is appreciated.

We use TestStand 2010/Labview 2010.

So the sbRIO runs VI1 all the time. And once in a while, you run a TestStand sequence where you want to communicate and VI2 VI1.

I'm not sure about the question of application instance but instead use queues could look on the use of the shared network hosted on the sbRIO Variables?

Tags: NI Software

Similar Questions

  • How to load Windows "On-screen keyboard" application using LabVIEW

    Hello

    If someone can tell me how to load windows "On-screen keyboard" application using LabVIEW.

    Kind regards

    Bharath


  • Xperia Mr how can I install apps on SD card or move applications on SD card

    It's SONY Mobile Xperia Mr. How can I install apps on SD card or move applications on SD card?

    Greetings! At your convenience, please join our colleagues in Sony Mobile for assistance with your question. You can attach them to this site: http://www.sonymobile.com/global-en/support/contact-us/contact-info/. Thank you for your message today!

  • Find the folder of the Application on Labview

    Hello

    Is it possible to dynamically find the folder 'Application' on LabVIEW?

    For example, if I have windows on another language, the application folder is not the typical:

    C:\Documents and Settings\All Users\Application Data\

    I already tried to use the property node "Application App.Default" but I can't use this do get a path.

    Thank you

    That returns only the folder where VI is located, not the user of Windows 'Application Data' folder, which is a ' special '.

    To get the "Application" folder you can user .NET or the Windows API. For .NET, you can use the Environment.GetFolderPath method. For the Windows API, you can use SHGetFolderPath.

    Here's the method .NET:

  • BlackBerry Smartphones install applications on memory card

    My 8830 has a memory of 64 MB internal, and I'm already running out of space. Can I install applications on my card instead of the phone's memory. Currently using OS 4.5

    Hi and welcome to the Forums!

    N °

    Good luck!

  • Error: demo.model.AppModule: demo.model.AppModule application module has an instance of the EmpByEmail1 view that refers to an invalid view object.

    • Error: demo.model.AppModule: demo.model.AppModule application module has an instance of the EmpByEmail1 view that refers to an invalid view object.

    Initially, I created view object named EmpByEmail... because this EmpByEmail1 is created in datacontrols... I deleted EmpByEmail in demo.model by mistake and I created again with the same name EmpBYEmail another object view... yet another EmpByEmail2 is created in datacontrols...

    while I'm running I get following error:

    • Error: demo.model.AppModule: demo.model.AppModule application module has an instance of the EmpByEmail1 view that refers to an invalid view object.

    User, please say it is your Jdev version.

    Open the module of the application in source mode and remove the old definition of the use of the source view.

    Timo

  • Apex application connect to multiple instances

    My company is in evaluation mode. We currently have a forms and reports 10g application (using Oracle Application Server 10 g) hat allows access to several databases that have the same repeated patterns in each, i.e. production, test, etc. Schemas have the same database objects, be they in production, test, or to another instance.

    If we migrate the application at the APEX, we have repeated in every instance application or can you have in one and are based on tnsnames.ora database file to allow the application to access the data in this other forum? Or is there another way to keep the application at the APEX, in one case and still allow users to connect to other databases?

    Thank you for your help.

    Stacey

    Stacey,

    When you install Apex in a db instance it creates two schemas. apex_030200 & flows_files.
    The apex_030200 scheme is at the heart of the apex, it contains the files needed to make the generator of the app, sql workshop and all the rest that allows you to build an application. It contains also all applications built within the apex so by the developer.
    Flows_files contains all the files you downloaded a developer could download and use.

    From you create them a workspace to develop your applications in. You then associate this workspace with one or more schemas on this instance. (It can create the schema or you can use an existing one) It's your user data
    Here's the info on the who is a workspace:
    Workspace: (from page 26 user's Guide documentation) http://download.oracle.com/docs/cd/E14373_01/appdev.32/e11838.pdf
    Oracle Application Express allows a single database of very many users host.
    Users work in a dedicated workspace called a workspace. A workspace is a virtual
    private database that allows several users to work in the same Oracle
    Installation of the application Express while keeping their objects, data, and applications
    private. This flexible architecture allows a single database instance handle
    thousands of applications.

    My suggest would be like what others have said:
    (1) install apex on each instance that you want to use
    (2) develop your applications on a single instance and then export/import the app to other instances just as you would with any other software development system.

    (3) in the HTTP server as HTTP requests to the db channels, you can edit the file dads.conf to your applications and use something like:

    Within each of them, you point to db by a connection string.
    By doing this method here would use you that AN http server to accommodate the many different environments in a number of instances, maybe it's what you tried to get your message across, maybe not.

    Hope this helps,
    Justin

  • application of Web service instance

    I am building a web services LV2009 (main.exe + web services) application.  The web service VI leaves globals with the main.exe.  I think that web services are run under a separate application instance, so use globals will not work directly.  My idea was to wrap the consolidated appeals on the side of web service inside calls to the VI server to main.exe.

    Here's what I thought:

    So, to make this work correctly, I opened an application reference (default port 3363) and reference of VI (VI is in memory in the main.exe).  I have read the value of the global fight against, close the references and convert the value of the control in the correct data type.

    Everything I read, I should be able to do all of this within the development environment LabVIEW with the service deployed on the local computer. My LV has the web server and the server of VI (port 3363) enabled.

    I have built and deployed the VI service after you turn off the first VI server within the service project (I'm not really sure that it is really important).

    I run my main.exe (.vi) and you try to call the service, but I get error 1004 (reference open VI - VI not in memory).

    I guess my problem seems to be around the "Open Application"... How can I open an application of a web services VI reference?

    TIA,

    James

    Even if it is on the local computer, you must supply the computer name or IP address ('localhost' should work).  Otherwise, you will just a connection to the instance of the local application (see Help), which, of course, does not help you communicate through instances.

  • An application using LabVIEW as a program by default to open files

    Google returned nothing useful on it.  I want to use a LabVIEW application built to open files of data from the Windows desktop. It is easy to modify the Windows registry to set the application as default - but I do not know how to define the event in LabVIEW to open the file.  A bibliography?

    See this - http://labviewwiki.org/Associate_your_own_file_type_with_Windows_Explorer

    I think remember me that people used to say that it has stopped working and that there is a work around, you may need to do some research more on this event.

  • Shortcuts to applications on SD card disappear on reboot

    Hi team Motorola,

    Met another bug while playing with my MOTORCYCLE G (2nd generation). Had moved a few apps on SD card to release an internal memory.

    After a reboot noticed this shortcut (s) of all apps moved to card SD disappeared from my home screen.

    Is this a bug or is it supposed to be this way? Every time a power-on/reboot happens, I have to recreate the application shortcuts.

    Please notify.

    Best,

    Gerard


  • The trio of Labview, card PT and Basler A - 610 camera F gray

    Hi all

    I'm doing a project on the merger of the camera with a PH d teacher. As I am the research assistant I can make all preliminary ups. in any case its very annoying that I'm stuck on the first step. Which is simply the video detection from one camera on LabVIEW. The equipment I use is an A-610f "basler" firewire camera, a gray PT 1394b PCI Express Card (http://www.ptgrey.com/products/firepro/index.asp).

    The basler connects with gray map of PT via a firewire cable. Now that the card is not an OR product it is not shown in the MAX I just need to get the video of LabVIEW, but I don't know where I have to access the camera from.

    I'm using LabVIEW 8.2.1 and I Vision Assistant and Toolkit Vision and Motion installed on my machine. In addition I just download demo version of the Vision Development module as well. Again for the clarification that I just need to acquire video from my camera.

    Finally ive it resolved myself!... .. The main problem was with the son of the late himself! .. I was amazed when gray pt was charging me $75 for a firewire cable because it was available in my country of origin for Rs 250 to the free market. I bought one and then started five days of immense struggle and re struggle. Finally, I thought that ive tried all means why not give it a last try and buy the original cable. I borrowed it from a firm surface and 'khatttaaaaaaak'... it works! Although I had to install the SDK of basler to view the video stream. Once the entrance to the camera was visible on the SDK. It was smooth then leave. IMAQ Max was able to detect the camera. The right software was all that remained to be installed. Once the right software has been installed using MAX. It was all great. The power of the camera was visible on max as well. I opened the Vision Assistant and he began to take the camera feed as well.

    I decided to transfer to another device in the PCI card and hooked to another quality firewire cable. The repeatition of above process ensures that the camera is fed was visible on SDK, MAX and Vision Assistant. Although permitted high-speed bandwidth continues to be a problem. Another problem which forced me to bite the nail outlet there is over and done.

    Moral of the story: use the original substance

  • Stand-alone application with LabView 7.0 get error cannot find DAQmx clear task.vi

    I tried to create a stand alone vi with the Build Application or shared Library (dll) in LabVeiw 7.0

    When I put it on another PC to test it I get the error "cannot find DAQmx clear task.vi.

    the other PC also has 7.0 and 8.1 DAQmx Labview.

    I think my problem is in the source tab, where you are supposed to add dynamic vi and support, I have search the forums and database of nor and have not found a solution.

    Hi LabTech09,

    When you run the executable file on the other computer, that's when you get this error?  You have the same exact versions of DAQmx and LabVIEW on both computers?  Is the dialog box allow you to navigate to the clear task.vi DAQmx?  If so, you can find these screws in C:\Program NIUninstaller Instruments\LabVIEW 7.0\vi.lib\DAQmx\configure\task.llb.  The executable runs on the development computer (the machine, it was compiled on)?

  • Can I build an application with Labview 2009 for Windows 7?

    Hello

    I use Labview 2009 SP1 and the application builder 2009 SP1. If I install the app on win7 this message:

    Engine run LabVIEW depends on failure to upgrade (...) version 9.0.301, language {} code that is not in the distribution.

    Is it a problem with Windows 7, having two records of installation of 32 bit (C:\Program Files (x 86)) and 64 bit (C:\Program Files)?

    I had an application built on a XP machine and installed on a Windows 7 computer that was looking for the files in C:\Program Files when they were actually installed in C:\Program Files (x 86) - because it was 32-bit application.  After the installation I had to move the files to 1 place to another to make it work.

  • Application in Labview 2010 Builder

    I can build an exe, but he let me only add high level llb labview vi, some of the sub - vi are added because it will be held the 2nd level vi and then it gives me an error when I try to run the 3rd level vi. The problem is that I do not see the Subvi to add them in the library!

    OK, thanks, but I inherrited files and massive software upgrade to the version it was written in! A law degree used to be the only way to create applications!

    I phoned tech support who have solved my problem. :-)

    I created a new project, * led * the llb in 'my computer' in the project and then added the file than the generation of the exe and the support files "always included; If you keep the file names / short files, it works!

    I hope that this stops someone else pulling the hair!

  • Run an application of LabVIEW 8.6 in win 7 (using the cDAQ-9172, 9219, 9422)

    Hello.

    I did a LabVIEW application for a few years. At that time, I used windows XP and labview 8.6. The material used is the cDAQ-9172, with NEITHER-9219 (reading of four strain gage sensors) and a NOR-9422 (using only a single input frequency).

    First of all, can I install my old version of labview 8.6 in my 64-bit computer to windows 7? I got an error message when I tried...

    Second, how much should I install? My old computer was slower after you install labview with its pilots. Perhaps I installed too much? Do I have to install 1, 5 GB DAQmx drivers?

    If I need a new version of labview for win 7, how much is an update?

    Thank you!

    Hello

    First version of LabVIEW which is supported on Windows 7 is LabVIEW 2009 SP1.

    Regarding the drivers, if you want to develop or run VI:s in LabVIEW with the DAQmx API, then you must install the full DAQmx driver.

    If you only meet built executable in the LabVIEW environment to run, then you just DAQmx Base Runtime.

    If you also want to be able to configure the data acquisition equipment (to the MAX) in a runtime environment, you should also Configuration DAQmx execution.

    For upgrades of licenses if please contact the local office of National Instruments or follow this link:

    http://ohm.NI.com/advisors/UA/pages/UA/intro.XHTML

    Best regards

    Klas Andersson

    OR Sweden

Maybe you are looking for

  • iPhone 5s does not illuminate

    my iPhone 5s did pay almost 3 days in a row and has not lit, what should I do?

  • Keyboard shortcut 'Command r' has been hijacked

    Command + r is used for many things, but now, whenever I enter this command in any application it just opens the Contacts application.  I have no idea what caused this problem or how to stop it. I looked under system preferences keyboard shortcuts ta

  • I can't pin the newtab page Web sites

    My new tab page nine boxes described, but no pin icon in the corner. When I try to drag a website to pin it on the page, the page has opened, instead of having pinned to the page tab.

  • HP Pavilion dv7-6c63nr: PAvilion dv7 motherboard replacement

    Hello I've had my HP Pavilion stored long. A few days ago I tried to turn it on: when I plugged in the charger and the Power button, it turned on for a second but a spark came out of the base of the laptop and recognized this classic a smell of burni

  • Using include data for a sequence

    All- I do not know my terminology is bad here so let me explain what I want to do. I would like to follow a com port and when the data flow happens things like analyze, draw, send to the indicators and write the data to a file. I built a series of ca