How to get labVIEW to recognize DaqBOOK 2000A from Iotech

I've just setp my hardware and software. Does anybody now how to get LabView to start "talking" with this IOTech product, DaqBook 2000A or similiar IOTech hardware?

You can get the Agilent drivers from Agilent - where else?
Once you have installed the drivers, in MAX you have to enable tulip support for the non-NI controller to be recognized. Expand the software listing, select NI-VISA, select the VISA Options tab, select General Setting>Passports. Check the box for NI-VISA Support for Tulip.
p.s. It's not a 'cord' or 'wire'. It's a GPIB controller. There are numerous GPIB tutorials available on the web. You should google that before you start doing any LabVIEW programming.

Similar Messages

  • How to get LabVIEW to use library created in Xcode using a library node?

    I have written C++ code in the Xcode IDE on Mac OS X. This code controls a camera driver to tell it to take a picture and save it. I want to call this code in LabVIEW. I am trying to use a library node, but when I tell it the location of the Xcode project it doesn't recognize that anything is there. How can I get LabVIEW to recognize this? (Xcode used to be called Project Builder in earlier versions). In the documentation it says to link against libvlexports.a. I have included this file in my Xcode project, but does "link against" mean something more than that?

    To create a framework in XCode that you can reference in LabVIEW for Mac OS:
    Open XCode.
    Select File»New Project.
    Select Framework»Carbon Framework as the project type.
    Name the framework when prompted. Click Finish.
    The XCode browser will now appear. Click on main.c to open the file. This is where you will create your functions. For an example open the file main.c in the Call Library Function Node on Mac with XCode zip file.
    After adding your functions, compile the framework. The compiler settings should all be left at default.
    Access your functions via a Call Library Function Node in LabVIEW.
    To access the functions in a framework using the Call Library Function Node in LabVIEW:
    Place a Call Library Function Node on the block diagram by going to All Functions»Advanced»Call Library Function Node.
    Apple-Click on the Call Library Function Node and select "Configue..."
    Click on the Browse button and browse to your .framework file and click Select to select the framework.
    Type the name of the function you want to access in the Function Name field.
    NOTE: Unlike LabVIEW 7.x for Windows, once your framework is selected, the Function Name field DOES NOT autopopulate a list of functions in the framework.  You must type in the name of the function you want to access.
    Specify the return type of the function.
    Add the number of parameters in the function and specify their types.
    The function prototype will appear in the Function Prototype field according to how you have specified the function parameters.
    Click the OK button.
    Your Call Library Function Node will appear with the number of inputs you selected as well as the output. If LabVIEW cannot find the function you specified within the framework, it will show a broken Run arrow.
    The "Call Library Function Node on Mac with XCode.zip" file (attached) contains a simple framework created in XCode along with its source code in main.c.  main.c simply contains two functions both of which multiply two numbers. One function accepts integers and the other doubles. The zip file also contains a VI that references this framework using a Call Library Function Node.  This VI was created in LabVIEW 7.1 for Mac OS.
    Kind Regards,
    Message Edited by AESulzer on 07-08-2005 06:11 PM
    E. Sulzer
    Applications Engineer
    National Instruments
    Attachments:
    Call Library Function Node on Mac with XCode.zip ‏33 KB

  • How to get FCP to recognize an animation sequence, not individual clips ?

    Hello All;
    Could someone tell me how to get FCP to recognize a .png animation sequence (Exported from After-Effects) ? When I place the directory or files onto the timeline, I get a project 27 minutes long, rather than 10 seconds like it should be. I know this must be easy and I'm just missing something.
    Tim

    You exported a .png image sequence from After Effects?
    Three choices:
    1) In Final Cut Pro, click anywhere in the 27 minute long timeline and type Command + A to select all the clips. Once they are all selected Control Click on any one of the selected clips, and from the drop down menu choose Duration. Set the duration each clip is supposed to be ( 1 frame? 3 frames?) and click OK.
    2) In Final Cut Pro, go to the menu Final Cut Pro > User Preferences. When The User Preferences open, click on the Editing Tab. Set the Still/Freeze duration to the duration you want for each of the stills in your image sequence and click OK. You will then need to re-import the stills, and they will now each be the new duration. This does not work on the stills you have already imported- you need to import the stills again.
    3) Open Quicktime Pro (Quicktime Player 7) and go to the menu File > Open Image Sequence. . .
    Navigate to the first frame of your image sequence and click Open. You will be asked to pick your frame rate. Set that and click OK.
    When it opens, go to the menu File > Export and the Save Exported File As . . . window will open. Choose the codec you want for your animation (Pro Res, most likely) and, determine a location for the file and click Save. The image sequence will be exported as a Movie in the frame rate and codec you chose. Import that movie into FCP to edit or composite.
    MtD

  • How to get mac to recognize thumb drive?

    how to get mac to recognize thumb drive?

    Launch the Disk Utility application. Does the thumb drive appear in the list of volumes on the left side? If not, try using a different USB port. If the issue still occurs then try restarting the system. If the thumb drive appears in Disk Utility check out how it is formatted. Do you have data on it that you need?  If it can be erased try formatting it with Disk Utility using the Mac OS Extended (journaled) format. If the thumb drive will be used in a Mac and PC environment then take a look at this article for additional information on choosing the right format. 
    http://www.macyourself.com/2012/03/11/how-to-format-a-drive-for-mac-and-pc-compa tibility/

  • How to get iPhotos to recognize my email provider

    How to get iphotos to recognize my email provider?  When I click 'send photo' I get an error window, but no instructions about what is wrong.
    david high springs

    Want to give a hint - like sharing the error you get for example - who is your e-mail provider? what e-mail client are you using?
    LN

  • How to get the values of Select-options from the screen.

    The value of parameter can be obtained by function module 'DYNP_VALUES_READ' but How to get the values of Select-options from the screen? I want the F4 help values of select-options B depending on the values in Select-option A.So I want to read the Select-option A's value.

    Hi,
    Refer this following code..this will solve your problem...
    "Following code reads value entered in s_po select options and willprovide search
    "help for s_item depending upon s_po value.
    REPORT TEST.
    TABLES : ekpo.
    DATA: BEGIN OF itab OCCURS 0,
    ebelp LIKE ekpo-ebelp,
    END OF itab.
    SELECT-OPTIONS   s_po FOR ekpo-ebeln.
    SELECT-OPTIONS s_item FOR ekpo-ebelp.
    INITIALIZATION.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR s_item-low.
      DATA:
      dyn_field TYPE dynpread,
      temp_fields TYPE TABLE OF dynpread,
      zlv_dynpro TYPE syst-repid.
      zlv_dynpro = syst-repid.
      CALL FUNCTION 'DYNP_VALUES_READ'
        EXPORTING
          dyname     = zlv_dynpro
          dynumb     = syst-dynnr
          request    = 'A'
        TABLES
          dynpfields = temp_fields
        EXCEPTIONS
          OTHERS     = 0.
      LOOP AT temp_fields INTO dyn_field.
        IF dyn_field-fieldname EQ 'S_PO-LOW'.
            SELECT * INTO CORRESPONDING fields OF TABLE itab FROM ekpo
            WHERE ebeln EQ dyn_field-fieldvalue.
            EXIT.
        ENDIF.
      ENDLOOP.

  • How to get an ArrayList Object in servlet from JSP?

    How to get an ArrayList Object in servlet from JSP?
    hi all
    please give the solution for this without using session and application...
    In test1.jsp file
    i am setting values for my setter methods using <jsp:usebean> <jsp:setproperty> tags as shown below.
    After that i am adding the usebean object to array list, then using request.setAttribute("arraylist object")
    ---------Code----------
    <jsp:useBean id="payment" class="com.common.PaymentHandler" scope="request" />
    <jsp:setProperty name="payment" property="strCreditCardNo" param="creditCardNumber" />
    <%-- <jsp:setProperty name="payment" property="iCsc" param="securityCode" /> --%>
    <jsp:setProperty name="payment" property="strDate" param="expirationDate" />
    <jsp:setProperty name="payment" property="strCardType" param="creditCardType" />
    <%--<jsp:setProperty name="payment" property="cDeactivate" param="deactivateBox" />
    <jsp:setProperty name="payment" property="fAmount" param="depositAmt" />
    <jsp:setProperty name="payment" property="fAmount" param="totalAmtDue" /> --%>
    <jsp:useBean id="lis" class="java.util.ArrayList" scope="request">
    <%
    lis.add(payment);
    %>
    </jsp:useBean>
    <%
    request.setAttribute("lis1",lis);
    %>
    -----------Code in JSP-----------------
    In testServlet.java
    i tried to get the arraylist object in servlet using request.getAttribute
    But I unable to get that arrayObject in servlet.....
    So if any one help me out in this, it will be very helpfull to me..
    Thanks in Advance
    Edward

    Hi,
    Im also facing the similar problen
    pls anybody help..
    thax in advance....
    Litty

  • I update my IPhone4 to IOS6 from IOS4.3.3. My all songs are missing in the Iphone4. How to get those songs into my Iphone from ITunes. Even after sync also not coming to IPhone.

    I update my IPhone4 to IOS6 from IOS4.3.3. My all songs are missing in the Iphone4. How to get those songs into my Iphone from ITunes. Even after sync also not coming to IPhone.

    The iphone is not  storage/backup device.
    The sync is one way - computer to iphone.
    The only exception is itunes purchases.  File>Devices>Transfer Purchases
    You should copy everything from your old computer, or your backup copy of your old computer, to your new one.

  • How to get the current logged in username from windows and put it into an AS var

    Hello,
    I was hopeing someone would know how to get the current logged in username from windows and put it into a var, so I can create a dynamic text box to display it.
    Thanks in advance
    Michael

    Just for everyone’s info, this is the script I have used to get the logged in windows username into flash ---- not and air app.
    In the html page that publishes with the .swf file under the <head> section:-
    <script language="JavaScript" type="text/javascript">
    function findUserName() {
         var wshell=new ActiveXObject ("wscript.shell");
         var username=wshell.ExpandEnvironmentStrings("%username%");
         return username;
    </script>
    The ActionScript:-
    import flash.external.ExternalInterface;
    var username:String = ExternalInterface.call ("findUserName");
    trace (username); // a quick test to see it in output

  • HT3702 i want to change my region and i don't know how to get rid of the remaing amout from my gift card ($0.48)

    i want to change my region and i don't know how to get rid of the remaing amout from my gift card ($0.48)

    Request that iTunes Support zreo balance your account.
    iTunes Support -
    http://www.apple.com/support/itunes/

  • How to Get details of list of SC from list of PO & vice versa ?

    Hello All,
    Can Please anyone tell me how to get the list of Shopping Carts from the list of PO. I have list of Purchase orders numbers. Can you please suggest any standard table or combination of standard tables from which I can get this report ?
    We have Stand alone system and do not have access to back end system.
    Thank you in advance.
    Digant

    you can use below code
    TYPES: BEGIN OF ty_po_guid_sc_guid,
                po_guid TYPE swo_typeid,
                sc_guid TYPE swo_typeid,
              END OF ty_po_guid_sc_guid.
    TYPES: BEGIN OF ty_sc_guid_sc_num,
                sc_guid TYPE guid,
                sc_num  TYPE crmt_object_id_db,
              END OF ty_sc_guid_sc_num.
    DATA: lt_po_guid_sc_guid TYPE STANDARD TABLE OF ty_po_guid_sc_guid,
             ls_po_guid_sc_guid TYPE ty_po_guid_sc_guid,
             lt_sc_guid_sc_num  TYPE STANDARD TABLE OF ty_sc_guid_sc_num,
             ls_sc_guid_sc_num  TYPE ty_sc_guid_sc_num.
    *Get the SC guid related to PO guid
    SELECT a~objkey AS po_guid c~objkey AS sc_guid INTO TABLE lt_po_guid_sc_guid
                  FROM srrelroles   AS a
                  JOIN bbp_pdbinrel AS b ON a~roleid EQ b~role_b
                  JOIN srrelroles   AS c ON b~role_a EQ c~roleid
                  FOR ALL ENTRIES IN lt_po_guid_sc_guid
                  WHERE a~objkey EQ lt_po_guid_sc_guid-po_guid.
           LOOP AT lt_po_guid_sc_guid INTO ls_po_guid_sc_guid.
             MOVE ls_po_guid_sc_guid-sc_guid TO ls_sc_guid_sc_num-sc_guid.
             APPEND ls_sc_guid_sc_num TO lt_sc_guid_sc_num.
           ENDLOOP.
           IF lt_sc_guid_sc_num[] IS NOT INITIAL.
    * Get the shopping cart number
             SELECT a~guid AS sc_guid b~object_id AS sc_num INTO TABLE lt_sc_guid_sc_num
             FROM crmd_orderadm_i AS a
              JOIN crmd_orderadm_h AS b ON a~header EQ b~guid
                  FOR ALL ENTRIES IN lt_sc_guid_sc_num
                  WHERE a~guid = lt_sc_guid_sc_num-sc_guid
                      AND b~object_type = 'BUS2121'.
           ENDIF.
    <removed>
    Please do not ask for points. Message was edited by: Zoltan Keller

  • How to get POF object's field value from query result

    hi,all:
    I want to get field value from the query result, my code is below
    Set setResults = cache.entrySet(createFilter("homeAddress.state = 'MA'"));
    for (Iterator iter = setResults.iterator(); iter.hasNext(); )
    Contact c=(Contact)iter.next();
    System.out.println ("firstame####=" + c.getFirstName());
    * but I get error*
    Exception in thread "main" java.lang.ClassCastException: com.tangosol.util.ConverterCollec
    tions$ConverterEntrySet$ConverterEntry cannot be cast to com.oracle.handson.Contact
    at com.oracle.handson.QueryExample.printResults(QueryExample.java:159)
    at com.oracle.handson.QueryExample.query(QueryExample.java:86)
    at com.oracle.handson.QueryExample.main(QueryExample.java:43)
    who can tell me how to get POF object's field value from query result

    Hi,
    If you look at the Java Doc for the entrySet method here http://download.oracle.com/docs/cd/E15357_01/coh.360/e15725/com/tangosol/util/QueryMap.html#entrySet_com_tangosol_util_Filter_ you will see that it returns a Set of Map.Entry instances so you need to do this...
    Set setResults = cache.entrySet(createFilter("homeAddress.state = 'MA'"));
    for (Iterator iter = setResults.iterator(); iter.hasNext(); )
        Map.Entry entry = iter.next();
        Contact c=(Contact)entry.getValue();
        System.out.println ("firstame####=" + c.getFirstName());
    }JK

  • How to get  data with the raw pattern from resultset ?

    would you tell me how to get data with the raw pattern from resultset ?
    thank you in advance!
    longgger2000

    I tried getBytes() and getObject()
    , but I can not get the right result , for example the
    data in oracle database is 01000000DFFF, when In used
    the method of getBytes() and getObject(), I get the
    result of [B@1c2e8a4, very different , please tell me
    why !
    thank you
    longgger2000
    [B is byte arrayseem that it return an bytes array for you.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • How to get standard program ,script,smartforms all from sap

    hi friends
    how to get standard program ,script,smartforms all from sap.
    thanks&regards
    Babasish

    Hi,
    reports:
    goto se38
    all programs not starting with y or z will be sap std programs only
    same for se71 scripts
    samse for smartforms
    but the use of those will be known when you see the documentation
    for each programme
    for std programs there will be documentation available so that you can understand
    why they have developed that object
    thanks & regards,
    Venkatesh

  • I have a Windows 7 Pro OEM disk that can install either the 32 or 64 bit version. When using version 5.0.3 of Bootcamp, I keep getting the message that it is a 32 bit disk.  Any ideas how to get it to recognize the 64 bit version?

    I have a Windows 7 Pro OEM disk that can install either the 32 bit or 64 bit versions.  When trying to setup a dual boot for my Mac Mini using Bootcamp version 5.0.3, I get the message that I have the 32 bit version of Windows.  Any ideas on how I can get it to recognize the 64 bit version so that I can partition my "Mini"?

    If by "OEM" you mean the disk came with another Win computer, it won't work. You need either a full retail verison or the "System Builders' Edition." I used the latter for my BC installation and it worked flawlessly and was marked as 64-bit--no mention of 32-bit.

Maybe you are looking for