Buffering problem in D/A conversion??

i am trying to modulate fsk and send it to the daq card(keithly kusb 3116) using LV Link 3 vi. i have posted its vi which i have made and the error which comes. which states "requested operation requires that valid samples in buffer be a multiple of 2" . plz help me with this problem. i have tried to use my daq card with VISA too. but i was only able to find very little help from tutorials and examples. sir, plz download these LV Link 3 vi too, so that my attatched vi works, and definitely it will ask for the open layer board too. plz help me as i am in my final semester of engineering and really stuck with this. thanx 
nauman
Attachments:
tx 5 with mod.vi ‏46 KB
error.png ‏45 KB

Hi nauman2558,
The error you are receiving isn't a LabVIEW error.  It is a custom error that was programmed by the designer of the driver, Data Translation. You may be able to contact them for more information about what to do to get rid of this error.
Here is a helpful tutorial for communicating with a 3rd party USB device using VISA calls.  Here is a general Instrument Control Tutorial.   
Good luck!
Regards,
Jared R.
Precision DC Product Support Engineer
National Instruments

Similar Messages

  • Problem in file content conversion from XML to CSV

    Hi Experts,
    I am finding problem in file content conversion. I need to convert the following XML file into CSV file:
      <?xml version="1.0" encoding="UTF-8" ?>
    - <ns0:MT_CROSS_REF xmlns:ns0="urn:dabur:idoc2file:pos">
          <Update_type>2</Update_type>
          <PLU>00000000</PLU>
          <Cross_ref_PLU>7777777</Cross_ref_PLU>
          <Capture_PLU />
          <Package_size />
          <Package_desc />
      </ns0:MT_CROSS_REF>
    The output file data has to be like:
    2,00000000,7777777,,,,
    The problem I am facing is while specifying the content conversion parameters in communication channel i dont know what recordset structure i should mention as all the records are directly under root. If I mention recordset structure as "ns0:MT_CROSS_REF" and parameters as
    ns0:MT_CROSS_REF.fieldSeparator   ,
    ns0:MT_CROSS_REF.endSeparator    'nl'
    i get error in communication channel monitoring and no file is posted.
    Please help me as to what correct parameter i should mention in my case.
    Thanks,
    Regards,
    Yash

    Hi Chirag,
    I cannot change the xml file as it comes after mapping idoc to a message type. How can I add ROOT in the xml? My message type is like MT_CROSS_REF and it has those 6 fields as in the XML (Update_type, PLU etc.). I do the mapping of these fields from a IDOC and get the XML.
    I hope you got my point.
    Thanks,
    Yash

  • Problem with File Content Conversion

    Hi All
    I am facing a problem with file content conversion.
    This is my sample file structure:
    Header_Record (Occurance - 1)
    Field1 in Header
    Field2 in Header
    Item(Occ-1 to n)
    Field3 in Item
    Field4 in Item
    <<ItemType>> (Structure in Item) (Occ - 0 to n)
    <<Field5>> in ItemType
    <<Field6>> in ItemType
    <<ItemTypeCategory>> (Structure in ItemType)(Occ - 0 to n)
    <<<<Field7>>>> in ItemTypeCategory
    <<<<Field8>>>> in ItemTypeCategory
    Footer_Record (Occurance-1)
    Field9
    Field10
    There is a key field 'Type' in all the above records with unique value in each record.
    Now, I defined Field content conversion as follows:
    Recordset Structure: Header_Record,1,Item, * , ItemType, * ,ItemTypeCategory, * ,Footer_Record,1
    Recordset Sequence: Ascending
    KeyField Name: Type
    Following are parameters defiled:
    Header_Record.Keyfieldvalue: 00
    Header_Record.fieldseperator: ,
    Header_Record.fieldnames: Field1,Field2
    Header_Record.endseperator: 'nl'
    Item.keyfieldvalue: 05
    item.fieldseperator: ,
    item.fieldfieldnames: field3,field4
    item.endseperator: 'nl'
    ItemType.keyfieldvalue: 10
    itemType.fieldseperator: ,
    itemType.fieldfieldnames: field5,field6
    itemType.endseperator: 'nl'
    ItemTypecategory.keyfieldvalue: 15
    itemTypecategory.fieldseperator: ,
    itemTypecategory.fieldfieldnames: field7,field8
    itemTypecategory.endseperator: 'nl'
    Footer.keyfieldvalue: 20
    Footer.fieldseperator: ,
    Footer.fieldfieldnames: field5,field6
    Footer.endseperator: 'nl'
    Now, i pass the following file:
    00,111
    05,222
    10,333
    15,444
    20,555
    What i expect out of my FCC is this (Sample output to show the hierarchy of field values):
    00,111
    05,222
    <<10,333>>
    <<<<15,444>>>>
    20,555
    But, I am getting this output (Hierarchy is missing. All the structures are in the same order without hierarchy):
    00,111
    05,222
    10,333
    15,444
    20,555
    Field values are being identified according to field content conversion, but, the hierarchy of the fields is missing.
    Can you please tell me how should i change my FCC config?
    Sorry for this long question.
    Many Thanks
    Chandra
    Edited by: Chandra Sekhar H on Jan 30, 2009 7:10 PM
    Edited by: Chandra Sekhar H on Jan 30, 2009 7:16 PM
    Edited by: Chandra Sekhar H on Jan 30, 2009 7:17 PM

    You will always get a flat structure from FCC. If you want hierarchichal strucuture, you have to create a target and map. You will get only like -
    Root
    --Recordset
    Group1
    Fields
    Grop2
    Fields
    Group3
    Fields
    VJ

  • Problem with file content conversion in receiver file adapter

    Hi All
    I have a problem with file content conversion in receiver file adapter.
    This is my recordset structure: Header_Record,1,Claim_Record,*,Check_Rec,1
    These are the content conversion parameters:
    Header_Record.fieldSeparator = ,
    Header_Record.endSeparator = 'nl'
    Claim_Record.fieldSeparator = ,
    Claim_Record.endSeparator = 'nl'
    Check_Rec.fieldSeparator = ,
    Check_Rec.endSeparator = 'nl'
    In SXMB_MONI, i can see that the data is correctly extracted from proxy, and correctly mapped to receiver message, and i see a checkered flag (success).
    But, Adapter status is RED with the following error message:
    Conversion initialization failed: java.lang.Exception: java.lang.Exception: Error(s) in XML conversion parameters found: Parameter '1.fieldFixedLengths' or '1.fieldSeparator' is missing
    In communication channel monitoring, i get the following error message:
    Message processing failed. Cause: com.sap.aii.af.ra.ms.api.RecoverableException: Channel has not been correctly initialized and cannot process messages
    What is going wrong here? Can anyone please tell me?
    Thanks
    Chandra

    Posted in Incorrect forum.
    Posted again in Process Integration forum

  • IDOC to flat File----Problem in File Content Conversion at receiver

    hi experts,
    I am doing a IDOC to flat file secnario.
    My requirment is IDOCXI-Flat file
    Format of flat file is like:--
    Every segment in the IDOC will be converted into a single line of file(without any delimiter). So number of lines in flat file will be equal to number of segments in IDOC.
    I am facing problem in File Content conversion. 
    Please help me out..
    Thanks
    Jaideep

    Check this doc...
    [How To...Convert an IDoc-XML structure to a flat file and vice versa in XI 3.0 |https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/46759682-0401-0010-1791-bd1972bc0b8a]

  • Problem in the character conversion

    Hi Guys,
    I am facing problem in the character conversion
    I am posting data from SAP to third party system using XI , by converting whole input message to a String .I am using SOAP adapter to communicate XI to third party system.
    Thirdparty system needs String to be wrapped in CDATA so that it will not choke by looking at the special characters. I did Wrap the output string in CDATA, using ABAP mapping but when I do that XI is converitng  arrow brackets < and >. into &lt and u2018&gtu2019   my assumption is it is double encoding.
    example -
    before map -  <AppSystemInfo>
    after mapping  it is converted as -  <![CDATA[ &ltAppSystemInfo&gt]]>
    Edited by: Vamsi on Jun 17, 2010 10:00 PM
    Edited by: Vamsi on Jun 17, 2010 10:01 PM

    Did you try to see the output?
    bcz if you are trying this in mapping testing it will show you like this as this conversion if for xml, so xml will not do anything wrong with the special characters, so for that special characters will be converted like that.
    Once try to run end to end interface and try to see at receiver side that how data looks like.
    Thanks,
    Hetal

  • Some layers in Photoshop cannot be seen, is this a buffering problem?

    Some layers in Photoshop cannot be seen, is this a buffering problem?

    Maybe these layers' visibility has been disabled. That'll be the case if there's a space where there normally is an eye to the left of a layer name in Layers panel. Click the space/eye to toggle visibility.

  • Problem with the date conversion

    Hi Friends,
    i am facing the problem with the date conversion,  Actuall my requirement is to pass the date to the screen based on the user setting roles(SU01).
    I have fetched the user setting date format by using the funciton module SUSR_GET_USER_DEFAULTS, The function module picks the exact user date setting (Like as MM/DD/YYYY, MM.DD.YYYY, DD.MM.YY).
    After that i have implemented the FORMAT_DATE_4_OUTPUT funciton module for converting of the user role setting date format into system  date format.
    for the english language case the funciton module FORMAT_DATE_4_OUTPUT works fine but the funciton module not supported for other languages
    Can you please provide the Function Moudle for user setting date conversion.
    The funciton module is most important for us,
    Thanks
    Charan
    Moderator message: date conversion questions = FAQ, please search before posting.
    Edited by: Thomas Zloch on Dec 21, 2010 2:19 PM

    Hope this logic helps you.
    DATA LF_DATE    TYPE DATS VALUE '21122010'. " 21-dec-2010
    DATA LF_DATE_BI(10).
    WRITE LF_DATE TO LF_DATE_BI.  "Now LF_DATE_BI contains the date in user format
    "Now populate the value LF_DATE_BI to the screen field

  • Buffering Problem?

    9-10 seconds into every song, it appears there is a buffering problem as the song doesn't really skip as much as it garbles. I have updated audio drivers, Active X, deselected sound enhancer, tried small-med-large streaming buffer size, removed Musicmatch and disabled WMP playback. If anything, the problem intensified after installing updates? Any feedback?
    Compaq Presario 2200 Laptop   Windows XP   Celeron Mobile

    me too. i've had this problem for several months, since version 5, nothing has worked...

  • MIRO document Number range buffering problem

    Dear all,
    My MIRO document number is not following the sequence. if my first 5 numbers come in a sequence, then the next 5 numbers are not coming in between. Instead, the next 5 numbers are coming. It might be due to number range buffering problem. How to find the number range object  for  MIRO document number range?
    How to solve this?
    Please suggest.
    I will award full points.
    Thanks & Regards,
    AR

    Hii,
    You can search the Number Range object in T-Code: SNRO
    The Number Range object for Invoice document is RE_BELEG
    Go the Change Mode of the Number Range Object in SNRO, remove the No of Numbers of Buffers (by default it will be 10).
    This will resolve your issue.
    Regards,
    Kumar

  • Buffering Problems on FP 10.1

    I have problems viewing video on Yahoo!  Video may run for 5 - 10 seconds, and then buffer for 5-10 seconds.
    Windows 7 64 bit operating system
    IE 8.0.7600.16358, (I open it in the 32 bit session)
    FP WIN 10,1,53,64
    ATI Radeon HD 4650 4GB video card.
    Intel(R) Core(TM) i7 CPU 920 @ 2.67GHz CPU 9 GB RAM.
    Internet Speed
    Download 2.74 Mb/s (SPEEDTEST.NET)
    Upload0.85 Mb/s (SPEEDTEST.NET)
    Ping 28 MS (SPEEDTEST.NET)
    Connection Speed 104.5 Kbps (CNET)
    I have disabled the hardware acceleration.
    I upgraded my video driver.
    Can you help me determine why I have buffering problems?
    Thanks,
    Don

    Hi, Does this happen after you have restarted your system?
    Do both of your browsers see the Flash logo animation here? If so then Flash Player is working correctly. I don't use Tree so am not familiar with it. Perhaps someone else will post to your thread with more info.
    http://www.adobe.com/software/flash/about/   
    Thanks,
    eidnolb

  • Audio Buffering problem

    Hi,
         I am trying play a real time audio received from server. I am using custom DataSource and sourcestream to cretae player and I observed that the when the data is given to the player through the read method player is not playing the data until it reaches 2 secs(approx). Is there any to avoid this buffering?
    Other observations are when the data is played from a input stream it playing iwthout any buffering. So, i it a bug or behavior? Please confirm so that we can decide on the way forward.
    Thanks
    Raghava Reddy

    Downloaded the free 900+mb Grey's Anatomy season
    finale.
    Have many other video's from iTunes, most paid for.
    They play fine, no out of sync, no apparent video
    buffering problem.
    This episode is, audio wise, out of sync with the
    video output and the video seems as if it is
    skipping, or buffering making a distorted, skipping
    video.
    Very hard to digest.
    I set all components (updated DirectX, Disabled 3D,
    set GDI only, in system made sure DMA is on, etc.)
    and since all other iTunes' video's play back
    fine, I am wondering what else there may be to do
    short of redownloading the vidoe which I may not be
    able to do.
    HP Ze 4230
    Pavilion/ Notebook Windows XP O/S XP
    Home, Sp 2, Itunes 7.0.0.7; 40 GB HDD, 1.83 Ghz, 512
    RAM, external 250 GB HDD,
    FOLLOW UP.................
    I also regressed to iTunes 6.0.5 to determine that the 900+ mb m4v file for Greys Anatomy seems in fact corrupted.
    Other iTunes tv shows play fine in both version 7 and 6.0.5.
    Grey's Anatomy video stutters and the voice is out of sync with the video.
    What is left for me to do?
    Apparently I can not re download the m4v file as only one download is allowed. And it took several hours to download...
    HELP!!!!!!!!!!!!!
    Thanks in advance,
    Robert
    HP Ze 4230 Pavilion/ Notebook Windows XP O/S XP Home, Sp 2, Itunes 7.0, 40 GB HDD, 1.83 Ghz, 512 RAM, external 250 GB HDD,
    HP Ze 4230 Pavilion/ Notebook Windows XP O/S XP Home, Sp 2, Itunes 7.0, 40 GB HDD, 1.83 Ghz, 512 RAM, external 250 GB HDD,

  • Severe buffering problems when streaming

    In the past couple of days, I have begun experiencing severe buffering problems when streaming video on the web. The video plays for like 6 seconds and then it pauses for like 6 seconds and continues this pattern over and over. This problem occurs regardless of which web browser I am using. I know the problem is not caused by the internet connection because I did a speed test and it is currently operating at 12mbps.  I have tried streaming video on another computer and it worked fine.

    Welcome to the Apple Community.
    Intermittent problems are often a result of interference. Interference can be caused by other networks in the neighbourhood or from household electrical items.
    You can download and install iStumbler (NetStumbler for windows users) to help you see which channels are used by neighbouring networks so that you can avoid them, but iStumbler will not see household items.
    Refer to your router manual for instructions on changing your wifi channel or adjusting your multicast rate.
    There are other types of problems that can affect networks, but this is by far the most common, hence worth mentioning first. Networks that have inherent issues can be seen to work differently with different versions of the same software. You might also try moving the Apple TV away from other electrical equipment.

  • How To Fix Slow Youtube Youtube Bufferring problem.

    Recently youtube online streaming video is running very slow even in 240p,what is the problem.I am currently using latest adobe flash player 11.6.602.180 with Google Chrome Browser.My bandwith is 4mpbs,how to fix slow video buffering,need help.

    I'm having the same buffering problems with ver 11.6.602.180.
    Just tried again during the same time of day.
    Backed-out back to 11.6.602.171 and the problem no longer seems to exist.
    I running Vista Home Premium SP2  32-bit  on an HP Pavilion dv6500 notebook w/ 2 GB RAM.
    AMD Athlon 64 X2 Dual core processor TK-55 1.80 GHz
    Firefox browser 19.0.2

  • Buffering problem with itunes 11.0.1 (Mac)

    i've a buffering problem with the neue itunes 11.0.1. the voice is like a robot voice every 15 seconde. I cannot find the buffering configuration. do someone have a idea ? thanx a lot

    Why is this Itunes such a pile of junk?  If I restart my computer I can sometimes find the recently added music in my Itunes Library. 
    It would be nice to know if other people are having the same problems.

