Looking for Data Translatoin DT 2821 VI

Hi folks,
I'm new with Labview (5.1) and want to use it with a Data Translation DT
2821 PC- ISA board.
Does anybody know were to get free drivers from for this board?
There weren't any with the Software and I didn't find any on the Nat.
Inst site, nor anywhere else (except from Data Translation, which want
to be paid for them).
Any ideas?
Rainer Ehrt

Labview don't supply drivers for the data translation cards, but data
translation do. However, I was told that they were not up to code. I asked
data translation for a demo/evaluation (just to be sure) and they simply
stated that they did not offer demos, since the product worked fine...
If you want to make your life a lot easier, and save a bunch of money(in
debuging the drivers), buy natinst DAQ cards. I was very statisfied of the
move.
Il you find any drivers on the net, please let me know.
Champlain Landry ing. jr
Rainer Ehrt wrote in message
news:[email protected]..
> Hi folks,
> I'm new with Labview (5.1) and want to use it with a Data Translation DT
> 2821 PC- ISA board.
> Does anybody know were to get free drivers f
rom for this board?
> There weren't any with the Software and I didn't find any on the Nat.
> Inst site, nor anywhere else (except from Data Translation, which want
> to be paid for them).
>
> Any ideas?
>
> Rainer Ehrt
>
>

