Toolbox LabVIEW & testo

Hello

I have a gas Analyzer 350 - S TESTO I want to connect to a PC with Labview. I downloaded the testo Toolbox witch was very helpful and even comes with the perfect example for me to test communication with device of I mentioned.

The gas Analyzer is connected to the PC via a serial cable.

The problem is that when I run the example VI, I get this error is very common and General for what I gathered here in the forums.

I get the message "'class not registered in serial init.vi testo", with code-2147221164 and obviously I don't get any of the 350-S. "

What I read here, it's somehow related to excel? or active x controls from excel?

I'm not a programmer and I've never worked with active controls before x, so I have no idea how to solve this problem.

Can someone help me, please?

Thanks in advance,

Antonio.

PS: I can post here everything you need to reproduce the error, if you want... I get the same error in a machine that is not connected to the gas Analyzer.


Tags: NI Hardware

Similar Questions

  • Testo 176 - Serial initialization problem

    I'm trying to get the 176P 1 talk with labview Testo 2011.

    I downloaded the TestoToolbox and also got an update for German help with an installer of Toolbox2.exe.

    In any case I can't pass the initialization process with the tcddka.dll of the Testo (V1.2).

    I have a simple question: this device name feed to the Init procedure?

    (1) the name, you can see in devicemanager?  in my case "testo 175-176-2010"--> Exception occurred in tcddka: invalid DeviceName in testo init.vi series

    (2) give but: 'testo175-176-2010'--> me ' Exception occurred in tcddka: the device does not respond in the series init.vi testo ".

    (3) or the general "testo175-177" translates by "Exception occurred in tcddka: the device does not respond in the series init.vi testo".

    Seems that I put the COM port correctly!

    + testo software is able to connect with the device without problem.

    earliers messages on a Testo gas detector, I have seen characters added and changes made to the comsoft.cat file...?

    All suggestions are welcome!

    I managed to get this 'base software comfort' currently running on a computer at home and changed the mode of operation of 'Connect' to the "extent", see below the image

    This cannot be given with the Lee Version 5 software, you have V4 that I found on the Web site, but has received assistance in Germany.

    This solves the problem and now I can acquire the data of the device with the highest vi attached!

  • Remote OPC c ++ dll

    Hello

    I use an OPC Server (with Data Access 3.0) and I'm trying to develop an application Client OPC Labview on Windows Vista.

    I also use a C++ DLL where the activities of the OPC client are made!

    Everything works fine if I use this DLL OPC Client to an Application from the Console Windows C++, so I think that all the DCOM settings and other settings are fine.

    But if I try to connect and read something with Labview remote OPC Server OPC and "call library Node function' then it is not possible to connect the DA-Session with the point DA!

    Can someone help me? Is there a setting in Windows to Labview.exe necessary?

    Local OPC Server work well (also with Labview).

    Thank you

    Hans

    I solved the problem (s)!

    Problems:

    -Labview-> socket Data-> local OPC Server: OK, remote OPC: error

    -Mit .NET or ActiveX OPC Toolbox Labview Client: local OPC Server: OK, remote OPC: error

    Solution:

    Add the line "ole. AuthnLevel = 1 ' in the LabVIEW.ini file.  (C:\Programme\National Instruments\LabVIEW 8.6\LabVIEW.ini)

    Now it works!

    Hans

  • Using a neural network with box Toolbox MATLAB in LabView?

    I would like to know how to train a neural network in Matlab and use it in Labview? I know I should be using the MathScript, but as I do once the network formed in matlab is a dull file?

    Hi GringoButzlaff1,

    Well, it's not all MATLAB code/script that can run in LabVIEW using MathScript.

    If there is a function of IP (intellectual property) in the code, that is, any Toolbox MATLAB functions, you won't be able to execute it using the MathScript.

    In fact, you must call the MATLAB script node in your code. This node calls the script software MATLAB server to run scripts written in MATLAB language syntax and are only available for windows.

    Try encoding using the MATLAB script node and tell me if it worked for you.

    Best regards.

  • LabVIEW created DLL that uses Labview live integrated Toolbox "DFD" (Digital Filter Design)

    We were using a Labview created the DLL file that uses the screws of the DFD Toolbox, but were not able to operate at all. Now, we have replaced the DFD screws with screws that built us, and the DLL file works fine. Is there a reason for this?

    Even if it works, this process is medium long and it's a waste of time because the DFD screws are already being implemented, so we need a quick fix for this, any suggestions.

    When you use the DLL that uses the DFD screws, it always seems to be a failure when loading the DLL file specific screws, anyone know why? Screw looking for Labview is in a way that looks at "DllFileLocation.dll------Labview 2009------vi.lib------...» "

    Thank you

    Walid Farid


  • database Toolbox included in LabView 12?

    I thought I read somewhere but cannot confirm

    LabVIEW 12 comes with the database Toolbox?

    Thanks in advance

    -Kurt

    auerdoan wrote:

    I thought I read somewhere but cannot confirm

    LabVIEW 12 comes with the database Toolbox?

    Thanks in advance

    -Kurt

    The Toolbox of data base is provided with LabVIEW Professional and development Suites. It is an add-on for LabVIEW Basic and LabVIEW edition complete.

    Ben64

  • Help! How can I call the Matlab file with toolbox (matlab 7.1) in labview 8.6?

    Hello

    I developed a file matlab to optimize a system, it's Toolbox. Entries should be in Labview but also the outputs should be included in the labview graph.  The results include arrays. CVI is not installed. My labview is version 8.6. MATLAB is version 7.1.

    (1) is the version of labview and matlab questions in this problem?

    (2) what is the best solution? Matlab script? DLL? Active X?

    (3) if I could use matlab script, I define the type of each variables in labview, including those of the code?

    Thank you!

    Jessie

    Step 1: Learn patience. This forum provides no immediate technical assistance. It is composed mainly of volunteers, and most of us have full-time jobs.

    (1) is the version of labview and matlab questions in this problem?

    Not really.

    (2) what is the best solution? Matlab script? DLL? Active X?

    Any of these will work. If you want to use the script, then you must use the Matlab Script node. This allows you to enter the Matlab code directly in the node, or you can call scripts that you have on your file system. This method requires that you have MATLAB hand whole on the target computer. If you create a DLL Matlab, then you use the node library function call and call the DLL as any other DLL. This method simply requires that you have the Matlab Runtime on the target computer.  I assume when you say that you're referring to writing your own ActiveX ActiveX component?

    (3) if I could use matlab script, I define the type of each variables in labview, including those of the code?

    I don't know what you mean by defining each variable type. You need to create the entries and exits on the Script node Matlab, so you can pass data between LabVIEW and Matlab environment. The help of LabVIEW contains more information on the use of the Matlab Script node. There are also some examples with LabVIEW.

  • LabVIEW 2013 64 bit does not support the 'toolboxes connection database?

    Hello

    I have download the labview 2013 64 bit & registed with success

    But encount a problem when I try to install "2013DCT"(database connectivity toolkits)

    Don't LV2013 64 bit does not support this toolkit?

    If Yes, where can I find the boxes to tools for 64-bit?

    You can install the version 32 bits in a relavent LV and copy the installation.
    /Y

  • [Database Toolbox] possibility to Load From xml file in Labview and then in the database

    Before you write in my database, I want to save it and reload if the user wants to cancel the new charge that can last several minutes.

    If he cancels the load I get back my previous database data.

    I managed to save my database in XML through the "DB tools SaveRecordSet To File" VI. This VI records directly contains my database table in the xml file. And finally, I only if the other VI to load file will do the same thing, means load the file and save it in my database but it gives just a recordset in labview.

    Question: is it possible just to load the xml file into the database directly through Labview?

    Why, finally, these screws do not have the same behavior?

    I don't know, but I just thought I would chime, that if you fail to do with LabvIEW, you might want to look by making your writing in a 'Transaction' database, if your DBM takes in charge (most except MS Access)

  • LabVIEW Analysis multicore and empty matrices in applications Applications Toolkit

    As well as several other toolkits, "in 2015 the analysis multi-core and Sparse Matrix Toolkit moved to the LabVIEW tools network."

    In previous versions of MASM tool, a runtime engine was necessary to the execution of applications applications used the Toolbox. With the move to network tools it seems not be any support for applications applications.  Builds work very well, but can not run on systems that do not have a LabVIEW development environment and the Toolkit of MASM installed.

    Everyone has tried to build a LabVIEW application in 2015 using analysis of Sparse Matrix Toolkit and LabVIEW Multicore?

    I contacted my local support staff and applied for online support, but until now I'm stuck on the first level of the AE group, and I really need to talk to a developer of the tool of MASM. Is there a developer reading this forum tool? Could someone at OR who reads this please pass it on to a suitable developer?

    Thank you!

    Matt

    Matt,

    We have published the installer of the MASMT runtime on the next page of the LVTN

    http://www.NI.com/gate/GB/GB_EVALTLKTLVMULTICORE/us

    You can click on "Download of FTP" on the section 'Download NOR LabVIEW Multicore analysis and Sparse Matrix Toolkit Run-Time Engine' to get the Runtime setup. We will know if you encounter any problems. Thank you!

  • Garmin Vector pedals USB ANT + in LabVIEW

    Hello

    I would like to read the data of the vector Garmin pedals in LabView. For this, I would use the Ant + Garmin USB Stick.

    I read a lot of similar topics in the Forum. But there was no real solution. Is there someone who works in the same topic or someone who already has a solution?

    I also read on a Toolbox ANT +, but I don't know where I can find.

    Any idea would be appreciated.

    Thank you
    -BR

    Hi BR,

    I have a solution for this problem, as I am the developer of the tool that you mention.

    Communication with the pedals of Garmin Vector 2 using an ANTUSB-m is possible, we tested here at the office.

    Unfortunately our website is currently undergoing a large redevelopment so it's not complete with all the information, but you can check it out here. There is still a little work to do on the site, so please have some patience when looking for things.

    You can also find details on the Web site if you have any questions.

    See you soon,.

    Darren.

  • Driver or Toolbox component missing daqmx.rc

    I'm trying to open a VI works fine on another PC.  At the end of loading, pop ups window "Load and Save WARNING list":

    Type of warning - missing driver or component Toolbox

    Details - C:\Program NIUninstaller Instruments\LabVIEW 2011\vi.lib\DAQmx\create\channels.lib\DAQmx Create Channel (CO-Generation-the pulse frequency) .vi (DAQmx create channel (Co-generation - the pulse frequency) .vi) this VI is in need of a driver or Toolbox component which is not found.  Missing file of the resource 'daqmx.rc '.

    -----------

    The file daqmx.rc exists to

    C:\Program NIUninstaller Instruments\LabVIEW 2011\resource\objmgr

    I took the following measures:

    1. uninstall all previous versions of LabVIEW, LabVIEW 2011 to leave.

    2. has tried to run a repair on LabVIEW 2011 - who do not recognize the DVD provided by the plant as a source of distribution.

    3. uninstalled and reinstalled DAQmx 9.3.4

    No generation of pulses being applied anywhere in the VI of interest, can I safely ignore this warning?

    What, exactly, the warning means?  The mentioned file is, of course, where it should be.

    Any help would be appreciated.

    Hi mistercat,

    It seems that this is due to a problem during the installation (it may sometimes arise when things are not installed in the correct order). I would recommend uninstalling DAQmx and LabVIEW 2011, reinstall LabVIEW for your DVD distribution and then by installing latest DAQmx 9.4 (the latest version). I'm a little worried that the repair is not recognizing your factory DVD as a source of distribution... You have another computer to try to make sure that nothing has changed for the discs?

    Let me know if it helps.

    Best,

  • lack of LabVIEW MathScript commands for control systems

    I look at these:

    It comes with LabVIEW control system engineering.

    I have 2015 LabVIEW MathScript RT and a trial license for the library control and Simulation.  I also installed MatLab license, but it doesn't have the toolboxes of the control system.

    They both use the command 'SS' in MathScript.  I can't find.  I get errors.  I am looking for help and he's not here.  It is not in the examples.  When I look at the block schema of VI of the video HAS I have fewer controls on mine.  I get the PID, fuzzy and System Identification.  I do not have "SISO.

    I have several assumptions about what is wrong:

    • It has been removed from the MathScript RT module.
    • I need a package of different tools or demo.
    • It has a new name that is not intuitive.

    You can help me find the "ss" command so I can reproduce what they do?

    You have installed the wrong version of the Control Design and Simulation module - version must match the version of LabVIEW (i.e. 2015, in your case).

    Download/install the older version and you should be good to go.

  • LabVIEW and TestStand licenses

    Hello everyone, I did a lot of reading through the info OR on the case, but thought someone here could explain a little more clearly. Basically, I would like to know what is the licensing for Lv and TS applications, if I understand correctly, I will require an individual license for deployment on each machine that I want to run an application of TS, regardless of whether or not I have the software but launch an executable instead.

    In regards to LabVIEW, is the way to understand it, it seems to me that if a machine without LV who has LV runtime can run my executable, it does not require a special license? Can anyone shine some light on the matter?

    All this comes from the fact that my current job could ask implement TestStand and LabVIEW, as our current sequencer is simply too basic and rudimentary to the applications that we expect. It's a place big enough then, what would the licensing conditions? Runtime engine just for what works and a deployment of TS for stations that run it?

    ATTENTION: OR licenses are business of OR to keep up with your Rep OR!

    But in a word (as I navigate these waters for a living)

    • The LV runtime is all that is required to run that a LabVIEW built applications or LabVIEW modules called by TestStand in most cases.  The RTE LV is provided with an end-user license agreement, but the license is free.  OK OK... some LsbVIEW SDK may require additional deployment licenses.  I think that the Vision is one of those rare "needs a key deployment that is not free" toolboxes.  I've never deployed an executable LV requiring a deployment Toolkit cost-once again, check with your representative.
    • TestStand deployment licenses cost by target computer.  There are several options to the less expensive, the deployment of Base, more flexible options as a deployment "Debug" to risk mitigation, workflow of your compay, number of test stations and familliarity with deployment options, maturity of the Test system is expected to help guide the process of voluntary decision.

    Since it is a new path for your company, consult with an Alliance partner with experience in assessing your needs, regulatory environment, level of skills and practices.  (And no, TestStand deployment methods assessment is not a base of 8-Ball consulting so compentancy think not that I am marketing here)  You ask OR Rep and look the Alliance Partner Locator

  • question on locking of LabVIEW amplifier design

    Hi all

    I use myDAQ with the NI DAQPad-6259 pinout for the input signal measurement. and I want to build an amplifier to lock by labview to measure the input signal. Does anyone have this kind of tutorials or vedios that enjoy helping me build this? I didn't use the Toolbox, but trying to figure out how to build and why it should be.

    Thank you.

    Look here:

    http://www.NI.com/white-paper/5613/en/

    http://forums.NI.com/T5/dynamic-signal-acquisition/lock-in-amplifier/TD-p/1057126

    http://forums.NI.com/T5/LabVIEW/lock-in-amplifier-using-NI-USB-6251/TD-p/1550972

    http://forums.NI.com/T5/dynamic-signal-acquisition/lock-in-amplifier-and-DAQmx/TD-p/282419

Maybe you are looking for

  • Where can I download drivers for Satellite L10-119?

    I didn't event think that finding driver for toshiba laptop will be so hard.I've looked everywhere in the original sites of toshiba and local site. Nothing.Can someone help me and tell where I can download them)?Thank you.

  • On-board memory is "N/A" NI Max

    Just installed PCIE 1433 and when I open OR MAX, "The on-board memory" this 1433 shows "n/a". Shouldn't be 512 MB on 1433? Attached is the screenshot. Thank you!

  • Pavilion 15 P229AX: driver for HP Pavilion P229AX 15

    Hello guys I need drivers for unknown devices, it's the HARDWARE ID ACPI\VEN_HPQ & DEV_6007ACPI\HPQ6007* HPQ6007 Thank you

  • Flight Simulator 2002 Pro

    To Windows 8.1 help, installed Flight Simulator 2002 Pro but the login page comes up and does not continue to load, don't give any error except to say there is a problem, check and send to Microsoft, which does not either.

  • Lower to upper - must I NAT?

    Hi all My PIX book States for traffic to pass a lower to a higher level of security level of security (e.g. out I / f-> in i / f) then two conditions must be met: (i) a static translation must exist for the destination. (II) an appropriate ACL/Condui