Which DAQmx Version is sutiable for Labview 8.2.1

Hai Guys,
              I am Thiyagu. I have one Doubt in DAQmx. If One year before my senior create One VI. The VI Labview Version 8.2.1. Lastweek running VI Harddisk was crased. I have only source code. I pasted that source code in another PC. I opened that source code It shows DAQmx Write file.VI was Missing. So  i searced Daq file and I find it. So i Pasted that Vi in Source code It shows Labview 11 error. Currnt labview Version is 8.6 and DAQ version 8.8. So kindly tell me How to slove this issue and Which DAQmx Version is suitable for 8.2.1
Please do the needfull.
Thanks
Thanks
Thiyagarajan.S
WABCO Vehicle Control System

Any DAQmx should work, I use the latest with LV7.1. You can download it from ni.com or use the CDs supplied with your hardware.
The mistake you made was to copy the missing VIs. You need to run the DAQmx installer instead (after installing LV, so it can detect which LV versions to support).
Felix 
www.aescusoft.de
My latest community nugget on producer/consumer design
My current blog: A journey through uml

Similar Messages

  • Which Xcode version is compatible for Mac OS X v10.7 Lion ?

    Hi,
        I buy a latest Mac mini with OS version of MacOS X v10.7 Lion.  On that, I install xcode of the version 4.2. But after that I am facing lot of problems while working,
                The problems, I am facing are:
                                                                    The xcode is very slow,
                                                                    Frequent crashes while using xcode,
                                                                    Unable to create the bundle (or) unable to run the simulator after writing the code.

    bathiudeen wrote:
    Which Xcode version is compatible for Mac OS X v10.7 Lion ?
    v4.2 (free from the App Store)

  • Which database version supports replication for 120000 records/table

    Hello everyone,
    I am being asked about which DB version supports replication for the case where the number of records exceeds 120000 per table (probably more). I never used replication before so I can't give advice about it.
    Should SE one be used? SE, or EE?
    Advice please, if possible some references as well...
    yours

    Either version will support more than the number of rows mentioned above. With replication there are many choices but with Standard Edition, it becomes more limited. I worked for Quest Software and we have a product called SharePlex which is an Oracle replication tool which support both Enterprise Edition vs. Standard Edition. We even have a special pricing for Standard Edition as well.

  • I use OS X Yosemite and Java Version 8 Update 25. Which java version is suitable for flash CS6?

    I use OS X Yosemite and Java Version 8 Update 25. Which java version is suitable for flash CS6?

    See System requirements | Flash Professional
    Java version 1.6 is included with Flash Pro.

  • NI-DAQmx Version Kompatibilität mit LabView

    Hallo,
    die vorhandene NI-DAQmx-Version 9.2.2. scheint nicht kompatibel zur Labview-Version zu sein --> Anhang. Bei Nutzung der Update-Funktion des MAX wird allerdings kein Update-Bedarft gemeldet. Eigenartigerweise wird ach die Ausgabe der Softwarepakete in der Systemsteuerung nach der NI-Software-Anzeige abgebrochen. Was kann ich da tun?
    Attachments:
    NI_Problem_DAQmx.doc ‏308 KB

    According to your screenshots, it looks like you are trying to use NI-DAQmx 9.2.2 with LabVIEW 8.2.  Is that correct?
    They are not compatible.
    See NI-DAQ and LabVIEW Version Compatibility (for Windows)

  • Which DB version to use for Oracle CMSDK

    Hi ,
    We are planning to upgrade our iFS 9.0.1 instance to CMSDK.The current configuration has
    1) iFS 9.0.1
    2) DB 9.0.1.1
    I'm wondering which is the best configuration for the upgrade.
    CMSDK(9.0.3)
    With
    1) 9.0.1 DB
    2) 9.2
    3) 9.2.0.3
    We tried 9.2 since it has significant bug fixes ,but we can't do late binding context search with this configuration due to bug. Has anyone tried the CMSDK with 9.2.0.3 Version.
    Looking forward for your replies.
    Thanks
    Rajesh Basawa

    Please read the installation guide for details:
    http://download.oracle.com/docs/html/A96699_01/toc.htm
    It states that you may use Oracle Database version 9.0.1 or above, so I would say that you may use any of the 3 versions you suggest. The later version the better, so I would recommend 9.2.0.3.
    Just make sure you follow the installation guide and ensure that all database, hardware, and operating system requirements are met.

  • Which JDK version is required for NWDS v 7.01.07

    Hi,
    Can someone point me in the right direction to find out whcih JDK version is required for NWDS v 7.01.07.
    I currently have j2sdk1.4.2_19 installed but I am getting a build error when creating a new project from ESS of:
    No 'default' JDK defined, will use running VM.
    The TARGET variable for the shortcut and JAVA_HOME env variables are set.
    The JRE_SRCROOT variable in NWDS is empty.
    Regards,
    Rob

    In NWDS set default JDK version.
    Windows - preferences - java Installed JREs
    Select chk box for JRE you want.
    Hope this helps.

  • NI-DAQmx 7.4 Changes for LabVIEW Real-Time

    Hello LabVIEW Real-Time and DAQmx users,
    National Instruments has recently released NI-DAQmx 7.4. Changes introduced in NI-DAQmx 7.4 provide increased flexibility when performing hardware-timed single-point operations on real-time platforms. The Developer Zone Tutorial: DAQmx Hardware-Timed Single Point Lateness Checking has been created to help explain these changes. Information is also available in the NI-DAQmx Help.
    In order to provide these changes in NI-DAQmx 7.4, the behavior of 'DAQmx Is Read or Write Late.vi', used in previous versions, had to be changed. In NI-DAQmx 7.4, the 'DAQmx Is Read or Write Late.vi' has been obsoleted and no longer performs any lateness checking. Applications being upgraded to NI-DAQmx 7.4 are recommended to use one of the lateness checking options discussed in the above tutorial.
    Regards,
    JR Andrews
    NI

    Hello,
    I changed the program and added a case structure to configure each channel according their type. In order to go through all the channels in the configuration file, I put a for structure. 
    It seems it is working, however, when I start acquisition, I only see one channel and that is last one which is configure. 
    Here is the original file, configures all, but only works for AI Voltage:
    Here is the modified one:
    What I am doing wrong? 
    Thanks!
    Attachments:
    ConfigureFor Channels.PNG ‏131 KB

  • Which Java version is recommended for widest compatibility?

    I started learning and coding with JDK 1.1_Final, but particular code elements do not seem to be working. For example, overriding update() to not clear the screen and instead only call paint() has no effect at all - the screen still gets cleared! I had hoped to compile using 1.1.x for maximum browser compatibility, but if the language version doesn't work then there's little point in using it. So, with the release of Java 2 and SDK 1.4.x, what are people doing out there to code applets that will reach the widest target audience? I've restricted my HTML code limited to the 4.x browsers or higher, but haven't yet found a listing of which versions of Java are compatible with which versions of browsers. (Sun's FAQ is incomplete in this matter.) So, I'm not quite sure how to balance the compatibility issues and decide which version of Java to use for reaching a reasonable 'maximum' target audience without forcing site visitors to upgrade their browsers for viewing my applets. (I hate sites like that!) So, what version of Java do you use for applets, and why? What browser versions are you compatible with? What other issues should I be considering? Thanks for helping me to select an appropriate Java applet version that will reach the most people.

    code with one of the newer jdks (1.3.x, 1.4.x) and prompt people to download the
    java plugin by using the htmlconverter in you jdk's bin directory

  • Which Service Version to use for EhP4

    Hi all,
    We are upgrading our portal and ECC6 system and implementing ESS. We believe we have consulted the right notes and docs and have correct versions installed.
    We are on...
    SAP_BASIS 701 SP7
    SAP-HR 604 SP27
    EA-HR 604 SP27
    BP ESS 1.41 SP8
    SAP  ESS 603 SP7
    My question isn't involving version mismatches. hopefully we have that right per the wiki which outlines this. My question is for the BP content when there are multiple versions of a service available such as essusfam/Per_Family_US & essusfam/Per_Family_US_13 which should we run. We have installed eHP4 versions but have not activated eHP4 features. Does this mean we effectively have to run the initial java (EhP0) versions until we activate such features?
    Thanks,
    Doug

    no all services are not same, You can easily not use the new services by not activating the business functions of this enhancement package
    read the documentation here we have labelled each service
    http://help.sap.com/erp2005_ehp_04/helpdata/EN/80/7d6641df6c7f47e10000000a1550b0/frameset.htm

  • Which EP version to go for?

    Hello,
    we are using EP 5.0 SP5 and have integrated CRM 4.0 and R/3 4.7.
    We want to change the portal platform, and implement a new version and not migrate(i.e a new implementation for portal). The question arises as to which is the best possible EP version should we go in for keeping the CRM and R/3 versions the same with regards to compatibility, support and performance?
    regards,
    Rohan

    Hi Rohan,
    unfortunately we don't have CRM, I don't know about the compatibility.
    NW04 and NW04S are different.
    NW04S (2004S) is newer than NW04 (2004).
    NW04 is at SP18 and NW04S is at SP09.
    You should go to NW04S SP09.
    You can see some of the difference between NW04 (EP6) and NW04S (EP7) at those post :
    Delta between EP6.0 and EP 7.0
    Differences b/w NW04 and NW04s
    Brad

  • How to find out which bluetooth version is installed for wireless mighty m.

    Hi all,
    I just ordered the new Wireless Mighty Mouse. The specs. required Bluetooth V2.0. I tried to find out if my PB 17'' 1GHz (built in 2003) is supporting it, but the hardware information panel only gives the latest firmware version (1.7.5f10). I have no clue if this is V2 or not.
    Any ideas on how to get more info?
    Chris
    Dual G5 1.8 GHz / PB 17" 1 GHz / AirPort Extreme   Mac OS X (10.4.7)  

    Mark,
    three things I can say already:
    1) I set my PB into sleep mode. By klicking the mouse the PB went on immediately
    2) when I physically switch off the mouse (PB states "lost connection") and back on again, I need to klick the mouse once to have the connection back. But this needs approx. 2 seconds until it works. Without klicking the mouse I don't know if the connection is reestablished on its own, after more than 30 sec. of waiting I gave up and klicked the mouse
    3) if the PB is in sleep mode and the mouse is physically switched off, the minute I turn the mouse on again and klick its button once the PB turns back on
    So far I couldn't see the mouse going into some kind of sleep mode (I wasn't so patient up to now).
    Funny thing: the new laser seems to emit as I would guess infra-red light, at least it is not visible. So no more red shiny mouse in black night. And there is a small green led on the bottom side of the mouse a) flashing if it searches for a connection and b) indicating if the laser is on/off
    Chris

  • Which itunes version to download for window 8 64 bits ?, Which itunes version to download for window 8 64 bits ?

    I downloaded few version but is still unavailable

    Install the 64-bit version which is automatically selected when going to apple.com/iTunes/download

  • Which JRE version to compile for?

    My project is intended for non-developers, and as much as possible, I want my program to just work, without prompting the user to go find and install the latest this or that.
    It looks like current generation of OS X (Leopard) comes with JRE 1.5 installed by default. How about XP? How about Vista?
    What version of JRE should I compile my project for, to ensure the least hassle for users?
    -Ron.

    Optimistic but probably unrealistic.
    What you normally do is program for the lowest common denominator that you are willing to support.
    Windows doesn't come with java. And if you read this site you will find an infinite number of ways for consumers to mess up an install that did work just fine.

  • Which Windows version is best for new Mac Pro?

    I read the Apple support article which said the full version Windows XP with SP2 or SP3 is supported. Is there a preference? Has one demonstrated to be more reliable over the other? Should I consider Windows 7 instead?

    I am hoping to finish this up so I can purchase the right version of Windows and get on with using my new Mac Pro.
    I don't know what VMs is. Can you explain?
    Windows 7 64-bit sort of requires EFI64 and you have that in UEFI 2.x Early 2008 Mac Pro 3,1.<</div>
    Sorry, I'm an old guy. Can you explain this, too?
    At this point my understanding is that it is preferable to go with Windows 7 64-bit. I can order a Windows 7 Home Premium 64-bit Software and Product Key - Disc Version. Does this sound correct?
    Many thanks--

