Engine knock example work with 7.1?

I am attempting to use the engine knock example program for the signal
processing toolset with version 7.1.1.  It still can't find
several subvi's dispite me installing most of the toolsets.
my setup:
Dell Laptop: P4m 2.2ghz 1g RAM: winXP SP2
LabVIEW 7.1.1 student edition complete install
Controls / image / signal processing toolsets
I have downloaded the "Mod B LV 60.llb "  version for LabVIEW 6
but  recieved the following errors on loading the main program:
Errors:
cannot find:   AI Read.vi - AI Start.vi - AI config.vi - AI
clear.vi - generate pulse train.vi - read from digital line.vi -
synthesis filter bank.vi - reconstruct one path 1D.vi - wavelet design
globals.vi
is there an updated version of this sample program for use with
7.1.1?  Where can I get the needed files to use this program?
Todd
[email protected]

Hey Todd,
The four vis that you listed are a part of the traditional DAQ driver. It looks like you don't have that driver installed or that you don't have support installed. One quick way to check and see if you have the traditional DAQ driver installed is to go to LabVIEW, then pull up the functions palette. Go to NI Measurements>>Data Acquisition. If you don't have the "data acquisition" option, then either support or the driver itself isn't installed. The next step is to go to the Measurement and Automation Explorer (Start>>Programs>>National Instruments>> Measurement & Automation). On the left hand side of the window, you'll see a directory structure. Under My system, you'll see a "software" directory. Expand it. Look for something called "Traditional DAQ". If you don't have it, then you don't have the traditional DAQ driver installed and that's the problem. To install the driver go to the following web site http://search.ni.com/nisearch/nisearchservlet?nistype=default&filter=+%2BProductLine%3A41+%2BDownloa.... I'm assuming you're using WinXP. Download and install the driver. If you have hardware physically installed in the computer when you install the driver, that adds another step. You'll have to perform a repair of the driver once it's installed. You can do this by going to Start>>Settings>>Control Panel>>Add Remove Programs>>NI Software. Then select change. That should create a list of currently installed software. Select "NI-DAQmx" and then hit the repair button.
One last note. When installing the driver, make sure you select to install support for LabVIEW. You should now see the vis that you were missing in LabVIEW and therefore the program should now run.
Chris Cilino
National Instruments
LabVIEW Product Marketing Manager
Certified LabVIEW Architect

