Unable to acquire 4 channels (2048 samples to be read).PCI 7030/6040E

I am using the PCI 7030/6040E DaQ card (Labview 6.1, Windows 2000,Pentium).I want to acquire 4 channel data (2048 samples from each channel)at 6.5kS/s Sampling Rate.When I do this using AI Acquire Waveforms.vi the program gets stuck.When I use continuous buffered acquisition using intermediate VIs, then data over write error occurs.(I am taking FFT of the data and plotting the data as four Waterfalls using Intensity Chart.).It says that you are not reading data from the buffer as fast and so overwriting occurs.How can I solve this problem.Can I get data at this rate using this card ?If so,what should be the buffer size etc? (I want continuous acquisition).

thanks.i am attaching the code,Buffered.vi and non_buffered_ni.vi.both does not work.the second one gets stuck and the first one gives some overwrite error.Actually what I want is the first one,buffered.vi,because I want continuous acquisition.the second one i have tried to see whether it will work.as i have told,i want a sampling rate of 6500 samples/sec and i want to take 2048 samples from each channel to take FFT and plot waterfall.hope this gives a clear picture.
Attachments:
Buffered.vi ‏183 KB
non_buffered_ni.vi ‏148 KB

Similar Messages

  • Multi channel multiple sample

    Hi,
    I am using USB6218 DAQ device and Labview 9. I have used DAQ assitant in my VI and my setting are RSE mode to sample 30 channels, continuous mode,20 samples,rate 100hz. This is what I had in mind from my programming background from C/C++ and I am new in using Labview. I was trying to get 20 samples from channel 1 in 10ms period and store in an array for eg channel_1_val[20] and switch to channel 2 and get 20 samples in 10ms time and store in channel_2_val[2] and so on for thirty channels. I figured timing should not be an issue as USB device has 250Ks/S for 32 channel which would approx 7ks/S for channel which is 120us roughly. So 20 samples in 10msec is plenty of time. Does the setting in DAQ assistant would do my above task as expected. Need help from experts.
    Thanks

    Hi Christian,
    Just curious to know what I think is gonna happen to my attached VI. Please correct me if I am wrong. I am expecting, channel 1 sample 1 and a msec later channel 2 sample 1 and a msec later channel 3 sample 1 and so forth. And when all my 20 samples for 30 channels are acquired which would take roughly 600msec the while loop will wait for 500msec to start the next sampling. This is what I had in mind when I created the VI. I am also curious to know is there any buffer allocated or it just takes a sample from channel 1 writes in a register or memory and after a msec takes a sample from channel 2 and overwrites on the same register or memory. The reason I am asking that is I would like to write all my samples on an excel in a format given below and fill an array with 20 samples from each channel and take an average to determine the pressure leak
    Timestamp        |          channel no          |        Voltage(v)               |         Pressure(psi) 
    and may be plot a graph based on how fast I get this done. Currently write to spreadsheet on my Vi is filled with rows equal to no of samples and just one column. I am guessing that I need a build an array with the value that I sample everytime after a msec and finaly write this array to excel. If that is the case how will I form the dynamic array. Thanks for your support.
    Attachments:
    analog_ip1.vi ‏78 KB

  • Sample per channel and sample to read

    Hello everybody
    I am new in LABVIEW and I have some difficulties with something.
    I don t know exactly what is the difference between the sample per channel et the sample to read. I believe knowing that the sample per channel is the size of the buffer which is more big than the sample rate but I don t know what is the sample to read.
    I ve tested with different sample per channel and sample to read. Sometimes I have an error and sometimes know and I would like to know why. If you have any example for I understand better, it will be great.
    I really need to understand this part for my project
    Thank for your help
    Romaric GIBERT
    Solved!
    Go to Solution.

    Hi Roro,
    As you mentioned, when acquiring continuous samples you can specify the sample buffer size by placing a value at the input "samples per channel" on the timing vi. The "number of samples per channel" input on the read vi which automatically names a control/constant with "samples to read" specifies the number of samples you wish to pull out of the buffer in one go when reading multiple (N) samples. This link may provide a bit more clarification. I have also attached a good example from the NI example finder which you may find useful to explore. I'm assuming you are using the DAQmx driver set so please let me know if this is not the case, but the same principles should apply either way.  
    This therefore means when sampling at a given rate, you need to ensure you are pulling data out in big enough 'chunks' to prevent the buffer from overflowing (which may well be causing the error you are seeing). Conversely if your sampling rate is slow and your read vi is having to wait for the number of samples to read you specified to be available, it may throw a timeout error. You can avoid this by either increasing your sampling rate, reducing your samples to read or increasing the timeout specified at the read vi input (-1 means it will wait indefinitely).
    Let me know if this helps and how you get on.
    All the best.
    Paul
    http://www.paulharris.engineering
    Attachments:
    Cont Acq&Graph Voltage-Int Clk.vi ‏27 KB

  • Unable to find channel ID at inbound SOAP Adapter

    Hi experts,
    I encountered a very puzzling problem:
    I have a scenario:
    IDOC -> XI -> SOAP
    For 2 interfaces of such nature, 1 works fine, 1 doesn't.
    The one that does not work is throwing the following error in RWB - Message Display Tool (MDT):
    2007-03-22 10:57:05 Success The message was successfully received by the messaging system. Profile: XI URL: http://ootspdbs02:50100/MessagingSystem/receive/AFW/XI
    2007-03-22 10:57:05 Success Using connection AFW. Trying to put the message into the receive queue.
    2007-03-22 10:57:06 Success Message successfully put into the queue.
    2007-03-22 10:57:06 Success The message was successfully retrieved from the receive queue.
    2007-03-22 10:57:06 Success The message status set to DLNG.
    <b>2007-03-22 10:57:06 Error Unable to find channel ID
    2007-03-22 10:57:06 Error Delivery of the message to the application using connection AFW failed, due to: Couldn't find delivery channel for message: a277e57c-c837-e44f-9ae2-da0d701980c4. </b>
    2007-03-22 10:57:06 Success The asynchronous message was successfully scheduled to be delivered at Thu Mar 22 10:58:06 SGT 2007.
    2007-03-22 10:57:06 Success The message status set to WAIT.
    In SXMB_MONI, it shows the message has been processed successfully - indicating that the mapping is fine. Status = Awaiting acknowledgement.
    I've looked up the forums, and the general solution offered is to refresh the SLD cache.
    I've tried that, but it doesn't work.
    Please help.
    Thanks.
    Ron

    > hmm.. then things not a problem with the cache.
    > Is the error in MONI? Or is it in the Adapter Engine?
    >
    >
    > I know it isrepeatitive, but checking if the Objects
    > are all active and correct in the ID is the only
    > solution I can suggest.
    >
    > Regards
    > Bhavesh
    In the MONI, the status is successful, awaiting acknowledgement.
    After sometime, the ack status will be "Acknowledgement contains System Errors"
    <SAP:Category>XIServer</SAP:Category>
      <SAP:Code area="OUTBINDING">CO_TXT_ROUTING_BACK_ERROR</SAP:Code>
      <SAP:P1>,BS_DEV1_NAUTICUS_OOTS</SAP:P1>
      <SAP:P2>,BS_NHGDDBS01,,</SAP:P2>
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>Error occurred during back-routing Error in communication channel</SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
    But I don't think these are related, because the message wasn't sent out, naturally there's an error in the ack.

  • Comes With Music - "Unable to acquire license" err...

    I have a N97 with Comes With Music. Since the past week, I have been unable to download tracks from the Music Store. I log in to my CWM account as usual, but everytime i click on the download button after selecting a track, it just gives me the error message "Unable to acquire license". 
    Anyone else experience this problem? How do I fix this?

    missmiami wrote:
    Can anyone help please.  I have a new nokia 5310 CWM but I can't xfer my music off my laptop onto it.  I lost all my original downloads cos my original CWM phone broke.  My subscription has expired but I am still entitled to the tracks on my laptop, plus I pay insurance on my phone, which surely means I should be able to have my old music on my new phone, at the moment I'm worse off
    Provided that your new device is a Comes With Music-compatible device, you can have your account transferred to the new device, you need to contact your local Nokia Care helpline and ask for the registered device to be changed. You will need to provide your music store username, the old IMEI number and the new IMEI number.
    If this or any post answers your question, please remember to help others by pressing the 'Accept as solution' button.

  • Modifying a column caused PMON unable to acquire latch

    I was modifying a varchar2 column on a table by increasing its size from 32 to 1024. (153 rows in the table.)
    It caused a hang within the database and in the alert log saw the message: PMON unable to acquire latch
    I have been told this can happen if the tables are accessed by PL/SQL, if that is the case is there any way that tables can be modified without causing this issue?
    Has anyone else ever experienced this and did they find any usable solution to it?

    the only errors in the alert log were:
    Wed Apr 22 09:49:40 2009
    PMON failed to acquire latch, see PMON dump
    Wed Apr 22 09:54:41 2009
    PMON failed to acquire latch, see PMON dump
    Wed Apr 22 09:55:45 2009
    PMON failed to acquire latch, see PMON dump
    a trace file was produced and the first few lines say:
    PMON unable to acquire latch 600edc80 Child shared pool level=7 child#=2
    Location from where latch is held: kghfrunp: alloc: session dur:
    Context saved from call: 0
    state=busy, wlstate=free

  • Transactions "unable to find channel"

    Hello,
    I have made two test channels on my server - but doing a "rug channels" on
    my clients gives a "No channels available" message (and performing a
    transaction fails, giving an "unable to find channel" message).
    I followed instructions in the ZLM Admin docs while setting up, the clients
    both work fine with red-carpet.ximian.com, I was able to add the service
    for my local ZLM server fine, and they both activated fine with a test
    activation key I made, but for some reason they can't see any channels on
    this server.
    I'm at a bit of a loss troubleshooting the problem - can't figure out what
    I might have missed! Any suggestions? (I'm using ZW6.5 on SLES8-SP3, with 2
    clients: SLES9 and SuSE-Pro-9.1).
    Many thanks for any help,
    Karl

    Kpodesta,
    It appears that in the past few days you have not received a response to your posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Do a search of our knowledgebase at http://support.novell.com/search/kb_index.jsp
    - Check all of the other support tools and options available at http://support.novell.com in both the "free product support" and "paid product support" drop down boxes.
    - You could also try posting your message again. Make sure it is posted in the correct newsgroup. (http://support.novell.com/forums)
    If this is a reply to a duplicate posting, please ignore and accept our apologies and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://support.novell.com/forums/

  • XI - Unable to find channel ID

    Hello,
    I am trying to post a message via HTPP and I get the error message
    Message Data - Error category: XI_J2EE_ADAPTER_ENGINE
    Message Data - Error code: CHANNEL_DETERMINATION_FAILED
    Audit Log - Error: Unable to find channel ID
    Audit Log - Error: Delivery of the message to the application using connection AFW failed, due to: Couldn't find delivery channel for message:
    Could you help me on this topic, please?
    Thanks in advance for your answer,
    Vincent,

    Hi Vincent,
    Here are a couple of suggestions which normally works.
    I guess you should check your receiver agreement, i.e your receiver channel.
    RWB --> Component monitoring --> Adapter monitoring --> your receiver channel (it should be green).
    If it is not, then thats where the problem lies.
    Also there is a nice link for Problem Analysis Guide, which tells you the approach to take to analyse a problem,
    http://help.sap.com/saphelp_nw04/helpdata/en/6c/7ffb3f6c78ee28e10000000a1550b0/frameset.htm
    Also check your Pipeline URL in SLD.
    Business System ->Click On -> Pipe Line URL
    It should be
    http://Server:port/sap/xi/engine?type=entry
    Second, Go to SICF Transaction in XI, and activate the service sap/xi/engine
    For more
    Transmitting message to entry pipeline failed !!
    https://websmp103.sap-ag.de/~sapdownload/011000358700002757652005E/HowtoMintorAF.pdf
    Also Double check your port(for the second URL). It should be the HTTP port listed when you go to txn SMICM then Goto->Services. The port you have there looks like the J2EE port.
    If nothing works, Just try to restart AFW and AFxxx services (from Visual Admin)
    Steps to restart AFW and AFxxx services are:
    Start the Visual Admin tool. Connect to your XI J2EE Engine (640).
    Go to Server->Services.
    Try to restart such services as "SAP XI AF Messaging", "SAP XI AF Core", "SAP XI Adapter: XI", etc.
    Regards,
    Abhy
    Message was edited by: Abhy Thomas

  • Error: Unable to find channel ID

    Hello,
    I have an scenario R/3 - XI - Mail in GEN, the same scenario was working perfectly in GED but after transporting it to GEN it does not work.
    In the adapter monitoring I can see the following error: 'Unable to find channel ID'. Does anybody know the reason of this error?
    Thanks in advanced,
    Luis.

    hi,
    - check if all directory objects are tranported to new landscape!
    - activate communication channel once more
    - refresh CPA cache
    Regards,
    michal
    <a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>

  • Unable to find channel ID - using Test Message in RWB

    Hey all - we are using the Test Message tab of the RWB, and we get "Unable to find channel ID" as the response to our message being sent.  We are clueless what this means... since this is supposed to send straight into the engine, I'd expect something like "no interface determination" or sometimes similar - but we can't figure out what this error means.  This is the message we get, regardless of payload or interface chosen...  We even chose an interface that has already been tested & is running successfully into XI via the JMS adapter, so we know the actual path thru XI is valid. 
    Help is appreciated - I'm sure this is something silly we don't have set up that we need...

    We were hitting the Test tab after clicking the AF in RWB - you should choose the engine... it likes that much better. 

  • "Unable to find channel ID" error.

    Hello experts,
    We are building an IDOC->XI->JMS scenario.
    Sending the IDOC gets it into the XI and it is visible inside the SXMB_MONI. Looking at a trace level 3 on the trace section of the message you can see that all pipeline activities are performed as normal.
    The last action of the Outbound Binding is successful and the correct Communication channel name (from the Receiver Agreement) is displayed in the trace - meaning was selected.
    Looking in the RWB on the details of the message show that:
    - message was received from http://xiserver:50000/MessagingSystem/receive/AFW/XI
    - The message goes in and out of the receive queue.
    - the message status set to DLNG
    - Unable to find channel ID.
    - ... error stuff..
    This Channel ID error is the one who causes us trouble.
    Looking at the same place for a PROXY->XI->JMS scenario shows that the correct channel is selected. this channel is the channel in the receiver determination - the name only exists there so it doesn't relate to any other channel (like MQ channel).
    Could really use help finding this problem source or activating J2EE traces the could point to what's wrong.
    Thank's - Yoad.

    Hi,
    One thing which could be wrong is the cache. Try in the IB:Directory to see if all things have been succesfully committed to the CPA.
    Then try to refresh the CPA cache. http://xiserver:50000/CPACache/refresh?mode=full (Login as XIDIRUSER)
    If you are on SP 12, you could use NW administrator on http://xiserver:50000/nwa -> select Monitoring -> Logs and traces and in the blank dropdownbox select Default trace.
    Hope this helps

  • Unable to find channel ID

    Hello,
    I am running into some problems testing out a scenario using the test tool in the rwb that is supposed to do a simple map and write to a table using the JDBC adapter.
    The error I get in the message monitor are:
    Message Data - Error catagory: XI_J2EE_ADAPTER_ENGINE
    Message Data - Error code: CHANNEL_DETERMINATION_FAILED
    Audit Log - Error: Unable to find channel ID
    Audit Log - Error: Delivery of the message to the application using connection AFW failed, due to: Couldn't find delivery channel for message:
    Using the test configuration tool in the Configuration Bulider test is successful, it finds Rec Det, Interface Det, Interface Mapping and Rec Agreement etc.
    If anyone can give me any pointers would be very appreciated!
    Thanks
    Nam

    Hello!
    Wow, that was quick!
    I originally tried clicking directly on the adapter engine (central) and sending from there. That sends the message to http://ac4sap02:58100/MessagingSystem/receive/AFW/XI.
    That generates the errors I listed below.
    I tried following your weblog and clicking on the Integration Server and testing from there. Message is sent to:
    http://ac4sap02:58100/sap/xi/engine?type=entry
    This generates an error: Error when sending message: 404 Not Found.
    When testing the engine service in SICF I get the errors below:
    Pipeline specified in URL attribute (type) not existing
    URL_PIPELINE_NOT_FOUND
    Pipeline ID , which is expected as value of attribute &quot;type&quot; in the URL, does not exist in the Integration Engine (URL = /sap/xi/engine?sap-client=510
    Thanks!
    Nam

  • NSMMReplicationPlugin - Unable to acquire replica

    10/Mar/2003:16:54:56 -0500] NSMMReplicationPlugin - Unable to acquire replica "cn=ims, cn=replica, cn="o=ims.com", cn=mapping tree, cn=config (host sun172.ims.deco.com, port 389)": permission denied. The bind dn "cn=Replication Manager,cn=config"
    does not have permission to supply replication updates to the replica. Will retry later.
    That is the error iam getting when ever i intialise the Master. Is any body know what is this error means. I followed the document as it specified.
    Is there any permission do i need to specify while iam creating agreements?
    Thanks in advance

    [11/Mar/2003:09:49:52 -0500] conn=23 fd=28 slot=28 connection from 162.9.101.132 to 162.9.101.133
    [11/Mar/2003:09:49:52 -0500] conn=23 op=0 BIND dn="cn=Replication Manager,cn=config" method=128 version=3
    [11/Mar/2003:09:49:52 -0500] conn=23 op=0 RESULT err=0 tag=97 nentries=0 etime=0 dn=""
    [11/Mar/2003:09:49:52 -0500] conn=23 op=1 SRCH base="" scope=0 filter="(objectClass=*)" attrs="supportedControl supportedExtension"
    [11/Mar/2003:09:49:52 -0500] conn=23 op=1 RESULT err=0 tag=101 nentries=1 etime=0
    [11/Mar/2003:09:49:52 -0500] conn=23 op=2 EXT oid="2.16.840.1.113730.3.5.3"
    [11/Mar/2003:09:49:52 -0500] conn=23 op=2 RESULT err=0 tag=120 nentries=0 etime=0
    [11/Mar/2003:09:49:52 -0500] conn=23 op=3 UNBIND
    this is my access log.
    When i initailize consumer the error iam getting is "The error received by the replica is: '3 Replication error acquiring replica: permission denied'.
    I re-doing every thing including installtion software. i guess i did some thing wrong when i first setup. I really appriciate your help on this thank you very much. I will keep posting if i have any errors.

  • "unable to acquire rendered frame" error message with AE CS6 Motion Tracker

    Hi Everyone,
    I am having issues with the built in tracking software in After Effects CS6. Everytime I hit "analyze" I receive the error message "unable to acquire rendered frame" or it simply remains at "0% (frame 1 of 70)". Sometimes I get the message "unable to obtain dynamiclink server connection". I've tried different types of footage, re-started, re-installed the software, deleted (emptied) the database and caches, started a fresh composition, and even did a fresh install of OSX but nothing works. Any ideas? I've searched a lot of forums on this and I've seen the problem in similiar situations (same error message with Warp Stabilizer analysis) but nobody seem to have found any resolution.
    I'm running AfterEffects CS6 on Mac OS 10.8.
    Processor  2.93 GHz Quad-Core Intel Xeon
    Memory  8 GB 1066 MHz DDR3 ECC
    Graphics  ATI Radeon HD 4870 512 MB
    Downloaded all the latest updates.
    Done all the usual emptying of caches, repaired disk permissions, re-installation of software, etc.
    Any help would be very much appreciated.
    Thank you.

    What firewall/antivirus software are you using?
    After Effects communicates with the background camera tracker process using TCP, and some overly aggressive firewall/antivirus software can block this communication. That may be the problem in your case.
    See this document for a closely related issue:
    http://helpx.adobe.com/x-productkb/multi/startup-screen-hangs-premiere-after.html

  • Unable to view channel 5 on demand?

    I am unable to view channel 5 on demand?  I have installed Adobe Flash Player but it is telling me I haven't??? Any ideas how I can rectify this please?

    To help troubleshoot we'll need the following system information:
    Operating   system  
    Browser  
    Flash   Player version
    When reporting issues with video or audio, it's also helpful to get your system hardware and driver details.  Instructions for finding this information can be found here:
    Windows  
    Mac
    Finally, sometimes video and audio problems are caused at a lower level and not directly related to Flash Player.  I recommend trying both of the links below to see how they perform.  If the problem exists with both, then Flash Player is most likely not the culprit as the HTML5 video link does not use Flash Player when playing.  You can verify the use of HTML5 by right clicking the HTML5 video and looking for the words "About HTML5" at the bottom of the context menu.
    HTML5   video  
    Non-HTML5 video

Maybe you are looking for