Maybe you are looking for

  • Error while running OAF Page from Jdevloper9i -SECURITY_APPL_USER_NOTAUTH

    Hi Folks, I am facing the following error when I am running the OAF page from Jdeveloper 9i. I have checked the dbc file, responsibility key and id, Username and pwd. Everything is fine. But even I am getting this error. Please help me how to resolve

  • PDF file properties not display info

    LiveCycle ES2 SP1 : PDF created with Form ES2 does not show pdf version, PDF Producer, created, modified, Application Title, Author etc. I am using xdp + xml with  Form ES API formsClient.renderPDFForm method to generate pdf. (on windows right click

  • DWH data loading techniques

    Hi,  I am almost new in DataWareHousing I have two DB s application and DWH ,  now I can easily load the data from APP to DWH, those db s are in the same hosting Now,  I need to load the data from live DB to DWH which is in another hosting. I am thin

  • Customs & CHA charges

    Here my client requirement is they will be entering the total customs and cha charges in the PO conditions in pricing i have to make one separate account key for CHA charges, for customs it is already available how to make this account key and assign

  • Installed iLife 8 and my iMovie won't work. Help!

    I recently installed Leopard. It told me that it could not upgrade iMovie as I was on a G4 and not intel. Now I cannot use my iMovie. It opens but cannot export. I have version 3.0.3 Any ideas?