Arduino - SPI - DAC converter

Hi friends,
I am completely new in labview coding. I have an arduino nuo chip, connected with a DAC converter, AD5504, Analog Devices, and an operational amplier (OPA551, Texas Instruments) circuit to generate voltage output for piezoelectric firing. The wanted voltage output ranges in 0 - 60 v. However, under my coded program, there is either no voltage output or very low output, like 1.5 V. In the rare case of low voltage output, the voltage is not changable, by applying either digital write () or PWM write pin (). In the attached vi it gives error 5004 at running. Please look through my coding and help me figure it out.
The pin assignments are:
piezo_select = 3; //Relay that switches between piezos
go_button = 5; //piezo/wire button
clr = 6; 
sync = 10;
ldac = 7;
alarm = 8;
r_sel = 9;
led = 2.
This is urgent so a quick favor is needed.
Thanks.
Attachments:
Piezo controller - v2.vi ‏445 KB

The error is 5004, occurred at 'SPI data'.
ERR5004: SPI Send Receive.  The word size is invalid for the number of SPI bytes to be sent.  The number of SPI bytes to send must be divisible by the SPI word size.
Please see attached PNG block diagram
Attachments:
Piezo_controller_-_v2d.png ‏21 KB

Similar Messages

  • How to activate PCM/no sound when plugging in a DAC converter

    Hi,
    I recently bought a couple of Audioengine A5+ speakers for my Lenovo G505s laptop, and now I wanted to add a DAC converter to this setup. I connect the DAC to my laptop via a 3.5mm/optical cable, and then an RCA cable from the DAC to my speakers' inputs. However, I get no sound.
    Now, with my DAC (a FiiO D3, by the way) came a small note saying "Please set the digital output of the audio source to PCM, otherwise there will be noise or no sound". I think this is my problem, but no matter how I look in the settings of my computer, I cannot find anywhere to choose this setting. Could someone please guide me here?
    Thanks!

    Standard troubleshooting steps in the following order:
    1. Reset: Press the sleep/wake button & home button at the same time, keep pressing until you see the apple logo, then release(ignore the slide to power off). If no change, proceed:
    2. Restore your phone in itunes from your most recent backup. While this will restore a fresh OS, it will also restore the problem/problems if part of your backup. If no change, proceed:
    3. Restore your phone as a "new" device in itunes & re-sync your itunes content. You will lose all saved data doing this.

  • Arduino - LDAC - SPI - urgent!!

    Hi,
    I am completely new in labview coding. I have an arduino nuo chip, connected with a DAC converter, AD5504, Analog Devices, and an operational amplier (OPA551, Texas Instruments) circuit to generate voltage output for piezoelectric firing. The wanted voltage output ranges in 0 - 60 v. However, under my coded program, there is either no voltage output or very low output, like 1.5 V. In the rare case of low voltage output, the voltage is not changable, by applying either digital write () or PWM write pin (). In the attached vi it gives error 5004 at running. Please look through my coding and help me figure it out.
    This is urgent so a quick favor is needed.
    Thanks.
    Attachments:
    Piezo controller - v2.vi ‏445 KB

    Wrong board and duplicate: http://forums.ni.com/t5/LabVIEW/Arduino-SPI-DAC-converter/td-p/2954565

  • Apple TV on non HDMI TV, Apple TV on non HDMI TV

    Can I operate an Apple TV device with a non HDMI TV (has Composite, VGA, Scart).
    Do I need an adapter (cable) or a converter?

    I found a solution on a help-site called Macmanus.nl, it's an even more elegant solution that a regular converter :
    - a cable with an integrated DAC-converter
    - HDCP-compliant
    - tested to work for Apple TV 3
    Google for "fixed : using the AppleTV on an HD-ready TV without HDMI-input"

  • ProBook 6550b: No audio to 3.5mm output and speakers

    Hi,
    Product: notebook ProBook 6550b
    Prod number: WD700EA#ACB
    Operating System: Windows 7 Enterprise 64 bit
    Changes made to system before the issue occurred: installed an audio driver "Version: 6.10.6341.0; 5.10.6341.0" (30 Jun 2011)
    Problem: no output to 3.5mm jack or built-in speakers. When using my USB headset - audio is OK. But I also need speakers and 3.5m audio output working. Seems like I have the latest audio driver installed (please let me know if anything newer is available). How it's possible to fix this?

    You can't simply use an adapter. You have to purchase a DAC converter.

  • DVR to Imovie to edit to burn DVD

    Goal - To post my 2-5 minute TV segments on my website. I need to edit an hour show to my 2-5 minutes, burn DVD's and convert to post on website. I thought I would record a DVD (need to get a DVD recorder) from the DVR, convert it to an MP4 and download it into Imovie to edit but an hour show takes days to download.
    There must be a quicker way. Can I download directly from the DVR into Imovie? Use my DAC to convert or buy Quicktime Pro to edit and burn an edited DVD?
    I don't mind spending a little money for ease as I am technically challenged. I would greatly appreciate anyone's advise.
    Thank you.
    I have:
    Dish DVR 722
    Dac Converter
    MAC OS X 10.5.3
    Imovie 5. and 8.

    I'm not familiar with DVRs, but the well reputated Streamclip offers support for downloading via firewire from some DVR-like devices...
    for converting the files, you probably need the 20$ Apple mpeg2-playback-plug-in....
    hope, that is a little help...

  • JPA Paging does not work

    Hello,
    I use paging in my application
    public List<Info> loadInfo(int firstResult, int maxResult){
              List<Info> info = null;
              try {
                           info = em.createQuery("FROM STUDENT").setMaxResults(maxResult).setFirstResult(firstResult).getResultList();
              } catch (Exception ex) {
                   log.error(ex.getMessage(), ex);
              return info;
         }so loadInfo(0,5) works fine but
    loadInfo(5,5) throws exception
    18:43:20,353 WARN  [org.hibernate.engine.jdbc.spi.SqlExceptionHelper] (http--0.0.0.0-8080-5) SQL Error: 0, SQLState: null
    18:43:20,353 ERROR [org.hibernate.engine.jdbc.spi.SqlExceptionHelper] (http--0.0.0.0-8080-5) The requested operation is not supported on forward only result sets.
    18:43:20,355 INFO  [org.hibernate.engine.jdbc.internal.LogicalConnectionImpl] (http--0.0.0.0-8080-5) HHH000106: Forcing container resource cleanup on transaction complet
    ion
    18:43:20,358 ERROR [net.fina.server.returndefinition.impl.ReturnDefinitionSession] (http--0.0.0.0-8080-5) org.hibernate.exception.GenericJDBCException: The requested ope
    ration is not supported on forward only result sets.: javax.persistence.PersistenceException: org.hibernate.exception.GenericJDBCException: The requested operation is no
    t supported on forward only result sets.
            at org.hibernate.ejb.AbstractEntityManagerImpl.convert(AbstractEntityManagerImpl.java:1356) [hibernate-entitymanager-4.0.0.Final.jar:4.0.0.Final]
            at org.hibernate.ejb.AbstractEntityManagerImpl.convert(AbstractEntityManagerImpl.java:1284) [hibernate-entitymanager-4.0.0.Final.jar:4.0.0.Final]
            at org.hibernate.ejb.QueryImpl.getResultList(QueryImpl.java:261) [hibernate-entitymanager-4.0.0.Final.jar:4.0.0.Final]
            at net.fina.server.returndefinition.impl.ReturnDefinitionSession.loadDefinitions(ReturnDefinitionSession.java:36) [fina-server-1.0.0.jar:]
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [:1.6.0_27]
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [:1.6.0_27]
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [:1.6.0_27]
            at java.lang.reflect.Method.invoke(Method.java:597) [:1.6.0_27]
            at org.jboss.as.ee.component.ManagedReferenceMethodInterceptorFactory$ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptorFactor
    y.java:72) [jboss-as-ee-7.1.0.CR1.jar:7.1.0.CR1]
            at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
            at org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
            at org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:37) [jboss-as-ee-7.1.0.CR1.jar:7.1.0.CR1]
            at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
            at org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:45) [jboss-as-jpa-7.1.0.CR1.jar:7.1.0.CR1]
            at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
            at org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:21) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
            at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
            at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
            at org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:53) [jboss-as-ee-7.1.0.CR1.jar:7.1
    .0.CR1]
            at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
            at org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51) [jboss-as-ejb3-7.1.0.CR1.jar:7.1.0.CR1]
            at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
            at org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInNoTx(CMTTxInterceptor.java:211) [jboss-as-ejb3-7.1.0.CR1.jar:7.1.0.CR1]
            at org.jboss.as.ejb3.tx.CMTTxInterceptor.notSupported(CMTTxInterceptor.java:288) [jboss-as-ejb3-7.1.0.CR1.jar:7.1.0.CR1]
            at org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:188) [jboss-as-ejb3-7.1.0.CR1.jar:7.1.0.CR1]
            at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
            at org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41) [jboss-as-ejb3-7.1
    .0.CR1.jar:7.1.0.CR1]
            at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
            at org.jboss.as.ejb3.security.AuthorizationInterceptor.processInvocation(AuthorizationInterceptor.java:106) [jboss-as-ejb3-7.1.0.CR1.jar:7.1.0.CR1]
            at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
            at org.jboss.as.ejb3.security.SecurityContextInterceptor.processInvocation(SecurityContextInterceptor.java:76) [jboss-as-ejb3-7.1.0.CR1.jar:7.1.0.CR1]
            at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
            at org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50) [jboss-as-ee-7.1.0.CR1.jar:7.1.0.CR1]
            at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
            at org.jboss.as.ee.component.TCCLInterceptor.processInvocation(TCCLInterceptor.java:45) [jboss-as-ee-7.1.0.CR1.jar:7.1.0.CR1]
            at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
            at org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:57) [jboss-as-ejb3-7.1.0.CR1.jar:7.1.0.CR1]
            at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
            at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
            at org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:165) [jboss-as-ee-7.1.0.CR1.jar:7.1.0.CR1]
            at org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:173) [jboss-as-ee-7.1.0.CR1.jar:7.1.0.CR1]
            at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
            at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
            at org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:72) [jboss-as-ee-7.1.0.CR1.jar:7.1.0.CR1
            at net.fina.web.server.services.info.InfoServiceImpl.loadDefinitions(ReturnDefinitionServiceImpl.java:47)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [:1.6.0_27]
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [:1.6.0_27]
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [:1.6.0_27]
            at java.lang.reflect.Method.invoke(Method.java:597) [:1.6.0_27]
            at com.google.gwt.user.server.rpc.RPC.invokeAndEncodeResponse(RPC.java:569) [gwt-servlet-2.4.0.jar:]
            at com.google.gwt.user.server.rpc.RemoteServiceServlet.processCall(RemoteServiceServlet.java:208) [gwt-servlet-2.4.0.jar:]
            at com.google.gwt.user.server.rpc.RemoteServiceServlet.processPost(RemoteServiceServlet.java:248) [gwt-servlet-2.4.0.jar:]
            at com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet.doPost(AbstractRemoteServiceServlet.java:62) [gwt-servlet-2.4.0.jar:]
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:754) [jboss-servlet-api_3.0_spec-1.0.0.Final.jar:1.0.0.Final]
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:847) [jboss-servlet-api_3.0_spec-1.0.0.Final.jar:1.0.0.Final]
            at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:329)
            at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248)
            at org.jboss.weld.servlet.ConversationPropagationFilter.doFilter(ConversationPropagationFilter.java:62) [weld-core-1.1.4.Final.jar:2011-11-22 20:01]
            at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:280)
            at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248)
            at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:275)
            at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:161)
            at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:489)
            at org.jboss.as.jpa.interceptor.WebNonTxEmCloserValve.invoke(WebNonTxEmCloserValve.java:50) [jboss-as-jpa-7.1.0.CR1.jar:7.1.0.CR1]
            at org.jboss.as.web.security.SecurityContextAssociationValve.invoke(SecurityContextAssociationValve.java:151)
            at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:155)
            at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
            at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
            at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:362)
            at org.apache.coyote.http11.Http11AprProcessor.process(Http11AprProcessor.java:897)
            at org.apache.coyote.http11.Http11AprProtocol$Http11ConnectionHandler.process(Http11AprProtocol.java:626)
            at org.apache.tomcat.util.net.AprEndpoint$Worker.run(AprEndpoint.java:2033)
            at java.lang.Thread.run(Thread.java:662) [:1.6.0_27]
    Caused by: org.hibernate.exception.GenericJDBCException: The requested operation is not supported on forward only result sets.
            at org.hibernate.exception.internal.SQLStateConverter.handledNonSpecificException(SQLStateConverter.java:148) [hibernate-core-4.0.0.Final.jar:4.0.0.Final]
            at org.hibernate.exception.internal.SQLStateConverter.convert(SQLStateConverter.java:136) [hibernate-core-4.0.0.Final.jar:4.0.0.Final]
            at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:125) [hibernate-core-4.0.0.Final.jar:4.0.0.Final]
            at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:110) [hibernate-core-4.0.0.Final.jar:4.0.0.Final]
            at org.hibernate.engine.jdbc.internal.proxy.AbstractResultSetProxyHandler.continueInvocation(AbstractResultSetProxyHandler.java:108) [hibernate-core-4.0.0.Final.
    jar:4.0.0.Final]
            at org.hibernate.engine.jdbc.internal.proxy.AbstractProxyHandler.invoke(AbstractProxyHandler.java:81) [hibernate-core-4.0.0.Final.jar:4.0.0.Final]
            at $Proxy136.absolute(Unknown Source)   at org.hibernate.loader.Loader.advance(Loader.java:1651) [hibernate-core-4.0.0.Final.jar:4.0.0.Final]
            at org.hibernate.loader.Loader.getResultSet(Loader.java:1982) [hibernate-core-4.0.0.Final.jar:4.0.0.Final]
            at org.hibernate.loader.Loader.doQuery(Loader.java:829) [hibernate-core-4.0.0.Final.jar:4.0.0.Final]
            at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:289) [hibernate-core-4.0.0.Final.jar:4.0.0.Final]
            at org.hibernate.loader.Loader.doList(Loader.java:2463) [hibernate-core-4.0.0.Final.jar:4.0.0.Final]
            at org.hibernate.loader.Loader.doList(Loader.java:2449) [hibernate-core-4.0.0.Final.jar:4.0.0.Final]
            at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2279) [hibernate-core-4.0.0.Final.jar:4.0.0.Final]
            at org.hibernate.loader.Loader.list(Loader.java:2274) [hibernate-core-4.0.0.Final.jar:4.0.0.Final]
            at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:470) [hibernate-core-4.0.0.Final.jar:4.0.0.Final]
            at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:355) [hibernate-core-4.0.0.Final.jar:4.0.0.Final]
            at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:196) [hibernate-core-4.0.0.Final.jar:4.0.0.Final]
            at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1115) [hibernate-core-4.0.0.Final.jar:4.0.0.Final]
            at org.hibernate.internal.QueryImpl.list(QueryImpl.java:101) [hibernate-core-4.0.0.Final.jar:4.0.0.Final]
            at org.hibernate.ejb.QueryImpl.getResultList(QueryImpl.java:252) [hibernate-entitymanager-4.0.0.Final.jar:4.0.0.Final]
            ... 71 more
    Caused by: com.microsoft.sqlserver.jdbc.SQLServerException: The requested operation is not supported on forward only result sets.
            at com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDriverError(SQLServerException.java:171)
            at com.microsoft.sqlserver.jdbc.SQLServerResultSet.throwNotScrollable(SQLServerResultSet.java:375)
            at com.microsoft.sqlserver.jdbc.SQLServerResultSet.verifyResultSetIsScrollable(SQLServerResultSet.java:398)
            at com.microsoft.sqlserver.jdbc.SQLServerResultSet.absolute(SQLServerResultSet.java:1473)
            at org.jboss.jca.adapters.jdbc.WrappedResultSet.absolute(WrappedResultSet.java:131)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [:1.6.0_27]
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [:1.6.0_27]
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [:1.6.0_27]
            at java.lang.reflect.Method.invoke(Method.java:597) [:1.6.0_27]
            at org.hibernate.engine.jdbc.internal.proxy.AbstractResultSetProxyHandler.continueInvocation(AbstractResultSetProxyHandler.java:104) [hibernate-core-4.0.0.Final.
    jar:4.0.0.Final]
            ... 87 moreI use SQL Server 2008 Express and evet set parameter in persistence.xml
                            <property name="hibernate.jdbc.use_scrollable_resultset" value="true"/>But cant understand what is wrong? Did i miss something?

    Quote from the documentation:
    "Enables use of JDBC2 scrollable resultsets by Hibernate. This property is only necessary when using user supplied JDBC connections, Hibernate uses connection metadata otherwise."
    "Connection metadata" in this case I interpret as "we figure it out ourselves"; this article makes me thing that:
    http://www.javalobby.org/java/forums/t63849.html
    The conclusion that I draw from all this is that if you set the proper Hibernate dialect, Hibernate SHOULD be using scrollable resultsets on its own to make pagination work. So did you configure the wrong dialect, or is it perhaps time to visit a hibernate forum to ask around if others have run into this issue?
    Side note: not related to this problem, but in my experience pagination doesn't work reliably unless you have some sort of order by clause in there. Otherwise the DBMS can return results in any arbitrary ordering, which can be different each "page" you fetch.

  • Help in LabVIEW +ni 5640R

    Hi,
    I am Sreenivasulu.
    I have started working on NI-5640R LabVIEW card.I am able to do simulations using
    labview8.2. But I am unable to interact with NI-5640R to get the
    output through output ports.I studied the manual given by NI. But I am confused fully
    with the procedure and i did not understand.I tried the example projects ni5640R,but I
    failed.
    So please tell me the procedure to be followed, how the ni5640R card ADC and DAC
    working(how to give I/P to ADC and how to get the O/P from DAC),and how to interface
    host(my PC)and Target(ni5640R) using VIs.
    Please tell me that how the signal flows(inter connection between)through the parts of
    VI(both in HOST and FPGA modules).
    Final my goal is i need to generate modulated(AM,FM,FSk,BPSK,QPSK Etc) signal with Fc
    21.4MHz for providing as a input to other module(RAD-2,Pentaland).
    plz tell me  can i get this by using  LabVIEWmathscript or modulation tool kit Etc.
    I am using LabVIEW 8.2 and card NI-5640R(PCI based) v 1.1
               Thanking you so much sir.
    Thanks & regards,
    Sreenivasulu.O

    Hi Sreenivasulu:
    The example of the Getting Started Guide (manual), that probably you made has an updated version from April 2007 ( http://www.ni.com/pdf/manuals/371621b.pdf ).  This example is only designed to acquire a signal and visualize it, but it doesn't generate any signal through the output ports (read this very carefully cuz this are the basics which have to be totally understood).  You can try the Input Output example, which acquires and generates two independent signals.  I think the generated signal is a QAM which is totally unrelated to the input signal. You can also try the Frequency Translation or Sine Generation example.  Put special attention to the Local and DMA FIFOS, which transfer data between input and output (at FPGA level) and between FPGA and HOST respectively.
    I also recommend a lot reading in this forum all the posts related with the probelms that other people had, and the possible solutions tha the comrades recommend.  Most of the time are common problems between 5640r users.  Good comprehension of the theory behind ADCs, DACs and FIFOS is also recommendable. Also there are some cool tutorials an videos in the NI's FPGA website, try them to understand the concepts.
    OK, I'll try to explain how the dataflow works (as i have understood)
    1) Analog data comes through the input and is converted by the ADC.
    2) Digital data can be:
    Manipulated at FPGA level: Once manipulated, the digital data is transported to the DAC (with the Local FIFO) .  The DAC converts the binary data to an analog signal, which then can be read throug the AO port
    Transmited to the host to be manipulated or seen in the HOST (with the DMA FIFO
    I hope this helps you
    Cheers!

  • 7.2.0 won't recognize video input devices and gives error 2003332927

    Ever since upgrading to QT 7.2.0, my G5 duo 2.0 has been unable to use quicktime to record video from hardware that worked fine with earlier devices. Also this hardware is recognized fine by Final Cut Pro and iMovie even with QT 7.2.0 installed. I have attempted most maintenance fixes (fixing permissions, etc) but have hit a wall on this issue. I use two different pieces of hardware: a Panasonic DV 2000 recorder and a Data Video DAC analog to digital video converter. neither will be recognized by Quicktime. Because I have a second MAC G5 duo, I know the hardware is working properly under the earlier version of QT 7.1 When going to preferences in Quicktime and selecting the recording option, instead of recognizing the Panasonic, it just lists a generic DV option. Similarly, instead of recognizing the DAC converter, it just lists a generic DV converter. Then when attempting to record a movie after choosing one of the generic devices, I get the error prompt below:
    "The operation could not be completed due to an unknown error. NSE error "MAC OS error 2003332929" Domain+NSOSStatusErrorDomain Code+2003332927).
    I've tried switching the firewire port used to connect the devices with no relief there as well.
    Any clue what's wrong? Or am I going to have to wait for another upgrade of Quicktime to fix this?

    Fortunately I've been able to put a temporary fix into my system. By searching my primary drive for all Quicktime system files, I've deleted all files and dragged the application Quicktime 7.1.0 from another computer into the application folder. Restarting seems to have replaced all the library preference files needed for quicktime. It instantly recognized my video input items.
    This obviously needs a more permanent fix which will only come when Apple releases the next version of Quicktime (possibly today with the release of Leopard).

  • Line in not working correc

    I own an SB li've card and when i try to record in my line in i only get sound from the right hand side. I have tried changing the lead and looked at all the setting etc but have had this problem for a while. Please please can somebody help me?

    Jackman wrote:
    Yes i have put the slider in the middle and tried all cables. I am recording from various things but i want to record from my cd dex.
    Hmm... do you mean you want to rip CD's?
    If you answer yes, and you have a CD/DVD dri've in your PC setup, then you don't need to connect your CD for recording but just use your CD/DVD dri've and some CD ripping software like
    Media Monkey -
    http://www.mediamonkey.com/
    Easy CD-CA Extractor -
    http://fin.afterdawn.com/ohjelmat/audio_ohjelmat/cd_rippaajat/easy_cdda_extractor.cfm
    , etc..
    Why in this way, because of --> when you record through Line-In your signal is converted to analog on your CD player (is there a good quality DAC) --> converted to digital in yor Li've! card (which ADC is plain crap) vs. : digital copy you get by ripping from CD/DVD directly.
    jutapa

  • Problem with connect to sql server ..

    I have problem with connect to sql server2005
    i use jpa(hibernate) and jsf
    javax.servlet.ServletException: javax.persistence.PersistenceException: org.hibernate.exception.JDBCConnectionException: Could not open connection
    javax.faces.webapp.FacesServlet.service(FacesServlet.java:606)
    root cause
    javax.faces.el.EvaluationException: javax.persistence.PersistenceException: org.hibernate.exception.JDBCConnectionException: Could not open connection
    javax.faces.component.MethodBindingMethodExpressionAdapter.invoke(MethodBindingMethodExpressionAdapter.java:102)
    com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:102)
    javax.faces.component.UICommand.broadcast(UICommand.java:315)
    javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:794)
    javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:1259)
    com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:81)
    com.sun.faces.lifecycle.Phase.doPhase(Phase.java:101)
    com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:118)
    javax.faces.webapp.FacesServlet.service(FacesServlet.java:593)
    root cause
    javax.persistence.PersistenceException: org.hibernate.exception.JDBCConnectionException: Could not open connection
    org.hibernate.ejb.AbstractEntityManagerImpl.convert(AbstractEntityManagerImpl.java:1361)
    org.hibernate.ejb.AbstractEntityManagerImpl.convert(AbstractEntityManagerImpl.java:1289)
    org.hibernate.ejb.AbstractEntityManagerImpl.throwPersistenceException(AbstractEntityManagerImpl.java:1371)
    org.hibernate.ejb.TransactionImpl.begin(TransactionImpl.java:60)
    servlet.PrzychodniaBean.dodaj(PrzychodniaBean.java:30)
    sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    java.lang.reflect.Method.invoke(Unknown Source)
    org.apache.el.parser.AstValue.invoke(AstValue.java:262)
    org.apache.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:278)
    com.sun.faces.facelets.el.TagMethodExpression.invoke(TagMethodExpression.java:105)
    javax.faces.component.MethodBindingMethodExpressionAdapter.invoke(MethodBindingMethodExpressionAdapter.java:88)
    com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:102)
    javax.faces.component.UICommand.broadcast(UICommand.java:315)
    javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:794)
    javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:1259)
    com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:81)
    com.sun.faces.lifecycle.Phase.doPhase(Phase.java:101)
    com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:118)
    javax.faces.webapp.FacesServlet.service(FacesServlet.java:593)
    root cause
    org.hibernate.exception.JDBCConnectionException: Could not open connection
    org.hibernate.exception.internal.SQLStateConversionDelegate.convert(SQLStateConversionDelegate.java:131)
    org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:47)
    org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:125)
    org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:110)
    org.hibernate.engine.jdbc.internal.LogicalConnectionImpl.obtainConnection(LogicalConnectionImpl.java:304)
    org.hibernate.engine.jdbc.internal.LogicalConnectionImpl.getConnection(LogicalConnectionImpl.java:169)
    org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction.doBegin(JdbcTransaction.java:67)
    org.hibernate.engine.transaction.spi.AbstractTransactionImpl.begin(AbstractTransactionImpl.java:160)
    org.hibernate.internal.SessionImpl.beginTransaction(SessionImpl.java:1263)
    org.hibernate.ejb.TransactionImpl.begin(TransactionImpl.java:57)
    servlet.PrzychodniaBean.dodaj(PrzychodniaBean.java:30)
    sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    java.lang.reflect.Method.invoke(Unknown Source)
    org.apache.el.parser.AstValue.invoke(AstValue.java:262)
    org.apache.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:278)
    com.sun.faces.facelets.el.TagMethodExpression.invoke(TagMethodExpression.java:105)
    javax.faces.component.MethodBindingMethodExpressionAdapter.invoke(MethodBindingMethodExpressionAdapter.java:88)
    com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:102)
    javax.faces.component.UICommand.broadcast(UICommand.java:315)
    javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:794)
    javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:1259)
    com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:81)
    com.sun.faces.lifecycle.Phase.doPhase(Phase.java:101)
    com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:118)
    javax.faces.webapp.FacesServlet.service(FacesServlet.java:593)
    root cause
    java.sql.SQLException: No suitable driver found for jdbc:sqlserver://localhost;databaseName=MIS
    java.sql.DriverManager.getConnection(Unknown Source)
    java.sql.DriverManager.getConnection(Unknown Source)
    org.hibernate.service.jdbc.connections.internal.DriverManagerConnectionProviderImpl.getConnection(DriverManagerConnectionProviderImpl.java:173)
    org.hibernate.internal.AbstractSessionImpl$NonContextualJdbcConnectionAccess.obtainConnection(AbstractSessionImpl.java:276)
    org.hibernate.engine.jdbc.internal.LogicalConnectionImpl.obtainConnection(LogicalConnectionImpl.java:297)
    org.hibernate.engine.jdbc.internal.LogicalConnectionImpl.getConnection(LogicalConnectionImpl.java:169)
    org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction.doBegin(JdbcTransaction.java:67)
    org.hibernate.engine.transaction.spi.AbstractTransactionImpl.begin(AbstractTransactionImpl.java:160)
    org.hibernate.internal.SessionImpl.beginTransaction(SessionImpl.java:1263)
    org.hibernate.ejb.TransactionImpl.begin(TransactionImpl.java:57)
    servlet.PrzychodniaBean.dodaj(PrzychodniaBean.java:30)
    sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    java.lang.reflect.Method.invoke(Unknown Source)
    org.apache.el.parser.AstValue.invoke(AstValue.java:262)
    org.apache.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:278)
    com.sun.faces.facelets.el.TagMethodExpression.invoke(TagMethodExpression.java:105)
    javax.faces.component.MethodBindingMethodExpressionAdapter.invoke(MethodBindingMethodExpressionAdapter.java:88)
    com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:102)
    javax.faces.component.UICommand.broadcast(UICommand.java:315)
    javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:794)
    javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:1259)
    com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:81)
    com.sun.faces.lifecycle.Phase.doPhase(Phase.java:101)
    com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:118)
    javax.faces.webapp.FacesServlet.service(FacesServlet.java:593)
    note The full stack trace of the root cause is available in the JBoss Web/7.0.13.Final logs.
    persistance.xml
    <?xml version="1.0" encoding="UTF-8"?>
    <persistence version="2.0" xmlns="http://java.sun.com/xml/ns/persistence" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/persistence http://java.sun.com/xml/ns/persistence/persistence_2_0.xsd">
    <persistence-unit name="PrzychodnieLekarskiePU" transaction-type="RESOURCE_LOCAL">
    <class>model.Przychodznia</class>
    <properties>
    <property name="hibernate.connection.username" value="a"/>
    <property name="hibernate.connection.password" value="a"/>
    <property name="hibernate.connection.url" value="jdbc:sqlserver://localhost;databaseName=MIS"/>
    <property name="hibernate.connection.driver_class" value="com.microsoft.sqlserver.jdbc.SQLServerDriver"/>
    <property name="hibernate.dialect" value="org.hibernate.dialect.SQLServerDialect"/>
    <property name="javax.persistence.jdbc.url" value="jdbc:sqlserver://localhost;databaseName=MIS"/>
    <property name="javax.persistence.jdbc.user" value="a"/>
    <property name="javax.persistence.jdbc.password" value="a"/>
    <property name="javax.persistence.jdbc.driver" value="com.microsoft.sqlserver.jdbc.SQLServerDriver"/>
    </properties>
    </persistence-unit>
    </persistence>
    Edited by: 985713 on 2013-02-02 07:12
    Edited by: 985713 on 2013-02-02 07:37

    it works ok : I don't known where is error in jpa .. ?
    public class MyConnection {
         public static Connection getConnection () throws SQLException{
              String url = "jdbc:sqlserver://ABADDON1;databaseName=MIS";
              String user = "a";
              String pass = "a";
              DriverManager.registerDriver(new com.microsoft.sqlserver.jdbc.SQLServerDriver());
              Connection conn = DriverManager.getConnection(
                        url,user,pass);
              System.out.println("OK");;
              return conn;
    try {
                   conn = MyConnection.getConnection();
                   } catch (SQLException ex) {
                        System.out.println("Error: " + ex.getErrorCode()
                                  + ex.getMessage());
                   }

  • Hibernate Driver not found error

    Hi, I downloaded the hibernate tutorial examples:
    [http://docs.jboss.org/hibernate/orm/4.1/quickstart/en-US/html/pr01.html]
    They worked fine using the H2 in memory database. However, I tried to change the hibernate-tutorial-hbm Maven project to connect to Oracle 11g Express Edition. These were the changes I've done:
    1. To add ojdbc14.jar as a Manven dependency to the .pom configuration file;
    2. To create the entity Event in my Oracle XE database;
    3. To reset the following hibernate properties:
    <property name="connection.driver_class">oracle.jdbc.OracleDriver</property>
    <property name="connection.url">jdbc:oracle:thin:@localhost:1521:xe</property>
    <property name="connection.username">system</property>
    <property name="connection.password">1234</property>
    After doing these changes, I tried to run Maven "test" target, but an exception was thrown:
    Test set: org.hibernate.tutorial.hbm.NativeApiIllustrationTest
    Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 1.421 sec <<< FAILURE!
    testBasicUsage(org.hibernate.tutorial.hbm.NativeApiIllustrationTest) Time elapsed: 1.376 sec <<< ERROR!
    org.hibernate.exception.JDBCConnectionException: Could not open connection
    at org.hibernate.exception.internal.SQLStateConversionDelegate.convert(SQLStateConversionDelegate.java:131)
    at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:49)
    at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:125)
    at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:110)
    at org.hibernate.engine.jdbc.internal.LogicalConnectionImpl.obtainConnection(LogicalConnectionImpl.java:304)
    at org.hibernate.engine.jdbc.internal.LogicalConnectionImpl.getConnection(LogicalConnectionImpl.java:169)
    at org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction.doBegin(JdbcTransaction.java:67)
    at org.hibernate.engine.transaction.spi.AbstractTransactionImpl.begin(AbstractTransactionImpl.java:160)
    at org.hibernate.internal.SessionImpl.beginTransaction(SessionImpl.java:1363)
    at org.hibernate.tutorial.hbm.NativeApiIllustrationTest.testBasicUsage(NativeApiIllustrationTest.java:61)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:601)
    at junit.framework.TestCase.runTest(TestCase.java:168)
    at junit.framework.TestCase.runBare(TestCase.java:134)
    at junit.framework.TestResult$1.protect(TestResult.java:110)
    at junit.framework.TestResult.runProtected(TestResult.java:128)
    at junit.framework.TestResult.run(TestResult.java:113)
    at junit.framework.TestCase.run(TestCase.java:124)
    at junit.framework.TestSuite.runTest(TestSuite.java:243)
    at junit.framework.TestSuite.run(TestSuite.java:238)
    at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:83)
    at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:35)
    at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:146)
    at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:97)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:601)
    at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
    at $Proxy0.invoke(Unknown Source)
    at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:145)
    at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:87)
    at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
    Caused by: java.sql.SQLException: No suitable driver found for jdbc:oracle:thin:@localhost:1521:xe
    at java.sql.DriverManager.getConnection(DriverManager.java:604)
    at java.sql.DriverManager.getConnection(DriverManager.java:190)
    at org.hibernate.service.jdbc.connections.internal.DriverManagerConnectionProviderImpl.getConnection(DriverManagerConnectionProviderImpl.java:192)
    at org.hibernate.internal.AbstractSessionImpl$NonContextualJdbcConnectionAccess.obtainConnection(AbstractSessionImpl.java:278)
    at org.hibernate.engine.jdbc.internal.LogicalConnectionImpl.obtainConnection(LogicalConnectionImpl.java:297)
    ... 30 more
    I'm investigating three possible mistakes:
    1. Classpath
    2. Driver class name
    3. Url connection
    Unfortunately, I couldn't fix it yet.
    What's really wrong?
    PS. I'm using Ecplise Indigo
    Edited by: fadc80 on 20/04/2012 08:29
    Edited by: fadc80 on 20/04/2012 08:31

    fadc80 wrote:
    1. To add ojdbc14.jar as a Manven dependency to the .pom configuration file;odjbc14 to connect to Oracle 11g? Try ojdbc6.
    I'm investigating three possible mistakes:
    1. Classpath
    2. Driver class name
    3. Url connection
    Unfortunately, I couldn't fix it yet.
    What's really wrong?Something odd, as the hibernate configuration and the error report don't match.
    <property name="connection.driver_class">oracle.jdbc.OracleDriver</property>and
    org.hibernate.service.classloading.spi.ClassLoadingException: Specified JDBC Driver oracle.jdbc.OracleDrive class not foundNotice the diference there?

  • IMovie clips some footage

    I an very new to this. I imported some old home movie in vhs using a DAC 100 digital converter and a VHS VCR under a much earlier version of iMovie and it went well, but was limited. I bought the newest iLife software and now iMovie 6, which is up to date and there is a problem now. As I import the movie from the DAC converter a few seconds of the file will be clipped out from time to time. Watching the movie on the television set shows it playing as always but watching it on my laptop shows breaks of a few seconds. Any idea what I am doing wrong or what has changed with the newer verson of iMovie?
    I have a 1Ghz. G4 laptop running OS 10.4.8. I have 512 MB SDRAM and 28+ GB free sapce available on the hard drive. I have a big firewire backup drive with much spare room. Would it be helpful to have that on when working with iMovie?
    G4 Powerbook & iMac 800   Mac OS X (10.4.5)  
    G4 Powerbook & iMac 800   Mac OS X (10.4.5)  
    G4 Powerbook & iMac 800   Mac OS X (10.4.5)  

    My gut feeling is that you have too little RAM and not enough free space on your hard disk.
    1GB RAM is a realistic minimum for iMovie work. DV takes up 13GB an hour, plus swap files, plus the 15-20GB of free space required to make iDVD work properly.
    iMovie is not happy with video fed to it from an external drive, firewire or not. The project you are working with needs to be on the same (startup) disk as iMovie is.
    So, instead use your external drive to clear some space on your hard disk.

  • Using lossless codec with air tunes / airport express

    i recently installed an airport express so that i can listen to my itunes library on my stereo. i have connected the airport to my stereo using a toslink cable. most of my library is encoded at 192kbs or 128 kbs aac files. i was hoping that if i encoded music using the lossless codec that i would be able to match the sound i get from my cd player through the stereo. my early tests have not worked well. if i compare a song in my itues encoded at 128, 192, 256 and lossless they all sound basically the same when played through my stereo using airport express. none of them sound as good as the same song played through my stereo from the cd player. the cd player is hooked up via a digital coax and both the cd player and the airport express are programmed identically in the stereo (using the stereo uplink sample). my asumption was that since both sources are digital (assuming that itunes to express to toslink remains digital) and that from what i have read the lossless codec is indistinguishable from a cd in playback that the two would sound the same. however the cd sounds much louder and fuller.has anyone had a sucessfull experience where the airport express has matched a cd in playback quality? any thoughts / suggestion? thanks.
    ian

    hi james. my understanding is that i am feeding a digital signal from itunes to ax to my stereo and that because i am using a toslink optical connection from the ax to my stereo the signal remains digital until the stereo's internal dac converts it. this is essentially the same process that is happening with the cd player. the digital coax feeds a digital signal to the stereo where the stereo's internal dac converts the signal. so the question becomes why with a lossless codec would there be any difference in sound quality if the digital signal is being processed exactly the same way in the stereo? my only answer is that i am not receiving a pure digital feed from the itunes to ax to stereo path. somewhere it is being stepped on. any thoughts?
    ian

  • Parallel to SPI converter

    I'm looking for Parallel to SPI converter component in order to convert SPI from DAC and ADC after opto-couplers to 60x-bus of MPC875.
    If you know device that can fit my needs please advice me
    Tkanks Roman.

    Maria_Amo wrote:
    Hi!
    I changed my mind and I would like to use some of your devices to connect my ISM transceiver to the PC.
    The interfaces I need are:
    -An SPI that works as slave (my device is an SPI master, it generates its own clock signal)
    -6 GPIO
    I saw that you have the USB8451 but it works alwasy as a master, so i think i can not use it...
    Thank you so much!!
    reposted here: http://forums.ni.com/t5/LabVIEW/SPI-connector-for-Master-device/td-p/2000615