Similar Messages

  • I tried to upgrade Reader and got a 1316 message.  So I thought I would uninstall it and try a new clean download.  Now I can't do anything.  It is looking for Data\Adobe\reader 9.1.cab,  Any suggestions?

    I tried to upgrade Reader and got a 1316 message.  So I thought I would uninstall it and try a new clean download.  Now I can't do anything.  It is looking for Data\Adobe\reader 9.1.cab,  Any suggestions?

    You may also not want to shout (large bold print) when you go to the Reader forum. It irritates a lot of folks and may distract from your question.

  • Pointing FCE to Look for Data at New Location

    FCE is in my laptop, but original clips (within an iMovie project) were taken from an External Disk ("ED"). When I opened the finished FCE project, I still had to be connected to the ED in order to keep all the files intact.
    I copied the iMovie file into the laptop, and then Set the Preference to look for data in the new location in the laptop, but it is not working. Only upon re-connecting to the ED can all the files be found and viewed again.
    Any suggestions would be greatly appreciated; thank you for your time and efforts.

    Piero, thank you for the reply. Reconnecting individual clip to the corresponding clip in the new location will be difficult as the clips are in iMovie, which (unlike in the old iMovie) does not actually show us all the individual clips.
    I suppose I will just have to start over, OR a good lesson for next time, to make sure where everything should be.

  • Looking for data card‏

    Dears
    I have Wireless-G Router for Mobile Broadband from Linksys with these specifications
    model number :  WRT54G3G-EU
    serial number  :  CKI11H110780
    I am looking for data card that supported by this router
    Here is five models of data cards from Option.com
    http://www.option.com/products/overview.shtml
    Which one of these five data cards models are supported by this linksys router ?
    Specifically from these data cards
    Waiting for your replay as soon as possible
    Best Regards    

    UP UP UP

  • When my iphone looks for data it turns off my car stereo

    Henever my iphone looks for data my car stero cuts out. There is a handsfree bluetooth system in the car which works fine

    This can happen with lithium batteries that have been completely empty and the phone not used for a very long time, say more than 6 months. If that is the case, you may succeed to revive it by doing the following:
    Charge it for an hour or so,
    disconnect the charger,
    put the iPhone ON,
    do not use it for 10 minutes,
    use the phone for 1 minute,
    put the phone OFF,
    leave the phone for 15 minutes,
    connect the charger and charge for half an hour,
    disconnect the charger,
    put the phone ON,
    do not use it for 10 minutes,
    use the phone for 2 minutes,
    put the phone to OFF,
    leave the phone for 10 minutes,
    connect the charger and charge for half an hour,
    disconnect the charger,
    leave the phone for 10 minutes,
    use the phone for 2 minutes,
    etc
    do this 4 or 5 times: it sounds silly, but this has a scientific base, it tries to move the electrons again in the battery.
    At some point the battery may come back to life completely. I have had the same three times, and in all cases it worked (2 Nokia, 1 iPhone).

  • Looking for Data Rates for Apple AIC vs DV...

    I've been looking around for a chart that compares the storage needed for an hour of AIC at the various qualities.
    I found this: http://support.apple.com/kb/HT2704   Please point me to the place of AIC Knowledge.
    Thanx from Rosco

    reading and writing the data shouldn't be the problem, its what you are doing with the data which will be taking all the time.
    Try this
    public class WriteFile {
        public static void main(String... args) throws IOException {
            String filename = "record.csv";
            int records = 140 * 1000;
            int values = 6;
                long start = System.nanoTime();
                PrintWriter pw = new PrintWriter(new BufferedWriter(new FileWriter(filename)));
                for (int r = 0; r < records; r++) {
                    for (int i = 0; i < values; i++) {
                        if (i > 0)
                            pw.print(',');
                        pw.print(r * 10 + i);
                    pw.println();
                pw.close();
                long time = System.nanoTime() - start;
                System.out.printf("Time to write %,d records was %.3f sec. file size=%.3fMB%n",
                        records, time / 1e9, new File(filename).length() / 1e6);
                long start = System.nanoTime();
                BufferedReader br = new BufferedReader(new FileReader(filename));
                String line;
                while ((line = br.readLine()) != null) {
                    // do some work.
                    String[] parts = line.split(",");
                    int[] nums = new int[parts.length];
                    for (int i = 0; i < parts.length; i++)
                        nums[i] = Integer.parseInt(parts);
    br.close();
    long time = System.nanoTime() - start;
    System.out.printf("Time to read %,d records was %.3f sec%n",
    records, time / 1e9);
    PrintsTime to write 140,000 records was 0.462 sec. file size=6.193MB
    Time to read 140,000 records was 0.792 sec

  • How do I connect an old Time Capsule to look for data from a previous OS?

    Hello. I replaced my old Time Capsule with a new one a few months ago, and broke in the new Time Capsule with a fresh backup of a clean 10.9 install after migrating my user account.
    Today, I noticed that there were some folders full of personal data that are neither on my MBP, nor in my Time Machine backups on the new Time Capsule. I am hoping that these folders still exist on my old Time Capsule which I used with 10.8.
    I'm wondering how to search through my old Time Capsule and its Time Machine backups. Specifically, I'm wondering how to connect it to my MacBook Pro, and whether I will be able to search for my (hopefully not) lost data through the Time Machine interface, or through the directory structure contained in Backups.backupdb.
    Can anyone help me out with a plan to proceed?
    Thank you very much.

    1. Turn off Time Machine in System Preferences
    2. Unplug new Time Capsule
    3. Turn off Wi-Fi in the menu bar
    4. Attach old Time Capsule to power
    5. Attach old Time Capsule to MBP via ethernet
    6. Wait for old Time Capsule to appear in Finder > Sidebar > Shared
    7. Select old Time Capsule in Finder > Sidebar > Shared and Connect to old Time Capsule
    8. Select the Data directory
    9. Double-click on the .sparsebundle file that represents the volume that was backed up on the old Time Capsule
    10. Hold down the option key and click on the Time Machine icon in the menu bar and select Browse Other Backup Disks...
    11. Select the Time Machine backup disk you would like to browse and choose Use Selected Disk
    12. Browse old Time Capsule backup in Time Machine environment, restore data as normal, exit Time Machine as normal
    13. Eject old Time Machine backups (the .sparsebundle you mounted) under Devices in Finder > Sidebar
    14. Eject old Time Capsule under Finder > Sidebar > Shared
    15. Disconnect ethernet; disconnect old Time Capsule from power.
    16. Plug in new Time Capsule (it boots); turn Wi-Fi on (reconnect to network, if necessary); turn Time Machine back on in System Preferences

  • Linux versus NT - Looking for data

    Hi,
    I'm currently working at a company that has a number of Oracle 7
    instances running under WinNT 4.0.
    One of my tasks is to help upgrade these to Oracle 8.0.5.
    A manager has asked me my thoughts on using 8.0.5 under Linux
    instead of NT.
    Quick overview:
    - The instances are generally fairly small 1 - 10Mb of data;
    - They are not used that intensively, with < 10 concurrent users.
    null

    Ian Parkin (guest) wrote:
    : Oops,
    : I decided not to post this question at the current time - the
    : O_SYNC thing is not something that I would like to move forward
    : with at this time.
    : Please disregard this thread and I will punish my mouse for
    it's
    : inabilty to hit the right area of the screen :)
    : IAP
    This is not a thing that cannot be corrected. Contact youl local
    Oracle support centre and ask for patch for bug id: 882446
    Andre
    null

  • Quicktime crashed, looking for data.

    While making a long recording of a live event, quicktime crashed just as I hit "save". I was unable to apply a filename and save the recording. I'm guessing a few hundred megs of quicktime audio data doesn't just disappear, but is instead tucked away in some cache folder somewhere. Anyone know where I might find this data so I don't lose this recording?

    UP UP UP

  • HT4413 looking for data i just transferred to iMac

    so i just migrated data from a disc to iMac - where do i find the 'new Mac' now?

    In the new user account you just migrated. Log out of your present account then log into the migrated one.

  • Java.util.Date deprecated methods, looking for new ones

    Hi,
    I can't find anywhere.
    I'm looking for Date methods, exactly like
    getYear();
    getDay();
    but i don't want them being deprecated.
    I want to get an INT out of a Date (Year, Day, ...)
    please give me a link, name of a fucntion or something.
    Thanks

    Look at the API docs. It says that you have to use the methods in java.util.Calendar instead.

  • I'm looking for some inspiration here on how best to set up my TC

    Copied from a post else where, any help greatly appreciated!!
    I'm looking for some inspiration here on how best to set up my TC for my needs & wondering how others do for similar needs....
    I have a 2TB TC that I have set up so that all of mine & my girlfriends photo's, music, movies & documents are on the one location so that we can access it wirelessly from both our MacBooks & also from a MacMini which I'm going to buy in a month or 2. Changing the location for where iTunes & iPhoto look wasn't a problem but browsing through iPhoto in particular is really slow due to the number of previews I presume, and also we are now unable to have any of the media with us when traveling about, synching phones on the move is a disaster as well!
    Anyway,
    is there an easy way of setting up iTunes / iPhoto so that we can have all the data on the TC managed on the MacMini but import small iTunes Playlists & iPhoto Albums to our MacBooks without having to change in preferences where the applications look for data each time we get home?
    Any help anybody can offer would be grand!
    Thanks in advance.........

    You topic might be better suited for the iPhoto or iTunes forums, since your question seems to be with the application(s) functionality, not really the Time Capsules. However, if you start iPhoto or iTunes while holding down on the "option/alt" key, you can manually select a library to access. When you want one of your computers to access the library on the Time Capsule, make sure it's mounted as a shared volume on your Desktop and then open iTunes and point it towards the library on the Time Capsule. If you want to use a smaller library on your computer, open iTunes and point it to the library on your Mac. I've never switched back and forth multiple times between multiple libraries, so you might check in the iPhoto or iTunes forums to see if any issues may arise from doing this repeatedly.
    -Doug

  • Is Their Any Support For Data Aware Routing Through The Coherence DataGrid?

    Hi all,
    Following paragraph describes the feature i m looking for(*Data Aware Nodes*)......
    The Function Service can transparently route behavior to one or more nodes in the cluster. In the case of Data Aware Functions, the behavior can be directly routed to the node(s) that hosts the data needed to execute the function in parallel, stream and aggregate the results substantially reducing the time taken to execute complex data intensive tasks.
    So please tell me is their any support for above said question. If this feature is their in coherence please help me with it's configuration and implementation as well.
    Thanx

    Hi JK thank you for your reply
    I want to achieve Data Aware Routing in Parallel Execution (Parallel Function Execution).
    Consider a case where i have three nodes (say Node A,B C) in coherence cluster with partitioned scheme. Now suppose we have Employee related objects stored in cache of Node A and Node C only, but not on Node B. Then i want to perform some operation on Employee objects only in parallel fashion.
    In coherence i ll achieve this using map.invokeAll(collectionKeys, agent);_ from client program.
    Now my question to you is, as my operations are based on Employee objects only which are stored on Node A & c. Then When i request parallel Execution from client program which will connect to Node A from our cluster, will it go to Node B where their is no Employee objects ??????
    Edited by: 981644 on Mar 6, 2013 7:52 PM

  • HT1349 hi guys i have 2 ? 1 my daughters iphone is trying to update on my mac cant get it off help please ,,, 2 i have an old apple id and when i try to up date it keeps looking for the password how do i delete this old apple id help

    hi guys i have 2 ? 1 my daughters iphone is trying to update on my mac cant get it off help please ,,, 2 i have an old apple id and when i try to up date it keeps looking for the password how do i delete this old apple id help

    Hi.
    I had a similar problem myself. This is what helped me.
    I went to the App store app, scrolled to the bottom, logged out of the account, re logged in with my Apple ID.  Then went back to app updates. Once I put in my ID password all was fine.

  • Looking for formula to fill dates of particular days of week for a given month

    Hi
    I have a Numbers document with a sheet for each month of the year, named "January", "February", "March", etc.
    Each sheet contains a table as follows:
    I am looking for a function that will calculate the dates in a given month that I am due to see each client, based on the year (contained in a single cell table on a seperate sheet) and the month of the sheet (I am presuming that a function can refer to the name of a sheet).  These dates would populate the cells under "Session 1", "Session 2", etc. (for some days of the week there may be only four sessions, for others five).
    I hope this is clear, and would be grateful for any help in getting this working.
    Thanks,
    Nick

    Here's an example, using September, 2011 as the month.
    Main Table:
    A1: =DATE(Year :: A2,9,1)
    This calculates the Date and Time value for midnight at the beginning of the first day of the ninth month of the year indicated in cell A2 of the table "Year" (September 1, 2011). It uses a Custom format to display only the month and year of this date. The Dates calculated in the rest of the table depend on the Date and Time value in this cell.
    A2 - A11: Entered data. Not used in calculations.
    B2 - B10: Entered data. The text values here are used as search-for values, and must match the text values in column A of the table Weekday lookup.
    C2, Filled down to C10: =$A$1+MOD(7-WEEKDAY($A$1)+VLOOKUP(B,Weekday lookup :: $A:$B,2,FALSE),7)
    This calculates the Date corresponding to the first occurrence of the weekday indicated in B during the month in A1. The result is a Date and Time value (used in formulas to the right). The cells use a custom format to display only the Day (of the month) number.
    D2, Filled right to column F and down to row 10: =C+7
    Calculates the date seven days after the date in column C.
    G2, filled down to row 10: =IF(MONTH($A$1)=MONTH(F+7),F+7,"")
    This is the same formula as used in D2, but adds a check to suppress the calculation if the result is not in the same month as other dates on the table.
    Year: The requested single cell table to record the year.
    Weekday Lookup: A lookup table from which to retrieve the weekday number for the day in column B of the main table.
    Custom formats:
    Select cells C2 - G10
    Open the Inspector > Cell Format Inspector > Date and Time
    Delete the unwanted elements from the workspace in the Inspector.
    Repeat for cell A1.
    Regards,
    Barry
    PS: Numbers cannot use the Sheet name or Table name as data for a formula unless the name is placed into a cell on a table.
    B

Maybe you are looking for

  • My iPod Touch Front Camera Is Not Working Properly.

    My iPod Touch Front Camera Is Not Working Properly.When I Try To Take A Picture ,It's Very ,Very Blurry. When I Put My Finger Close To The Camera It Looks Perfect. You Can See My Skin Lines{I Dont Know What They're Actually Called} It's Like It I Had

  • Constant Internet Activity ???

    First, please understand I am highly geek-i-ly challenged.   I've noticed that there is constant internet activity (connection icons blinking) when I am running NM. If I shut NM down, there is no activity. Question:  What kind of activity could this

  • HT202788 how to stream Utube and Pictures from i phone 6PLus in apple TV?

    Hi, I am not able to stream Utube contents and pictures from my iPhone 6 plus in apple TV. Can any one help me?

  • Where can i buy a 3g dock

    hello, I have a 15gb 3rd generation ipod and i am looking to buy a dock charger that connects to a european standard mains power supply, I've looked on the apple store and it's not very clear if their current selection of docks covers 3g ipods, I wou

  • Mac Mini hangs at hardware boot and at wake-up

    I've got a brand new Mac Mini Intel Core 2 duo 2GHz with 2GB RAM. 50% of the time, when I power it on, there is no "start" sound and the screen remains dark. The "power on" LED is however switched on. After a force shutdown, I can start it fully OK.