Maybe you are looking for

  • Can't find rental after opting to download now and watch later

    Hey everyone, I recently upgraded my AppleTV device to version 6.0, and I also rented a movie recently that I had in my wish list from before the upgrade. A prompt appeared when I started to rent the title asking me if I wanted to "Rent and Watch Now

  • Adding Engine component causes: "Compiler errors occurred when generating a Windows Forms wrapper...​"

    I got this error when I tried to drop a TestStand Engine class onto my main form in VisualStudio.NET. Compiler errors occurred when generating a Windows Forms wrapper for ActiveX control 'AxNationalInstruments.TestStand.Interop.API' The error message

  • J2EE and IBM MQSeries

    Hi We are planning to use IBM MQSeries as a JMS server for message driven beans. We are using OC4J 2.0 developer preview, but can't figure out how to connect to MQSeries. It looks like we have to use JNDI, but how? Best regards Ole

  • How to make two create.js files work on same page?

    Can someone please help me? I have two flash banners that are different and are placed in separate divs on my webpage in dreamweaver. All was fine while they were .swt files except they were not visible on cellphones and tablets. So I converted them

  • Email not loading pictures

    When I try to load pictures as an attachment in an email, sometimes it takes 2 or 3 seconds. Other times it takes LITERALLY 20 minutes (I give up then) the wheel is still spinning. There are 2 or 3 pictures per email and each picture is about 928kg t