virtual global variables of RT

Hello, I created a vi programatically choose global browse virtual channels of the RT using the object Variable. I upgraded to LV2010 and it works in the computer development, but when I build the installer and install it on another computer, the browser does not display my RT this used to work in LV2009 so I think I'm missing a few Installer. I looked those available in the properties of the installer and I chose what I thought would apply. I am attaching the picture of the browser with RT poster 192.168.0.20 and the software OR installed on the test computer. A that someone has experienced this problem? I'll appreciate any help. Thank you

LabVIEW 8.2.1 Time Run
LabVIEW Run Time 8.5.1
LabVIEW Run Time 2009 SP1
LabVIEW Run Time 2010
Measurement and Automation Explorer 4.7f4
Measurement Studio for VS2005
OR PXI Plataform Services 2.5.6
System or Configuration 1.1.0f3
ADE of NOR-DAQmx 9.1.5 support
NOR-DAQmx Device Driver 9.1.5f1
NOR-DAQmx 9.1.5 MAX configuration
NOR-PAL 2.5.4
NI-VISA 5.0
NI-Visa run-time 5.0

Found the problem, I used msiblast to find other installers of NOR and erased any National Instrument flying over the files and folders to uninstall in the test computer by using the search and it works now.

Tags: NI Software

Similar Questions

  • Why global variables have a .vi extension?

    Hello

    By cleaning up a code the other day, it occurred to me that, although Global Variables and Virtual Instruments are separate entities with distinct roles in the LabVIEW environment, they share the same file extension .vi. It seems much more logical to attribute a single extension as we already controls, menus, classes, etc.

    Can someone explain why he made this way?

    Thank you!

    It's just historic (they have been around since LabVIEW 3). Global is a VI file type, it's just that the editor of LabVIEW you can't see his chart. If we had it to do again, I think that we would not only have implemented their differently (i.e., anything other than a façade of VI to set global data), but we probably would have given them as a single file type.

  • Using global variables in a device custom

    Hello world

    I have problems with the passing of data through my device customized using global variables. I want to allow a user to select a RIO device address when you set up the system definition file. This is recorded in a global variable using the hand Page VI. I would later use this RIO device address in RT driver to deploy a bitfile. I can hard-code, but it is much more convenient to use a global.

    When I try to store the address of the global variable, it updates the value temporarily (I confirmed that the structure of the event recognizes the change of value). When I click the node of the tree to define system linked to the Main Page VI and then click on it again, the hand Page VI runs again. I wrote the code to repopulate the address of device of RIO with the last value stored in the global variable, but it is empty. I've included the VI global variables in my build, so I can't imagine why it can reset this value.

    Any help would be appreciated!

    Thank you

    Mitch

    Have you tried to use the custom device properties to store this value instead of GVs?

    Configuration VI, you can set this property, and if I'm not mistaken, you can read these properties on the RT driver.

  • DLL and global variables

    OK, here's a strange problem.  I am very new to create the dll, so I don't know that I have just an installation problem.

    But I'm trying to pass a global variable of a host program to its attached DLL.  I got this job when I was the CVI 2014. I recently upgraded to 2015 and then started getting "undefined symbols" errors.  With some struggle I managed to compile again, but broke the variable connection in the process.

    I have compiled my DLL in debug mode so that I walk in from the test project.  Right now, my global variable exists in the test project, as well as in the DLL.

    Can I export the variable and the use of DLLIMPORT/DLLEXPORT?  Confused and curiously not to find anyone quite like this on the forums.

    EDIT: this post stack overflow described pretty well from my experience.  I am linking statically.

    Well, what do you know?  I found my problem.  This draft article and example WERE vital to the solution.  This article called, "using the Export method qualifier"was also useful.  I'll cut to the Chase...

    If you use a qualifier of export on the definition and the import on the declaration, LabWindows/CVI identifier export symbol.

    This is the right key.

    So in my example, it should look like this:

    DLL fichier.c

    int DLLEXPORT varName = 0;

    Header.h DLL

    int DLLIMPORT varName;

    Project that uses DLL.c

    #include "header.h DLL.

    varName! = 1 ;  a method to change this variable for local use

    Pretty easy, huh?  But wow, it took some time to find.

  • How to extract file with LabVIEW Teststand global variables

    Hello

    My goal here is to extract all the contents of the global variables for file (names and the value of any types) in a sequence of my LabVIEW UI file.

    For now, I can only open a file of sequence of LabVIEW and get the number and the names of the variables (cf. vi) attached.

    But if my variable is a container, I would like to know all the contents of this container (and so on) and I don't know how to do it.

    In addition, I have to extract the value of variables that I don't know the type in advance...

    Can you help me?

    Thank you.

    Well I finally used the method "GetNthSubProperty" to work on each variable and I use the property 'Type' to know if it's a number, string, boolean, or a container. If it is a container, I repeat the process at a lower level... (see attached vi)

  • Global variables for circular buffer

    Hallo!

    I have another question:

    I need to have a variable circular buffer size. So I want set size circular buffer by a global varable.

    Is this possible? I tried to use the global variable like {VAR_01} to insert in the field that you want to the memory size circular buffer, but dasylab puts only a zero in the field.

    Thank you and have a nice day.

    Hilby

    Unfortunately, it is not possible to have a variable size buffer. Right-click in the textfield corresponding: the shortcut menu does not show an entry to select the global variable from a list.

  • Addition of new global variables

    I change code that uses one or more global variables in a global folder of vi. I would like to add a few variables more and potentially change what exists and ask them to be in the same globals vi. I can easily add a variable of the same type by copying and pasting a variable of the same type on the Panel before the globals vi, but I can't add variables of different types.

    This post comes closest: http://forums.ni.com/t5/LabVIEW/how-to-associate-existing-global-variables/m-p/1079535/highlight/tru... but I did not understand this line:

    • Add FP (there may be several elements in a global variable VI)

    I read some of the warnings against the use of global variables as it can cause race conditions / lead to General illegibility. I'm curious what is recommended if global variables are used as the constants that are defined at the beginning of the program. In general, my LabVIEW code gets pretty unreadable if I have a lot of threads for all of these constants. Is there something better?

    Thank you!

    Kristen

    Hello kllurie,

    The scenario you mentioned (using globals to replace duplicate constants) is probably the best use cases for them - conditions of race etc. problems arise when they are used to the stream or in several scenarios of the writer.  Readability is perhaps a matter of concern, because it is not immediately clear what could be reading from or writing to a global when a thread would suffice.

    With regard to the modification of the globals vi, all you need to do is drop objects on the front of the range of controls (right click).

    Kind regards

  • Functional Global Variables: an indicator can be used instead of a shift register?

    It is a simple question, but I can't find an answer to it. The model agreed to a functional Global Variable is to use an uninitialized as in this example shift register:

    ('Référence IN' and ' Reference to "is actually a pile of references.) There is also a "Se Refnum" case, which comes the straight through the tunnels shift register.

    My question is, why can't we do store the indicator data? It is much simpler to use a shift register (IMHO a non obvious way to store global data!):

    The case "Se Refnum" does absolutely nothing. Other functions such as erasure of data can be implemented just as easily. The advantage of the FGV to help avoid race conditions is maintained because you always use the VI to access the data.

    JonP says:


    Not so much, the Inidicator can happily live outside the case structure, together and Clear would be just assign different values.

    If you have only a case structure, the indicator could not live outside of it.  In order to maintain the indicator data, your design requires that it is not written in for a case of Get.  If you have an exterior structure deal that decides on 'Get' or 'set or clear' and (in the case of "Set or clear") contains the terminal of the indicator and a classiquee case that decides on 'Set' or 'clear '.  However, I would consider this a design below using the standard template of the FGV.

    The difficulty with retrieving the value if you want to do a read operation / writing change. But LV provides many ways to retrieve data from an indicator (one you don't mention is the 'Value' property), do you mean that's all "incorrect"?

    Yes (I mean that they are all incorrect).

    You could hack your way around the design to work with a single structure of matter and the terminal of the indicator being outside using a method to read the value of the indicator and through a tunnel to the structure of the case through wiring for the tunnel of writing indicator in the case of 'Get '.  However, who will require a local Variable or value of property node.  As I said, these (I only mentioned the local Variable originally) are not good choices for performance and scalability.  If you are not aware of the functional differences between the terminals, local Variables and nodes of property value, refer to this article (obviously advantages/disadvantages such as redraw objects on the front panel are not relevant here).

    I guess you could say that indicators should only be written, but it is difficult to be pure!

    No, it's not, just use the classic design of the FGV!

  • Functional global variables with polymorphic VI

    Hello

    I am keen to build a functional global variable in a polymorphic VI. So, for example in a functional global variable, we have case structure. I want to build separate VI for the structure of the case and make a polymorphic VI.

    Is it possible that I could use a polymorphic VI rather than business structures?

    Thank you!

    You could create a polymorphic VI that serves as a wrapper for the FGV.  The idea is that each instance of the polymorphic VI called FGV with selected appropriate case-sensitive.  Then your API is the polymorphic VI instead of FGV.

  • How to create a Global Variable through the Project Explorer

    Hello world!

    I know how to create a global variable (in a vi through the range of functions...).

    but I'm missing a way to create one via the Project Explorer.

    It's a missing feature or just this documentation (and the intuition of myself) are missing?

    It would be very convenient.

    THX for your time and hope that answers.

    jwscs

    Right click on my computer > new > new... > select Global Variable.

    EDIT: although I agree with Gerd (he probably wondering why you need so we can recommend a better way ), I rarely use them in easy to write once - read many applications such as security levels overall program at initialization (VER) to read later, but NOT modified.  I know it would be better to make a good class, functional Global Variable (FGV) or a motor Action (AE) but globals ARE practical and safe IF used wisely.

  • Slider - setting through global variables

    Dear friends. Is it possible to change the "maximum value" on the module cursor externally, using the global variable?

    I am programming the communication with the shoot-syringe TSA and I need to change the range of rates according to the diameter used the syringe. I can make six different sliders for each diameter, but it is too inconvenient. Do you have someone has an idea? I tried to set the variable to the maximum value in the field of slider module, but only a certain number was possible.

    What DASYLab version do you use?

    My cursor with DASYLab 12 module allows a Global Variable for the Min and Max, and she changes her running.

    A way to tell whether a Global Variable is supported... right click in the parameter field.

  • Using a Global Variable for the input recorder DisplayRange

    I'm assuming; Since I can't do it; that you cannot change the display range of a graphic recorder by using a variable.  If there is a way I'd love to know how.

    Thank you!

    Determine if you can use a global variable is to click right in the parameter field. If the global variable is available in the context menu, then you can use a variable y.

    You can use a variable of the y-axis from the settings.

    You cannot use a variable for the display range of the x-axis parameter. This is because DASYLab needs to know the amount of memory to be allocated at the beginning of the measure.

  • Dynamic read the global variable (cluster)

    Hello!

    I would like to lika to read each control (label and value) in my global variable that contains a cluster. The problem is that I am doing it on a cDAQ and insofar as I undestand and has seen property th node do not have good worl on a real-time target. The code that I've tested so far is as follows:

    It's the main/fornpanel on my cDAQ. The Subvi in the main code contains the following:

    The phenonomen I've seen against hepatitis a is that it works very well maybe the first and second time when I run cod drank for the third time that the labels are empty. I read something that the dose of propertynode does not correctly for real-time target, but it is a way to come to the same solution using only not not the propertynode or you could use the different propertynode?

    Best regards

    Anton

    I solved it by using a library (Cluster Toolkit of Autotestware) to the GE in variant tables and depending on the type, I converted the variant accordingly and saved.  I guess that CVT would be able to do, but since I already use the cluster and they are "already here" it was more convinient for me to use this solution.

  • Virtual global channels on 9234

    Hello

    What are default AC/DC coupling and IEPE creating a virtual Global (voltage) channel related to a (OR-9234) DSA?  These options are disabled for the virtual channel voltage type.

    I can't test it myself as I'm waiting for the hardware.

    Kind regards

    Patrick

    Hi Patrick,

    Coupling of default setting is DC, while it is disabled by default, IEPE.

  • How to get the value of the global variable to test in the user interface of labview?

    Hello.

    Can someone please share examples and tell me how access the global variable to test using the interface labview user.

    I found some references and obtained from the method.

    I sent the link below

    https://decibel.NI.com/content/docs/doc-5501

Maybe you are looking for

  • Flash Feeze clears the tabs... thoughts?

    I've had the occasional episode in which, after getting a message 'Shockwave Flash fell down' my FireFox is frozen. Manager Aftet of tasks to close the program is unresponsive and the reopening of FF, what happens is a completely white blank page, no

  • NewMacbook: Bootcamp Windows 8.1 Crash

    I am currently using the new Macbook early 2015, Core M 1.1 GHz, 8 GB, 256 GB. I use OS X 10.11.3 for study and work, and I also install Windows via Bootcamp 8.1 for the games. (just a small game, but the performance of NewMB doesn't allow to view wi

  • Send/receive electronic mail Windows button

    Where my send/receive button in windows email? I create, attach and everything, but can not send because there is no send button. What should I do?

  • Latitude E7270 with SSD NVMe clocked at 2 x.

    Hi all I have a Dell Latitude E7270 and updated the inside to a Samsung 950 Pro NVMe drive SSD. I installed Windows 10 on it and the performance is good, but I noticed something strange about that. When I run the software Samsung magician, he is dete

  • HP deskjet F380 does not properly

    Printer worked fine yesterday and then orange flashing is switched on and E.  I did troubleshooting, nothing, also changed ink cartridges - still the same error.  Can anyone help?