Similar Messages

  • Can not get ejb20\basic\beanManaged example work with Oracle?

    This is the problem I encount when switch DB from Pointbase to Oracle. Most of the examples work when I with necessary change of configuration, DD and redeployment of applications except this one:
    I follow all the steps for Oracle 9i DB. But keep getting the following errors. I don't understand why the system still lookups jdbc/demoPool even I modified DD and system configuration to jdbc/oraclePool (I validate it after successfully deployed to exampleServer).
    The server is WLS 8.1 running on Windows XP professional.
    ant runBuildfile: build.xml
    run:
    [java] Beginning beanManaged.Client...
    [java] Creating account ID: 0 with a balance of 0.0...
    [java] java.rmi.RemoteException: EJB Exception:; nested exception is:
    [java] There was an exception while creating and using the Accounts.
    [java] This indicates that there was a problem communicating with the serve
    r: java.rmi.RemoteException: EJB Exception:; nested exception is:
    [java] javax.ejb.EJBException: nested exception is: javax.naming.NameNo
    tFoundException: While trying to look up comp/env/jdbc/demoPool in /app/ejb/ejb2
    0_basic_beanManaged.jar#beanManaged.; remaining name 'comp/env/jdbc/demoPool'
    [java] at weblogic.rjvm.BasicOutboundRequest.sendReceive(BasicOutboundR
    equest.java:108)
    [java] javax.ejb.EJBException: nested exception is: javax.naming.NameNo
    tFoundException: While trying to look up comp/env/jdbc/demoPool in /app/ejb/ejb2
    0_basic_beanManaged.jar#beanManaged.; remaining name 'comp/env/jdbc/demoPool'
    [java] at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwar
    eRemoteRef.java:284)
    [java] at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwar
    eRemoteRef.java:244)
    [java] at examples.ejb20.basic.beanManaged.beanManaged_biy1g2_HomeImpl_
    813_WLStub.create(Unknown Source)
    [java] at examples.ejb20.basic.beanManaged.Client.createAccount(Client.
    java:157)
    [java] at examples.ejb20.basic.beanManaged.Client.example(Client.java:8
    6)
    [java] at examples.ejb20.basic.beanManaged.Client.main(Client.java:57)
    [java] Caused by: javax.ejb.EJBException: nested exception is: javax.naming
    .NameNotFoundException: While trying to look up comp/env/jdbc/demoPool in /app/e
    jb/ejb20_basic_beanManaged.jar#beanManaged.; remaining name 'comp/env/jdbc/demoP
    ool'
    [java] at examples.ejb20.basic.beanManaged.AccountBean.getConnection(Ac
    countBean.java:396)
    [java] at examples.ejb20.basic.beanManaged.AccountBean.ejbCreate(Accoun
    tBean.java:177)
    [java] at examples.ejb20.basic.beanManaged.beanManaged_biy1g2_Impl.ejbC
    reate(beanManaged_biy1g2_Impl.java:195)
    [java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [java] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcces
    sorImpl.java:39)
    [java] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMet
    hodAccessorImpl.java:25)
    [java] at java.lang.reflect.Method.invoke(Method.java:324)
    [java] at weblogic.ejb20.manager.DBManager.create(DBManager.java:1180)
    [java] at weblogic.ejb20.manager.DBManager.remoteCreate(DBManager.java:
    1129)
    [java] at weblogic.ejb20.internal.EntityEJBHome.create(EntityEJBHome.ja
    va:246)
    [java] at examples.ejb20.basic.beanManaged.beanManaged_biy1g2_HomeImpl.
    create(beanManaged_biy1g2_HomeImpl.java:76)
    [java] at examples.ejb20.basic.beanManaged.beanManaged_biy1g2_HomeImpl_
    WLSkel.invoke(Unknown Source)
    [java] at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.ja
    va:477)
    [java] at weblogic.rmi.cluster.ReplicaAwareServerRef.invoke(ReplicaAwar
    eServerRef.java:108)
    [java] at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.jav
    a:420)
    [java] at weblogic.security.acl.internal.AuthenticatedSubject.doAs(Auth
    enticatedSubject.java:363)
    [java] at weblogic.security.service.SecurityManager.runAs(SecurityManag
    er.java:144)
    [java] at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServe
    rRef.java:415)
    [java] at weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecut
    eRequest.java:30)
    [java] at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
    [java] at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)
    [java] Exception in thread "main"
    BUILD FAILED
    attached are modified DD:
    <?xml version="1.0"?>
    <!DOCTYPE ejb-jar PUBLIC
    '-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN'
    'http://java.sun.com/dtd/ejb-jar_2_0.dtd'>
    <ejb-jar>
    <enterprise-beans>
    <entity>
    <ejb-name>beanManaged</ejb-name>
    <home>examples.ejb20.basic.beanManaged.AccountHome</home>
    <remote>examples.ejb20.basic.beanManaged.Account</remote>
    <ejb-class>examples.ejb20.basic.beanManaged.AccountBean</ejb-class>
    <persistence-type>Bean</persistence-type>
    <prim-key-class>java.lang.String</prim-key-class>
    <reentrant>False</reentrant>
    <resource-ref>
    <res-ref-name>jdbc/oraclePool</res-ref-name>
    <res-type>javax.sql.DataSource</res-type>
    <res-auth>Container</res-auth>
    </resource-ref>
    </entity>
    </enterprise-beans>
    <assembly-descriptor>
    <container-transaction>
    <method>
    <ejb-name>beanManaged</ejb-name>
    <method-name>*</method-name>
    </method>
    <trans-attribute>Required</trans-attribute>
    </container-transaction>
    </assembly-descriptor>
    <ejb-client-jar>ejb20_basic_beanManaged_client.jar</ejb-client-jar>
    </ejb-jar>
    and
    <?xml version="1.0"?>
    <!DOCTYPE weblogic-ejb-jar PUBLIC
    '-//BEA Systems, Inc.//DTD WebLogic 8.1.0 EJB//EN'
    'http://www.bea.com/servers/wls810/dtd/weblogic-ejb-jar.dtd'>
    <weblogic-ejb-jar>
    <weblogic-enterprise-bean>
    <ejb-name>beanManaged</ejb-name>
    <reference-descriptor>
    <resource-description>
    <res-ref-name>jdbc/oraclePool</res-ref-name>
    <jndi-name>examples-dataSource-oracleXAPool</jndi-name>
    </resource-description>
    </reference-descriptor>
    <jndi-name>ejb20-beanManaged-AccountHome</jndi-name>
    </weblogic-enterprise-bean>
    </weblogic-ejb-jar>
    ----------------------------------------------------

    There must be a reference to demoPool lurking around somewhere, I normally do a search inside all the files in the project to solve things like this.
    Also clean up all temporary files and deployments before trying a redeploy.
    If this does not work you can always try configuring the demoPool to use your oracle database, ugly, I know but it may help if your in a hurry to get your code working.

  • Wireless video link example works with antenna only but not with SMA to SMA cable

    I am trying to run wireless video link example https://decibel.ni.com/content/docs/DOC-22728 . It works fine if I use install antennas on my Tx and Rx USRPs. But it does not work if I use SMA to SMA cable to connect Tx and Rx USRPs. Can somebody guide me what is the reason why it is only workng with antennas but not with SMA to SMA cable. 
    Thanks 
    JK

    I connect the 30 dB attenuator at RF input port of Rx USRP. But it does not work completely.
    Without connecting attenuator i was not able to receive any thing on my Rx VI although it shows waveform. But after connecting attenuator receiver some times receive text messages and some times not. Also it does not work at all for images and for video it works partially but gives some error related to memory full after few mins.
    I want to know why this example works completely without any problem if I use antennas, and why it does not work perfectly if i use sma to sma cable for connecting transmit and receive usrps.
    Please guide
    Thanks 
    JK

  • Can cisco MSE(mobility service engine) configured to work with non-cisco access points?

    I understand that access points can be configured to forwards all the probe requests to cisco wifi controller. cisco MSE(mobility service engine) gets the probes from wifi controller to find the location of the mobile devices.
    My question, can cisco MSE(mobility service engine) be configured to work with non-cisco access points?

    No and the reason why is the NMSP communication from the MSE to the WLC. Other vendors don't support this so there is no communication happening.
    -Scott

  • Anyone got the SimpleCertAuthenticator example working with 5.1??

    The SimpleCertAuthenticator example that does the client certificate to user
    mapping doesn't seem to work. I followed the instructions and tried many
    times
    without luck. Any comments? Like where to look for error messages? Thanks.
    Honbo

    I got the example working on wls 5.1 using sp8 both in Linux and NT.
    Try to print something in the SimpleCertAuthenticator constructor, because the
    SimpleCertAuthenticator is instantiated during startup, be sure that you can see
    the startup so that you can verify if the handle has ben installed correctly.
    "Jayesh Patel" <[email protected]> wrote:
    It also not working for me.
    I have tried using both 6.0 sp1 as well as 5.1 sp8 .
    Let me decribe what I did and let me know if I am missing any thing -Thanks
    1) Installed personal certificate(from verisign)
    3) Enforced client cert in console
    2) exported CA file and pointed in clientRootCa
    3) created user with emailId in cert
    4) set cet authnticator to examples.security.cert.SimpleCertAuthenticator
    5) Restarted server
    6) invoked one servlet using https , browser propmpted for certificate,
    but
    thereafter it
    says page can not be displayed. Unfortunately I don't have error
    mesage
    to know what
    went wrong? I tested with same request with not ssl connection it
    works.
    i also put
    systme.out.println in SimpleCertAuthenticator and it fails before
    it.
    "Peter S. Wong" <[email protected]> wrote in message
    news:[email protected]..
    Have you tried using it with the jaas example?
    It works with that example in 6.0sp1.
    Peter S. Wong
    Honbo Zhou wrote:
    The SimpleCertAuthenticator example that does the client certificate
    to
    user
    mapping doesn't seem to work. I followed the instructions and triedmany
    times
    without luck. Any comments? Like where to look for error messages?Thanks.
    Honbo

  • Engineering change management working with parameter effectivity

    In Engineering change management
    i have activated parameter effectivity &
    defined parameter profile for DATE,SERNR,Kombi1-Customer(combination of Date & Customer name- Kunnr) in IMG settings
    i am able to work with Date & SERNR But when i choose kombi1
    i am getting the following error message
    "No entries in database for object KUNDE_LO table AEEF"
    i checked with table AEEF thier is no field KUNDE_LO
    How to customize effectivity type Customer
    is there any thing i have missed ....

    Hi Srinivas,
    KUNDE_LO is a data element , what ever kombi1 is defined i think that does not have any values maintained in the system.
    or
    Check whether any user exits or BAPI's used bringing the customer specifications.
    You can also check the data element existence u might have done that .....
    Reward if useful
    Thanks,

  • Geting remote management example work with 1.5 jconsol.exe

    Hello, I had a difficulty getting remote manegement exaple work with jconsole.
    I follow the guidence of:
    http://java.sun.com/developer/technicalArticles/J2SE/jmx.html
    Working with HTTP adaptor going fine,
    Tring to invoke example with jconsole.exe produces exception (the situation happens unsing jre 1.4 and 1.5):
    the code:
    public class Server {
        public static void main(String[] args) {
            try {
                // Instantiate the MBean server
                System.out.println("\nCreate the MBean server");
                MBeanServer mbs = MBeanServerFactory.createMBeanServer();
                // Create a JMXMP connector server
                System.out.println("\nCreate a JMXMP connector server");
                JMXServiceURL url = new JMXServiceURL("jmxmp", null, 5551);
                JMXConnectorServer cs =
                    JMXConnectorServerFactory.newJMXConnectorServer(url, null, mbs);
                // Start the JMXMP connector server
                System.out.println("\nStart the JMXMP connector server");
                cs.start();
                System.out.println("\nJMXMP connector server successfully started");
                System.out.println("\nWaiting for incoming connections...");
            } catch (Exception e) {
                e.printStackTrace();
    }consol:
    Create the MBean server
    Create a JMXMP connector server
    Start the JMXMP connector server
    JMXMP connector server successfully started
    Waiting for incoming connections...
    20/03/2007 10:54:51 GenericConnectorServer ClientCreation.run
    WARNING: Failed to open connection: java.io.StreamCorruptedException: invalid stream header
    java.io.StreamCorruptedException: invalid stream header
         at java.io.ObjectInputStream.readStreamHeader(Unknown Source)
         at java.io.ObjectInputStream.<init>(Unknown Source)
         at com.sun.jmx.remote.socket.SocketConnection$ObjectInputStreamWithLoader.<init>(SocketConnection.java:354)
         at com.sun.jmx.remote.socket.SocketConnection.readMessage(SocketConnection.java:204)
         at com.sun.jmx.remote.opt.security.AdminServer.connectionOpen(AdminServer.java:76)
         at com.sun.jmx.remote.generic.ServerSynchroMessageConnectionImpl.connect(ServerSynchroMessageConnectionImpl.java:58)
         at javax.management.remote.generic.GenericConnectorServer$ClientCreation.run(GenericConnectorServer.java:405)
         at com.sun.jmx.remote.opt.util.ThreadService$ThreadServiceJob.run(ThreadService.java:208)
         at com.sun.jmx.remote.opt.util.JobExecutor.run(JobExecutor.java:59)Any ideas ?
    10X
    Message was edited by:
    KIRPICH79

    Hi,
    We belive that you used the default connector RMIConnector in your jconsole to connect your JMXMP connector server.
    What you should do is to:
    1) start your jconsole with the jmxmp classes:
    jconsole -J-Djava.class.path=JAVA_HOME/lib/jconsole.jar:JAVA_HOME/lib/tools.jar:jmxremote_optional.jar
    (see http://java.sun.com/javase/6/docs/technotes/guides/management/jconsole.html)
    2) specify your server url address in the jconsole connecting window:
    service:jmx:jmxmp://boat:5551
    you should substitue "boat" to your host name
    3)connect
    Hope this helps and let's know if you still have problem.
    Shanliang JIANG
    SUN JavaSE/JMX team

  • Do Apple products (the Mac desktop computers for example) work with Microsoft office?

    For example, Microsoft word, powerpoint etc. I am getting a new computer but need to make sure it's compatible first. Also, if they do work together, is there a major difference in using them or is it similar to a PC? Thanks!

    There is a Mac version of Office available, MS Office 2011 or 365 (subscription)

  • The Benefit Plan in the latest OPA release does not seem to work with Siebe

    I've installed the latest version of OPA (10.0.1.14.0) and it came with a Benefit Plan example. The Income Thresholds.xls and Interpretative.dox are missing so it can not be compiled.
    Also the OPA Connector Developer Help has a section for this tutorial which explains how to use the Benefit Plan example in Siebel. However I cannot see how by clicking the 'Eligibility' button on HLS Case Form Applet, it is going to call OPA to run the Benefit rules.
    Can someone please explain how to get this example working with OPA?
    I understand that from Siebel you need to call the 'Policy Automation Assess Workflow' to pass in the relevant data to OPA, but I don't understand how this workflow is being called in the Benefit Plan example? The 'Eligibility' button called a method 'CreateBenefitPlan' which is a user property on 'HLS Case' BC and all it does is a RefreshRecord. So I can't see exactly what is being done behind.

    It should be mad clearer in the help but this example is reliant on the Siebel 8.2 public sector version.

  • I want to ask that i have passed my 10th and i am doing diploma in Mechanical Engineering. So i want to work with apple and wants to lean more from them. So how i can this company as a studying student?

    I want to ask that i have passed my 10th and i am doing diploma in Mechanical Engineering. So i want to work with apple and wants to lean more from them. So how i can this company as a studying student?

    [http://support.mozilla.com/en-US/kb/Managing+file+types]

  • How do you copy, for example I work with blue prints and I want to copy a section and copy into another new page?

    How do you copy, for example I work with blue prints and I want to copy a section and copy into another new page?

    Forgot to add that it would be an adjustment layer with some kind of mask on it already. The mask is uncentered when copy and pasted which throws it off.
    I guess the same question would go towards doing the same for an object. How to copy and paste it over to a new doc, keeping its position within the document? is this possible?

  • Any examples that work with a PCI-6733?

    I've been looking for a LabView example VI that has a very simple front panel for working with motors. I just got a PCI-6733 and haven't been able to find a real world example. Such as a motor starting, and doing something. If you know of one plz point me the the right direction.

    Thanks, I can use the AO vi's.

  • Imac 2012 NVIDIA GeForce GTX 680MX  will it work with adobe Mercury playback Engine?

    imac 2012, 28" 16 gigs ram
    NVIDIA GeForce GTX 680MX 2 gigs ram,  will it work with adobe Mercury playback Engine for accelerated rendering in Premiere Pro & After Effects

    One would certainly think so, since earlier, lesser GTX cards were supported...
    http://www.adobe.com/products/premiere/tech-specs.html
      Supported NVIDIA graphics cards for GPU acceleration
    GeForce GTX 285 (Windows and Mac OS)
    GeForce GTX 470 (Windows)
    GeForce GTX 570 (Windows)
    GeForce GTX 580 (Windows)

  • Will hardware drivers work with the run-time engine or only a full version of Labview?

    Hello.
    I'm trying to get a quatech I/O card to work. The instructions with the drivers we were given state "you must have labview installed before installing these drivers".
    A program I wrote on my machine works fine with those drivers and does toggle outputs on the card, but when I build it into an executable on our test unit (doesn't have a full version of Labview, just the Run-Time engine) the card doesn't work.
    We installed the run-time engine on the unit, then the drivers.
    I guess my question is: Do most drivers work with both the full version of Labview and the run-time engine? Or do I need to somehow 'convert' these drivers to work with the run-time engine?
    Th
    anks for your help!
    Dave Neumann
    [email protected]

    Dave:
    I can't determine which dll is required but if there are more than one that
    shipped with the quatech I/O card try to placing one dll at a time in the
    same directory as the exe so that you can determine which one is the
    required one. If that doesn't do it then it may need more than jsut one of
    the dlls so placing all that came with the quatech I/O card s/w driver
    package in the same directory as the exe should do the trick.
    Best of luck.
    -Tom
    "Neumannium" wrote in message
    news:[email protected]..
    > Tom,
    >
    > Thanks for your reply. One of the problems I'm having is figuring out
    > which .dll I would need to include (I'm not a software guy).
    >
    > Would the .dll your speaking of be different th
    an the one which is
    > installed with the drivers? I'm looking at a .dll that is installed
    > when you install the labview drivers for this card, but the run-time
    > engine still doesn't want to get the card to work. (The file installed
    > when I install the drivers is called 'daqlv32.dll' and I don't know
    > how to find any other .dll's I might need)
    >
    > Actually, it appears the card 'is' being seen by the run-time engine,
    > but I'm getting impulses rather than distinct changes of state.
    >
    > Anyway, thanks for the help.
    >
    > Dave Neumann
    > [email protected]

  • User exit work with small example

    will someone show how to make user exit work with small example and sceenshot? i do not want legthy explanation /hard examples,only a stepwise example.
    points will get reward
    email:[email protected]

    Go to transaction CMOD
    Create a project called ZVA01
    Choose the Enhancement assign radio button and press the Change button
    In the first column enter V45A0002 Predefine sold-to party in sales document . Note that an
    enhancement can only be used i 1 project. If the enhancement is allready in use, and error message
    will be displayed
    Press Save
    Press Components. You can now see that enhancement uses user exit EXIT_SAPMV45A_002.
    Double click on the exit.
    Now the function module is displayed. Double click on include ZXVVAU04 in the function module
    Insert the following code into the include: E_KUNNR = '2155'.
    Activate the include program. Go back to CMOD and activate the project.
    Goto transaction VA01 and craete a salesorder. Note that Sold-to-party now automatically is "2155"

Maybe you are looking for

  • Tax Line item

    Hi Gurus, I have been trying to create a Vendor Invoice (FB60) & in the line item I have assigned a Input Tax Code. However, the tax line item that should have been created automatically, is not getting generated. Once I find out the Tax Account for

  • My niece broke my ipad mini, it is free for a replacement? Under 1 year warranty?

    Please help me. I dont know what to do?

  • Explain the annotation used in a ______ListMaintenance.java

    HI, Can anyone explain me the annotation used in a ______ListMaintenance.java(CurrencyListMaintenance.java) what does each attributes map in CCB and DB. Like the one marked in bold @EntityListPageMaintenance ( service* = CILTCURP, modules={foundation

  • Pre plus changes accounts

    We have 2 pre plus's that we use for business to place orders online. We have over 100 dealers, and when we sign into a dealer account to place an order, the phone will revert to a previous dealer account and if we don't catch it, the order will be p

  • Business Rules Security Question

    I have a sequence having 6 business rules. I am providing lunch previlege to a group for that sequence. Is that enough for the group to execute the sequence or I have to provide indivdual lunch previlege to each business rule listed in the sequence?