LabVIEW OPC error

Hello

I am trying to bind a Boolean buttons on Panel before Labview for items on an OPC server. (I'm under LabVIEW Professional Develompent system version 9.0)

I'm hoping to use Labview as a client for a SCADA application for a client.

I can go to and see all my OPC tags when using Datasocket as the method of data binding.

When I run the VI, I see a red light next to the buttons on the front panel, giving the following error message: "error: cannot add the item to the OPC group.»

I tried several other test of the OPC clients to test whether the problem is with the server or the client. I was able to add (and write) at the points of each test client I've tried outside of Labview.

However, I noticed that I had to set a path for the OPC items, when you use a Client of Quick Kepware OPC, otherwise, they would not add. I guess I might have to do the same thing in LabVIEW, but I can't figure out how to do this.

Can you please indicate.

Thank you.

Thanks for the info. I had actually heard than before. I know that the server has worked with OPC clients that supported only the OPC 2.0 because I have tested, so I assume it would work with Labview.

However, after a more thorough investigation of this problem I have since discovered that there is a known bug with the version of the server OPC I use and Labview. I guess that explains all the problems I had.

Thanks for all the answers.

Tags: NI Software

Similar Questions

  • LabVIEW: Unspecified error (Hex 0x80004005). = OR System Configuration: various failure (Hex 0x80004005).

    Hello:

    I get this error when you try to run the main.vi

    I am able to run the program from my computer at work fine. I then copied the files on another computer in our laboratory. Click on the arrow of the execution and the deployment progress window appears. Deployment status reads as follows:

    Initializing...

    Calculating dependencies...

    LabVIEW: Unspecified error (Hex 0x80004005).

    ========================

    System OR Configuration: Various operating default (Hex 0x80004005).

    I've been to the measurement and Automation Explorer and installed / reinstalled the system software to remotely on computers and that they are corresponding versions.

    Any help would be greatly appreciated.

    With the help of technical support NOR, I think we have found a solution. We uninstalled Labview from the computer. We have then reinstalled in the following order. 1 install the labview development environment in 2015. 2. install the real time module. 3. install the FPGA. 4 drivers CompactRIO. We installed these one at a time to make sure they were installed in the correct order, and it seems to have solved our problems. Thank you.

  • OPC error msg 80070005

    Hello

    I use a Dell PowerEdge 860 machine with windows WHAT XP Service Pack 1 installed. We use the funnel of Matrikon OPC to communicate with other servers.

    While trying to establish communication, the following error message appears:

    "opc error msg has no server init failed: hr = 80070005.

    Please suggest how to overcome this problem.

    Hello

    You can find the Server forums on TechNet support, please create a new post at the following link:

    http://social.technet.Microsoft.com/forums/en/category/WindowsServer/

  • LabVIEW: Null error window in an application?

    Hello

    I just built an app from a vi and I encounter an error:

    LabVIEW: Null window.

    The first level VI 'name1.vi '.

    was arrested in stranger on the block diagram of the 'name2.vi '.

    The application runs smoothly until the user selects a few keyboard shortcuts to open a simple Subvi briefly while running to check on a file path.  This key combination works perfectly when the normal vi works and the Subvi displays information, then closes and continues execution of vi.  Why it wouldn't work when it was built as an application?

    Thanks for any help you can provide!

    Solved my problem - should have dug a little deeper before posting - sorry!

    http://digital.NI.com/public.nsf/allkb/D95BDEB7A7E211AE86256EDA005517F4?OpenDocument

  • function MATLAB on LabVIEW runtime error (works on MATLAB)

    Hello

    I want to run a game (that I wrote) in LabVIEW that all is programmed using MATLAB. It runs on MATLAB, but I have no idea why it does not work under LabVIEW. Please take a look at the spare part to see the error, the VI and the game.

    Note: I tried to run the other more simple ".m" functions which call also outside functions in the same folder using the same VI and they work isn't the MathScript node. Also, I already changed the search for the MathScript node paths, so the root of the problem isn't here either.

    Thank you!!

    In 2014 LV, I can, without any error, call the function Missile_Commander.m of the MATLAB script using the command 'run '.

  • LabVIEW 2012 error 7 creating executable

    I try to create an executable file to run on a machine without LabVIEW installed on it.  I'm working through the steps of creating the project and to define the source of VI and build specifications.  When I say to build it makes almost all the way through the process but then 7 error when trying to save the source VI.

    I made an executable from this file before without any problem but after changing the code that I have to make a new.  Is it possible that a change in the pattern-block prevents me from being able to create the executable?

    Thanks in advance.

    Problem has been resolved.

  • Error launching of the ' LabVIEW.Application [error Code:-18001]

    Hello
    I have a TS 3.4 mind sequence LabView 8.21 - Teststeps.
    The sequence is called from a Labview-OperatorInterface.
    In a step that run 100 times before without problem I receive all of a sudden the error message:

    ErrorMessage: Error running substep 'run '. Unable to launch the "LabVIEW.Application" ActiveX automation server [error Code:-18001]

    After a restart of the software al NOR-everything works normally again.
    What is this error, and what should I do with it?
    Should I ignore the error and try to execute the step again or not this average tht the ActiveX server has been lost forever?
    How can this problem occur?

    Thanks for your help


  • How to bed a HWS file that contains 2 tracks, in labview? (error-21508)

    Dear experts,

    I have been using an acquisition card PXI-5105 to save the data of 2 channels at the same time (from different sensors).

    So far I've read Matlab files, taking into account, the name of the group, the name of the track and the coefficients of each channel. I was able to post-process the data in Matlab. I have attached an example of the kind of files that I'm handling if it can help, inside a zip.

    Now, I want to implement this post-processing (FFT, etc.) in Labview. I tried to use examples such as "hws_low_level_read.vi" or even the load HI-HWS Express utility to check the file, but it seems difficult to read because of the 2 channels recorded within the same file.

    The 21508 error appears in the 'Get Wfm reference.vi niHWS'. Making reference to:

    21508 error occurred at niHWS get Wfm Reference.vi

    Possible reasons: NIHWS: there is no group in the file that corresponds to the provided group

    And it seems strange to me, because I use the same group name (wfm_group0) and trace (vector0) I used in Matlab.

    All that I'm missing? No clue on how to read somehow?

    Thank you very much in advance for your help

    Best regards

    Inigoa

    Hi all

    I've been faced with that problem today and I just wanted to post here how I finally found a way to read the data.

    It's so easy that I'm a little ashamed, but I think that it is worth to answer in case someone would need.

    The "Get wfm reference niHWS' request for a group name and a name of the waveform. I used the "niHWS name Get Group' and 'Get wfm name niHWS '. Both have outputs direct (strings) with information that includes "niHWS Get wfm reference". You can link directly.

    But in fact, in reading the data that I found the name of the Group didn't need to be met, and the waveform name is '0' or '1' in EAC you have 2 channels.

    So, you see, it was very easy for my HWS file: put a control, and then select '0' or '1' for the name of a waveform. The more simple the better, jejeje.

    I hope it helps. And sorry for the opening question I now address myself. Yesterday, I was completely lost.

    Best regards

    Inigoa

  • 0xC0000025 (labview 2014) error code

    Hi all

    My labview program communicates with a function (33521 Agilent (A) generator and a frequency counter (53230 Agilent (A) using the drivers of standard devices available on the Web site of NOR. I've recently updated for the 2012 version and my labview program is constantly crashing. I get the same error every time, but the failure is random. Also, if I run the code for the function generator separately it completes the number of iterations required. But crashes if the two instruments are used simultaneously. I've attached screenshots of the Panel front/scheme as well as the VI.

    I will be grateful if someone can help me.

    Hamza

    Driver specific issues are difficult to get answers to: but here are a few things to try.

    [before you start: I do not have these drivers installed, these are just things I noticed that stung the block diagram]

    You want to close the duding generator run each for loop? On the next arch, the ref at this address has been destroyed.

    You use the pilot mannaged error, do you want the system to handle errors of the previous loops?

    It is a how pictrure I modeled

    Don't forget you can add a terminal contitional to a loop (the right click border) for for at the end of the loop early the boolean or (more usefully) error.

  • Generation of C++ with LabVIEW DLL error

    Hi, I am a student at the UC Irvine, learn how to use LabVIEW.  I'm working on a practice project for which I use a PID system to control the temperature of an object.  Things are starting to be a little awkward with the control statements nested, loops, etc., so I thought I have exported a LabVIEW DLL with all the difficult to encode things like interfacing with my instruments and tracing of data or something else and do the calculation and follow-up of the commands in C++.

    The DLL file I made in LabVIEW exploded without a hitch, as far as I can tell, but when it a link to my C++ test program (which at this point is just including the .h file of the LabVIEW for the DLL and an empty main() function), I get a lot of build errors.  I'm using Dev - C++ that uses g ++ to compile the code.

    Here is a picture of my build errors:

    Normal windows applications are not so forgiving on where you can put your DLL under LabVIEW. You must have a DLL or in the Active Directory where the executable file itself (this is your build directory, not the source directory), windows or directory system or any what directory defined in the PATH environment variable. Anythin else probably won't work, or at least not reliably.

    No need to add the cintools directory to your include paths or paths of the library file. You must only that if you decided to leave native LabVIEW DLL export data types, in which case you would need Manager of LabVIEW to prepare the correct data buffers.

    Rolf Kalbermatter

  • Communication of Labview (OPC client) to the citect (OPC Server)

    Dear members,

    I want to access the data (from the Labview 8.6) which is on a PC of citect.  As I am not aware of citect, can someone explain me how to do this, if you had experience?

    Using the mechanism of data taking, I think we can run, but what kind of arrangements are to be made on the side of citect. Is it likely that an OPC server to perform citect side, so Labview can act as an OPC client? How can I implement this? I went through examples OR Client.vi, Browse to Item.vi OPC OPC Demo.

    Someone with a 'Labview' experience - Citect here?

    some ideas please.

    Thanking you.


  • A NOR-RFSG and NOR-DAA on Labview test error

    Hey guys,.

    I'm trying to run a VI, but by testing vi which compose it, I got an error on close vi NOR-DAMA and the narrow vi NOR RFSG (as shown on the picture). Do you have a solution for me please please?

    Thank you

    Thanks guys,.

    I use 2 MIMO blocks, 1 vote against and 4 NOR 5663E (3 slaves and 1 master) and other with 4 NOR 5673E (3 slaves and Master 1 also). I found the solution, this morning, the problem was due to an obsolete vi, I just take a version of Labview 2012 some vi (such as initialization of niRFSA and a few others) and the problem was solved!

    Thank you for helping

  • LabVIEW support error code 10?

    I had a few screws and the libraries of a disappeared society which is no longer in business where it was written in LabVIEW 5.0.1. My company is running LabVIEW 8.6. I get an error message "error loading 'config.vi' VI. "LabVIEW support 10 error code: VI version 5.0.1 is too old to convert the last version of LabVIEW (8.6).

    These screws and the libraries of VI (he'S) are the sources. I tried to look at the knowledge base "upgrade from LabVIEW VIs Versions prior to 6.0 to Versions of LabVIEW 8 . 5 and later"but I'm getting hit with error message «you are not allowed to consult this document»

    Why is this? Why the secret? I mean, if NEITHER wants to sell a conversion tool, so why not say that a conversion tool should be bought to convert the pervious versions to 8.6?

    It's the missing copy of the web page Google

    http://64.233.183.132/search?q=cache:8j8Kx-6G830J:digital.ni.com/public.nsf/allkb/68B5A0D1747CE4BC86.... The link for the conversion of screw can be useful

  • LabVIEW FPGA error - Urgent please

    Hello

    I had this problem for a while and it drives me crazy. When I try to program my 3rd Spartan fpga Board, I get a message, it compiles successfully. Then, I get an error indicating that

    "Labview called another component of software and that componen returned ther following error:

    Error code = - 2147483648

    2147473648 error occurred at nilvcseInitChain.vi

    This error is not defined. No one has provided a description for this code or you could have wired a number which is not an admission of error code error code. »

    Help, please!

    1. what version of LV run you, 8.5 or 8.6?  What operating system do you use?  XP, Vista (32/64-bit?)

    2. go to the Device Manager (click right tab of my computer/hardware).  You see a category called "Programming wires" and the Xilinx Board is listed under it?

    Reid

  • LabVIEW with error FPGA cRIO

    When you try to run a VI that if interface with cRIO I get code error-63191. My cRIO is connected to my computer via an Ethernet cable, the cRIO and mobile LAN are the same IP address. The Project Explorer and MAX are able to detect the cRIO. Project Explorer is able to connect and to deploy.

    I tried to change the IP address in the 168.192.0.11 to 168.192.0.10 Project Explorer as the cRIO-9004 element is connected to the title of the first IP address, Project Manager (which seems to serve as an interface with the cRIO-9103 component) may be intellectual property conflicts. I end up getting a different-63040 error code.

    The first error screenshots are attacted and MAX and connection project manager

    Hello WheelchairDev,

    On this screenshot you just sent to the course, it seems that you do not have your project set up properly. You should have your project-> cRIO target-> cRio-> target FPGA chassis.

    If you want to see an example of this, of the LabVIEW startup window, select the FPGA project in the drop-down menu of targets to create a sample project.

    Once you change the layout, let me know if you have any other questions.

Maybe you are looking for

  • INSTALL ANY APPLICATION OF MAIL CONTACTS NOW AT EL CAPITAN

    cannot send mail... no contact about what happened? Where are my contacts? can not even add a contact?

  • Indicators of compensation each running program

    I know there are a lot of suggestions offered on this forum about how clear the flags whenever a program runs. I tried everything I found on this forum site. I really need help here. I thought go on Preferences VI, then running, then clear indicators

  • Compaq CQ58:, password BIOS Compaq CQ58

    I forgot the password to my HP Compaq CQ58 BIOS. When I type 3times enter the 64628836 code appears. How can I reset this password?

  • Auto update deleted all my files!

    Last night my laptop running Windows 7 Home Premium Edition 64 bit on a Dell Inspirion laptop performed an automatic update. After the reboot, all my personal files, including two 15 page paper that I worked for my diploma have been removed.All my ph

  • dv3-2222tx without the audio via hdmi

    I have a HP Dv3-2222tx, and when I conn. Cable HDMI to TV, him dosent sound work, I have chosen in my Audio out HDMI, as well as in the IDT Audio control, I can see on the indicator that it is strong, but can not hear it. I tested already and also ca