Maybe you are looking for

  • Need to change stroke color of an object in a script

    I need the finished script to create a rectangle with no fill and a 20% gray stroke to outline each artboard. I dug this up off these boards, which works perfectly except the rectangles created have no fill or stroke. if anyone could help out on this

  • Note 1681589: Missing entry in search help of RPUTMSE0 report

    Hola Buena tardes, Estamos aplicando la Note 1681589: Missing entry in search help of RPUTMSE0 report; En la version 4.7 hace referencia a un valor que no existe. Table: T52B5 TMS1 RPUTMSE004  TOA C111E0 Puede ser que el valor correcto es: sobra un n

  • Ipad 1 not syncing all photos from icloud

    i have just bought an ipad 1 64gb (ios 5.1.1) all works fine but only 120 of the 1000 photos have synced via icloud? any ideas? do i need to plug into itunes 1st time? thanks

  • Mac Pro new update won't boot after 10.8.2 Update 1.0

    It just stays on the apple screen during boot after entering pw for account. Its been over 5 min that it just stays in that screen. Anyone else seeing this after doing 10.8.2 Supplemental Update 1.0?

  • XML Audio Issue - brings in 1A and not 2A

    Background, We aquired all our media for a project and placed it in a FCP7 project file Prores HD101825P. No edits, just clips in the browser. then we exported an XML Version 1 so that we could move all the clips and bins over to a G5 to log everythi