Build my own interface to NAT9914 on aa ADSP2191 based system (analog devices)

Hi,
I have to build software drivers and interfaces to for a board that based an ADSP2191 ( Analog devices) with a NAT9914 as Gpib interface .
I have also a SRAM where the NAT9914 registers are mapped .
I should build only asimple software who is able to read and write to the GPIB .
Do you have ane programming example or any other information that would help my job?
Thank's ,
Massimo Rofi

Hello,
You will find the following links helpful, http://www.ni.com/support/gpib/reg_prog.htm and the links based on a search for "NAT9914" at http://search.ni.com/?col=alldocs&layout=TechResou​rces&ql=a

Similar Messages

  • How to build my own SOAP envelope

    Hi
    after a lot of work I have now realised that my SOAP to SOAP scenario can't use SAP XI std SOAP ENVELOPE on the receiver part.
    How to I build my own SOAP ENV in my RECEIVER payload? iMaybe in the mapping or in the WSDL/XSD?
    Any guides or experienses are welcome
    hope someone can help
    cheers

    Hi Bowie,
    Here is one possible approach...
    1) Set "Do Not Use SOAP Envelope" in your Receiver SOAP Adapter.
    2) Add this xsl as a second step in your interface mapping.
    <?xml version="1.0" encoding="UTF-8"?>
    <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
      <xsl:template match="/">
        <env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope">
          <env:Body>
            <xsl:copy>
              <xsl:apply-templates select="@*|node()"/>
            </xsl:copy>
          </env:Body>
        </env:Envelope>
      </xsl:template>
      <xsl:template match="@*|node()">
        <xsl:copy>
          <xsl:apply-templates select="@*|node()"/>
        </xsl:copy>
      </xsl:template>
    </xsl:stylesheet>
    You can then modify the soap envelope nodes above to create what you need.
    -Russ

  • Can I use a PCI-1424 with a non-standard camera and build my own camera file?

    I want to test a certain CCD which in non-standard and I want to setup the direct interface with it. My idea is to use a 1424 board and build the camera file.

    Technically, you can build your own cable and ICD (configuration) file for your camera. It can be very difficult, though. If the CCD is fairly standard, NI might be willing to create a basic ICD file for you which you can modify to do what you want. The best way to figure out what can be done in an ICD file is to look at ICD files for other cameras.
    Bruce
    Bruce Ammons
    Ammons Engineering

  • Should I build my own component, or is there a solution to my built-in ScrollPane woes?

    "I am desperate. I am going insane. Please, please help me."
    That is how my last post ended. And no one replied, which I
    suppose means that there is no solution to the problem I have with
    the ScrollPane component in flash 8.
    I just want to put both of the scroll arrows of the
    ScrollPane's scroll bar together on the same end of the scroll
    track, instead of at opposite ends of the track.
    I have customized everything else about the ScrollPane with
    HaloThemes and setStyle, etc, but cannot seem to re-position the
    arrows.
    So, I am wondering if I should just make my own scroll pane.
    I have been cautioned against using too much actionscript in flash,
    though, so I am wary. Anyone know of a reliable method for making a
    scroll pane for images with scroll arrows that can be positioned
    together?
    Or should I stick it out with the built-in ScrollPane?

    No, what you ask is not possible with the standard
    components.
    I don't understand why you would be cautioned against using
    "too much actionscript" in Flash....
    Everything I do is built entirely with AS these days. I even
    draw out all of my elements at runtime, and this makes my
    interfaces faster, both in loading and in processing. So there is
    nothing wrong with using a ton of AS in Flash. However, if you do
    not know AS very well, these things are fairly difficult to do.
    If you do know AS fairly well, then go ahead and make your
    own Scroll Pane. Best-case scenario, you make a component that fits
    your needs, and is much smaller (file-size) than the ScrollPane.
    The built-in components tend to be a bit bloated. Worst-case
    scenario: Over too much time, you make something that is bigger
    than the ScrollPane component, and pretty much does the job you
    want, but is a bit buggy, and you have quite a few headaches on the
    way.
    Personally, I do not understand why Adobe hasn't given us the
    ability to rearrange the arrows on the UIScrollBar, or even simply
    turn the track off completely. These seem like simple things that
    should be easy for Adobe to add. I really need to compile a list of
    things to submit through the wish list page.
    So, you can stick with the ScrollPane, have it easy and done,
    but with a sub-ideal scrollbar. Or you can work at building your
    own ScrollPane component. If you build your own, you may spend a
    bit of time in development, but you will be able to get your
    scroller to display the way you want.

  • Builder my own RTSP client

    Hi, guys
    I want to build my own RTSP client,
    I know that JMF2.0 can support RTSP URL, but i want to find a source code which implements RTSP client treatment without using JMF's Manager.createPlayer . Because i need some changes in RTSP treatment
    I have found the source code to implement the RTSP server in Java using simple socket.

    Douglas, any progress?

  • How to build your own install img?

    How do I build my own arch install image...iirc there are tools but I don't know how to use them.
    Also is it possible to use the usb .img installer off of one's harddrive?  I know I can use dd to put it on a partition, but was wondering if it would be able to boot and install properly.

    This is from an email by Dieter to the arch-releng list:
    git clone http://projects.archlinux.org/git/archiso.git
    cd archiso/archiso
    sudo make install #to be packaged later
    cd ../configs/install-iso
    # change version in Makefile
    # if on x86_64, remove intel-536ep and intel-537 from packages.list
    ./buildall.sh
    scp release/* ...somewhere...

  • How I build my own libraries of classes/methods in java ?

    How I build my own libraries of classes/methods in java ? how then I refer a functionX() (i mean method) in LibraryX ? can you give a short/brief example of a library with a class with a method and a main method of normal class calling this method (of external's added library's) ?

    Just another cross poster.
    [http://www.java-forums.org/new-java/12389-how-i-build-my-own-libraries-classes-methods-java.html]
    db
    edit And [http://forums.java.net/jive/thread.jspa?messageID=305387]
    Edited by: Darryl.Burke

  • How to build my own policy?

    i need build my own policy to interact with database.
    just tell me where can i get a better reference of this.
    thanks a lot

    http://www-106.ibm.com/developerworks/library/j-jaas/?n-j-442
    This example from IBM is very good however it does more than you may need. Concentrate on the XMLPolicy.java code and corresponding .xml files.
    hope this helps!

  • How to build my own LEXER

    Hi :
    I want to build a Text Query Application which bases on Oracle interMedia Text. Besides some default languages the interMedia supports (English, French ...), I need index on my own language document. When I refered to the Oracle Text Reference, I saw that I can use the BASIC_LEXER for English and all other supported whitespace delimited languages. My language is Vietnamese which has whitespace delimiter. The question is that can I build my own language dictionary-lexer (similar to some default dictionaries : English, France, German, Chinese ...) to index my document and how can I do that ? In the documents I refered (Oracle Text Application Developer's Guide and Oracle Text Reference) I could'n find direction for doing this.
    Thanks.

    Hi,
    In 9.2 there is a new feature: USER_LEXER. The USER_LEXER lets you write and plug in your own lexer to handle
    languages or other indexing techniques that Oracle Text does not support. We will be publishing the 9.2 Text technical
    overview in a few days that shows you how to do it.

  • How to create own interface without .cpp file?

    how to create own interface without using .cpp file ? To access the method inside the interface .
    e.g.  ILayoutTarget.
      Should not be SDKFileHelper.h because they are using SDKFileHelper.cpp file

    Rathan,
    PLz chk the below link (PDF file)
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/d23cbe11-0d01-0010-5287-873a22024f79?quicklink=index&overridelayout=true
    Mutti

  • How could I build my own TOOL in Photoshop CS2

    How could I build my own TOOL in Photoshop CS2? Like building a new Brush tool which could draw very fancy lines in Photoshop opened images.

    You can't create a tool in Photoshop, but you can in your own filter plugin (similar to extract or liquify).

  • Dynamically build web GUI interface

    Hi,
    I am planning to build web GUI interface. Instead of desiginning statically, I want to store GUI meta data in a xml file and build web GUI from the meta data.
    I would like to know if there any java tools available already to build web GUI from meta data.
    THanks
    RR

    Hi,
    I am planning to build web GUI interface. Instead of
    desiginning statically, I want to store GUI meta data
    in a xml file and build web GUI from the meta data.
    I would like to know if there any java tools
    available already to build web GUI from meta data.
    THanks
    RRWell, if you use Swing with a JApplet then you are dynamically creating the user interface. The components are added at runtime, not when you compile the programs. All you need to do is drive which controls to add by some stored data. The same is true for HTML if you generate your pages at runtime (i.e. not just static HTML files).

  • Modify\Remove UDI 'build your own page' text

    Hi , 
    I am using UDI wizard to create custom 'Build your own page' type template. Could anyone pls. suggest how to modify\remove 'my First custom page'? from this wizard page? 
    any pointers will be appreciated. Thanks. 

    Hi,
    It is not displayed when your run the UDI or when you run the Preview either actually.. The name used will be the two you supplied when creating the page here:
    So the My First Custom page is just displayed when you edit it.
    -- My System Center blog ccmexec.com -- Twitter
    @ccmexec

  • Build my own Connection Pool

    Hi,
    I have to build my own connection pool.
    Any resources and help will be appreciated.
    cheers,
    vjoy

    Hi,
    I have to build my own connection pool.Why?
    Any resources and help will be appreciated.There are some open-source connection poolers, most notably DBCP; you can see how they did it.

  • PHP-building my own shopping cart

    Hi all
    Has anyone tried to build their own shopping cart?
    Besides a secure space on a server, does anyone know a little
    bit about what building a shopping
    cart entails?
    I am using PHP and I would look into integrating the shopping
    Cart with authorize.net...
    Authorize.net has some documentation for developpers about
    this, so I'll look into it, but I just
    wondered if this was something anybody had done, and if this
    was accessible to someone like me (I
    know my PHP pretty good) if this is way over-the-top
    complicated.
    seb ( [email protected])
    http://webtrans1.com | high-end web
    design
    Downloads: Slide Show, Directory Browser, Mailing List

    thanks a lot for this info gareth
    gareth wrote:
    >>> If there's come particular technology beyond
    PHP, or some specific
    >>> protocol, to thansfer the
    > shopping cart info (including CC number) to the
    institution that processes
    > the transaction.
    >
    > Well HTTPS is always used to encrypt the transaction in
    transite. Apart from
    > that it really depends on the financial institution your
    details with. A
    > large proportion of payment providers actually take the
    card details on
    > their site. You pass across the customers details, name,
    address, order
    > number, order value etc to the provider site, and then
    they take the card
    > details on their site, and then pass back a response to
    you with the order
    > number (or some other unique reference), saying if the
    transaction has
    > succeeded or not. This way, you actually have no contact
    with the credit
    > card details. This method is prefered, as it takes a lot
    of responsibility
    > off you, you don't have to try and store the details
    securely or pass the
    > details securely.
    >
    > Various methods are used by the institutions when
    passing the details. Its
    > always by post, by some provide code that you run all
    the fields through
    > that you send to them with a secret key, which creates a
    hash that you send
    > to them as well. At their end, they run the details
    through the hash
    > generator with your key, and if the two hash values
    don't match then they
    > know the data has been tampered with in transit (eg the
    customer saving your
    > checkout page, changing the order amount, and then
    submitting the data from
    > their own server). They then hash the reponse they send
    back to you, and
    > then you hash it and compare the values, so you can be
    sure the info coming
    > from the payment provider hasn't been tampered with.
    Usually the code is
    > available in a variety of languages, and most give PHP,
    although HSBC use C,
    > which you can run through PHP (although I actually
    created an extension to
    > PHP to generate the hash).
    >
    >> You can always just send POST vars, in the format
    they require, to the
    >> transaction processor, right?
    > Or is there something else at play?
    >
    > Yes, its almost always sent to the institution as a
    simple form POST. You
    > just need to pass a unique value, so that they can pass
    it back and you can
    > link the response to the customers order at your end.
    >
    >> And it's just a matter of knowing how this response
    is formatted, to deal
    >> with it, right?
    >
    > Yes, usually they send the data to an address on your
    server you provide, as
    > POST data. So, its simple to read it using PHP.
    >
    >> thanks for this info... All in all I was just
    wondering what's the big
    >> deal about building a
    > shopping cart, compared to, say, builing a CMS.
    >
    > No problem, to be honest with you, and IMHO its really
    not that difficult,
    > less so than building a complete CMS. It used to be,
    years ago, but the
    > financial institutions have made things easier now, and
    provide all the
    > processing for you. The main problem that put people off
    was security, but
    > nowadays merchants don't take credit card details
    themselves, so its not a
    > major issue.
    >
    > It really depends on the payment provider, some are
    easier than others, the
    > banks own systems tend to be more complex than other
    parties such as
    > Worldpay.
    >
    seb ( [email protected])
    http://webtrans1.com | high-end web
    design
    Downloads: Slide Show, Directory Browser, Mailing List

Maybe you are looking for

  • User Exit/BADI name required for changing schedule lines (VA01 and VA02)

    Hi all, Please tell me an exit or badi for modifying VBEP date i.e. VBEP-EDATU which triggers for a change in any of the following fields: 1. VBAK-KUNNR;   2. VBAK-VDATU  and   3. VBAP-WERKS Currently I tried using USEREXIT_MOVE_FIELD_TO_VBEP and FOR

  • Radio button column in the tabular report

    Hi everyone, I have a tabular report. I wanted to have radio button and check box some of the field. Please take a look at my sample application. http://apex.oracle.com/pls/otn/ Workspace ==> SHYIN username ==> SHY password ==> shy Application ID : 2

  • Problem with interlacing when exporting with Media Encoder CS 5.5

    It seems that when exporting a Video with interlacing in Premiere 5.5 with Media Encoder 5.5, the exported video is still interlaced although it is rendered with progressive settings. When rendering with the same settings through Premiere 5.5 without

  • Editing text in mail

    Editing text in mail is nearly impossible since upgrading to Mavericks. Cursor doesn't go where I want it to go and doesn't edit where it looks like it's going to edit. Anybody else have the same problem?

  • Can someone explain how to bridge a huawei modem/r...

    I am switching to fibre broadband soon and will be provided with an huawei home gateway hg658c but would like to bridge it to my asus router.  I have the hg658c now so could someone tell me the steps to bridge it.  I have admin access at advanced but