Amplifying Type K Thermocouple for high temp reading with USB 6008

I am attempting to amplify a type K thermocouple so that the signal can be read somewhat accurately by a USB-6008. I have looked at the AD595 chip but it states a maximum useful temperature of 100 C and I am going to need to be reading up to 700 C. 
Is there another amplifier chip that would work up to this temperature, or should I resign myself to using the signal unamplified and getting a very inaccurate (~30 C/division) reading for temperature?
Solved!
Go to Solution.

A heads up- some people have ran into issues using the chip with the USB-600x devices, various solutions. You may want to browse of these posts ahead of time:
http://forums.ni.com/ni/search?board_id=170&submitted=true&q=AD595
-AK2DM
~~~~~~~~~~~~~~~~~~~~~~~~~~
"It’s the questions that drive us.”
~~~~~~~~~~~~~~~~~~~~~~~~~~

Similar Messages

  • What is prereq for reading above, and for start develop/reading with flex and cf(level?) ?

    http://www.adobe.com/devnet/flex/pdfs/getting_started_with_Flex3.pdf
    what is prereq for reading above, and for start develop/reading with flex and cf(level?) ?

    The Flex Quickstarts will be a place for starters, if you want to know 
    about Flex/CF integration the first to know would be some basics of CF.
    Sincerely,
    Michael
    Sent from my iPhone

  • Are there any drivers for Pocket PC and NI USB-6008 available?

    Hello everybody,
    I alraedy read that there are no drivers for Pocket PC available to communicate with NI USB-6008 or other USB devices using LabView PDA Module. The reason is that most Pocket PCs have no USB host functionality. It's a pity, because I'm using a e800 Toshiba PDA that provides USB host functionality.
    Furthermore I'm already using several NI USB-6008/6009 within applications developed with LabWindows and I would rather reuse these devices than byuing new ones like NI CF-6004. Perhaps NI offers a driver for Pocket PC - that would be nice.
    Does anybody share my opinion or have some suitable solutions?
    Thanks in advance.
    Sincerely
    Mario

    Hello Mario,
    we are aware that the usage of the USB port on PDA devices is a feature that becomes more and more important. But at the moment we do not support it. Unfortunately we do not have an NI-VISA driver for PDA which is used for the USB devices on the PC side.
    regards
    Ingo Schumacher
    Systems Engineer Sound&VibrationNational Instruments Germany

  • EEM for high CPU C4510R with SUP7E

    Hi all,
    I have a client that experiences high CPU usage on a pair of C4510Rs at random times. The issue causes their HSRP to flap which in turn causes network outages. It only seems to occur for around 10 to 15 minutes and by the time I am called to look into the problem it has passed. I suspect it is some type of traffic that is being CPU punted and is overloading the CPU and I would like to collect some CPU stats and CPU packet captures while the problem is occuring to further troubleshoot.
    I used a previous C4510R EEM script (https://supportforums.cisco.com/thread/2065177) as a template and created the following script:
    event manager applet cpu_stats
    event snmp oid 1.3.6.1.4.1.9.9.109.1.1.1.1.3.1 get-type exact entry-op ge entry-val "70" exit-op lt exit-val "70" poll-interval 5 maxrun 300
    action 1.01 syslog msg "------HIGH CPU DETECTED----, CPU: $_snmp_oid_val %"
    action 1.02 cli command "enable"
    action 1.03 cli command "show clock | append bootflash:cpu_stats"
    action 1.04 cli command "show proc cpu sort | append bootflash:cpu_stats"
    action 1.05 cli command "show platform health | append bootflash:cpu_stats"
    action 1.06 cli command "debug platform packet all count"
    action 1.07 cli command "show platform cpu packet statistics | append bootflash:cpu_stats"
    action 1.08 cli command "show proc cpu history | append bootflash:cpu_stats"
    action 1.09 cli command "debug platform packet all receive buffer"
    action 1.10 cli command "show platform cpu packet buffered | append bootflash:cpu_stats"
    action 1.11 cli command "show proc cpu sort | append bootflash:cpu_stats"
    action 1.12 cli command "show platform cpu packet statistics | append bootflash:cpu_stats"
    action 1.13 cli command "Show proc cpu history | append bootflash:cpu_stats"
    action 1.14 cli command "show platform cpu packet buffered | append bootflash:cpu_stats"
    action 1.15 cli command "show log | append bootflash:cpu_stats"
    action 1.16 cli command "undebug all"
    end
    However when looking at the CPU history after the problem occured again it appears that the SUP7E has one physical CPU that has two cores and one or two of the cores hits 100% when the issue occurs while the system CPU stays low as can be seen below:
    C4510#show proc cpu hist
    History information for system:
    output omitted
        111111111115511111111111111111111111111111111111111111111111111111111111
        600105000112231001211131111017221011110001112010212016101010121012112112
    100
    90
    80
    70
    60
    50            **
    40            **
    30            #*
    20 *    *     ##                *                       *
    10 ########################################################################
       0....5....1....1....2....2....3....3....4....4....5....5....6....6....7.
                 0    5    0    5    0    5    0    5    0    5    0    5    0
                           CPU% per hour (last 72 hours)
                        * = maximum CPU%   # = average CPU%
    History information for core 0:
    output omitted
                   991
        888787888789968888787877787787888788787888879898888898888788
    100            **
    90            **
    80            **
    70            **
    60            **
    50            **
    40            **
    30            *#
    20            ##*
    10 ***********##***********************************************************
       0....5....1....1....2....2....3....3....4....4....5....5....6....6....7.
                 0    5    0    5    0    5    0    5    0    5    0    5    0
                           CPU% per hour (last 72 hours)
                        * = maximum CPU%   # = average CPU%
    History information for core 1:
    output omitted
        211112111119921111111111111113111111111111111111111112111111
        855554544659906476955796556651995456554446767454847468565565
    100            **
    90            **
    80            **
    70            **
    60            **
    50            **
    40            **
    30 *          #*                *                       *
    20 *******  **##** ***************** ****   **** * * * ********************
    10 ########################################################################
       0....5....1....1....2....2....3....3....4....4....5....5....6....6....7.
                 0    5    0    5    0    5    0    5    0    5    0    5    0
                           CPU% per hour (last 72 hours)
                        * = maximum CPU%   # = average CPU%
    So I walked through the SNMP OIDs for the two cores without luck (also came across this article
    https://supportforums.cisco.com/thread/2179888 to create SNMP OIDs for the cores by parsing the output of "show proc cpu" with a cron job). An SNMP walk of the CPU MIBs comes back with the following:
    .1.3.6.1.4.1.9.9.109.1.1.1.1.3        - cpmCPUTotal5sec.5000
    .1.3.6.1.4.1.9.9.109.1.1.1.1.4        - cpmCPUTotal1min.5000
    .1.3.6.1.4.1.9.9.109.1.1.1.1.5        - cpmCPUTotal5min.5000
    .1.3.6.1.4.1.9.9.109.1.1.1.1.6        - cpmCPUTotal5secRev.5000
    .1.3.6.1.4.1.9.9.109.1.1.1.1.7        - cpmCPUTotal1minRev.5000
    .1.3.6.1.4.1.9.9.109.1.1.1.1.8        - cpmCPUTotal5minRev.5000
    Each of which seems to correspond with the system CPU. So in order to continue without creating an overly complex EEM scripts that parse the show proc cpu output and pass it to another EEM script that checks the value I decided to try a lower entry and exit value of 40%. The next time the problem occured the system CPU went over 40% but did not seem to trigger the script. What is important to note is the first time I did a full SNMP walk of the OID I was able to get the CPU over 50% and the script triggered.
    So I moved down to 20% for the trigger value, tried with different SNMP OIDs like .1.3.6.1.4.1.9.9.109.1.1.1.1.6.5000 and doing an SNMP walk of the Cisco MIB without success in getting the script triggered (see attached output). Is there a problem with the script or the SNMP MIBs I am using?
    Thanks in advance!
    David.

    Hi Joseph
    I have written the following set of scripts to do the job (good to just post them here if anyone else is having the same problem!), I have tested individual components and they all seem to function as expected, so just waiting now for the high cpu event to occur again:
    The first script is just to set the prev_cpu_state to low so the main script can detect the first transition to high and does not spit log messages out every minute because the context variable is not initialised:
    event manager applet set_cpu_state
    event none
    action 1.01 handle-error type ignore
    action 1.02 context retrieve key CPU_STATE variable prev_cpu_state
    action 1.03 handle-error type exit
    action 1.04 set prev_cpu_state "low"
    action 1.05 context save key CPU_STATE variable prev_cpu_state
    end
    The second and main script checks the CPU level of both cores over 5 seconds and takes the highest of the two, if this is over 50% and the cpu state was previously low then it will trigger the third script.
    event manager applet dualcore
    event timer cron cron-entry "* * * * 0-6"
    action 1.00 cli command "en"
    action 1.01 cli command "show process cpu | include five"
    action 1.02 regexp "Core 0: CPU utilization for five seconds: ([0-9]+)%" $_cli_result result c0cpu5sec
    action 1.03 if $_regexp_result eq 1
    action 1.04 end
    action 1.05 regexp "Core 1: CPU utilization for five seconds: ([0-9]+)%" $_cli_result result c1cpu5sec
    action 1.06 if $_regexp_result eq 1
    action 1.07 end
    action 1.08 handle-error type ignore
    action 1.09 context retrieve key CPU_STATE variable prev_cpu_state
    action 1.11 handle-error type exit
    action 1.12 if $c0cpu5sec ge $c1cpu5sec
    action 1.13  set highest_core $c0cpu5sec
    action 1.14 else
    action 1.15  set highest_core $c1cpu5sec
    action 1.16 end
    action 1.17 if $highest_core ge 50
    action 1.18  if $prev_cpu_state eq low
    action 1.19   set prev_cpu_state "high"
    action 1.20   syslog msg "----HIGH CPU DETECTED----, CPU: $highest_core %"
    action 1.21   cli command "event manager run collect_stats"
    action 1.22  end
    action 1.23 else
    action 1.24  if $prev_cpu_state eq high
    action 1.25   set prev_cpu_state "low"
    action 1.26   syslog msg "----CPU BACK TO NORMAL----, CPU: $highest_core %"
    action 1.27  end
    action 1.28 end
    action 1.29 context save key CPU_STATE variable prev_cpu_state
    The third script just runs all of the require show commands for debugging the issue and appends the output to a file called cpu_stats on the bootflash:
    event manager applet collect_stats
    event none
    action 1.02 cli command "enable"
    action 1.03 cli command "show clock | append bootflash:cpu_stats"
    action 1.04 cli command "show proc cpu sort | append bootflash:cpu_stats"
    action 1.05 cli command "show platform health | append bootflash:cpu_stats"
    action 1.06 cli command "debug platform packet all count"
    action 1.07 cli command "show platform cpu packet statistics | append bootflash:cpu_stats"
    action 1.08 cli command "show proc cpu history | append bootflash:cpu_stats"
    action 1.09 cli command "debug platform packet all receive buffer"
    action 1.10 cli command "show platform cpu packet buffered | append bootflash:cpu_stats"
    action 1.11 cli command "show proc cpu sort | append bootflash:cpu_stats"
    action 1.12 cli command "show platform cpu packet statistics | append bootflash:cpu_stats"
    action 1.13 cli command "Show proc cpu history | append bootflash:cpu_stats"
    action 1.14 cli command "show platform cpu packet buffered | append bootflash:cpu_stats"
    action 1.15 cli command "show log | append bootflash:cpu_stats"
    action 1.16 cli command "undebug all"
    end
    Regards,
    David.

  • Lower temp read with Speedfan!

    Based on recommendations from other users, I downloaded Speedfan. With both Corecenter & speedfan running, the CPU temp display from speedfan is typically 2-3 degrees C lower.  The displayed system temp is the same. Has anyone else experienced this?

    The are mathematical calculations of a voltage read from a diode. The diode is temperature sensitive. CoreCenter seems to be using a different calculation that either SpeedFan or Motherboard Monitor. The key thing is neither may be accurate, but they are consistant. Use one program, when the temp. deviates from normal with no good reason (for instance jumps to 50C when you are browsing the web) investigate why.

  • Connect an amplifier (Rotel RA 12) to the mac mini with USB plug?

    Is it possible to connect the mac mini with an amplifier via usb?

    Hillbille
    I have a Mac Mini and a Rotel RA12.  As you have found out, you can use the optical out from the 3.5 mm output jack to act as an optical input on the RA12.   This option works fairly well to give you a pretty clean sound.  However, there are other options available to you.
    One option is to use the headphone out as an analog signal using a tradtional 3.5 mm to RCA (split) cable, and running it to the analog inputs on the back of the RA12.  This will provide sound, but not quite up to the quality you will be getting using the optical out.  The reason being that the music signal is being processed by the internal DAC on the Mac instead of the better DAC in the Rotel.  The other obvious reason is the quality of cable is typically not up to snuff using that route (although, you can get some high end 3.5 mm to RCA cables).
    Another option would be to use USB output from the Mac Mini and hooking it up to the USB input on the front of the RA12.  This is how I play music from my iPad mini through my Rotel and it works well.  Again, however, you are using the DAC of the Mac equipment instead of the Rotel and are limited as to what type of fileyou can play. For example, you can't play FLAC or 24 bit 88kHz files. 
    A third option, as someone already mentioned, is to get a USB/SPDIF converter, then run a COAX cable to the back of the Rotel RA12.  Depending on the quality of the converter, this is your BEST option for audio quality.   Using something like an M2Tech Hiface 2 converter will provide a high quality, jitter free signal between the Mac and the RA12. 
    Within that third option are two "sub-options" for music playback.  You can use iTunes to play back the music through the USB/SPDIF converter directly, or you can use a third party application that will bypass the volume control of the MAC to give you a much purer signal.  An example would be Amarra or Audirvana. 
    If you choose to use iTunes only, the sound will still be "okay", but you will not be able to play FLAC files or SACD ISO files.   You also won't have much control over the signal processing.   Either of thrid part applications I mentioned will give you the option to play other audiophile grade files, and give you a far better sonic experience compared to iTunes, and they can also be integrated with your iTunes library.  They will also allow you to utilize Direct Integer mode, upsampling, etc ... so that you can have a 44.1kHz file upsample to 192kHz at the Rotel, or have it upsampled to 192kHz in the Mac (using the 3rd party software) before it is sent out to the Rotel.  It just give you much more control over the signal. 
    The last option option above will give you an audiophile grade signal that will allow your Mac Mini to be used with very high end audio equipment with no comprise to the sound.  It will rival the very best of CD or SACD players on the market.  It also sounds incredible and you can use it in conjuction with the Apple remote app to control your music through an iPad.  

  • How long for Time Machine backup with USB v. 1

    My hard drive might be failing.  I'm going to backup with Time Machine for
    the first time ever.  I'll be using a 1 TB external hard drive.  My Mac only
    has a USB v. 1, so how long should this take?  I read where someone said
    that Time Machine said it would take DAYS to do it.  Say it ain't so!!  Any
    ideas our there?  Thanks!

    See this for an indication of transfer rates these are theoretical speeds - real world is slower!
    http://en.wikipedia.org/wiki/List_of_device_bit_rates
    USB 1.1 runs about 1.5MB/s at full rate.
    How much data is on your internal disk?
    Wolfram Alpha says 1TB would take 7 days & 17 hours.
    http://www.wolframalpha.com/input/?i=1TB+at+1.5+MB%2Fs
    I would add more days to that time to account for the fact that USB 1 is slower (more like 0.7MB/s in my tests from years ago).
    This is an appalling idea - your disk could easily stop working in the time it takes to copy.
    Fortunately you have got the spec wrong on this iMac…
    http://www.everymac.com/systems/apple/imac/specs/imac-core-2-duo-2.4-20-inch-alu minum-early-2008-penryn-specs.html
    It has USB2 ports & Firewire - connect directly to one of those & the time will be much less (more like 1/2 a day).

  • Problems with asynchronous visa read with USB to serial port adapter

    I have an application that sends and recieves data from a power supply and on most computers (desktop PCs), the application runs fine. I found that on at least one computer, using a Keyspan Tripp Lite USB to RS232 adapter, in one out of 25 queries, I wasn't getting the whole reply back from the instrument. After some debugging I found out if I switch the VISA write and read calls from synchronous to asynchronous I don't see the error any more. Is there a way to disable asynchronous mode for that computer? I'd rather not have to find all the VISA write calls in my application and update each one just to support that computer.
    CLD (2014)

    Try playing with the Tx ACK Advance setting on that port first.  (From the Keystone config utility)  You might also look into the Rx FIFO buffer settings (16 is a short default buffer)
    There is no (Easy) way to universally disable Async .   VISA Async tranfers MAY complete synchronously anyhow (It throws a warning when that happens)  So if Keystone settings do not help you might want to swap out to a FTDI chip enabled USB - serial device.
    Jeff

  • For everyone having trouble with USB not being recognized......

    When doing the installation, when it tells you to plug the Nano into the USB port to make sure it can find it(or whatever it says) DONT do it! Click on the box that says you want to continue installation without plugging it in. You have to download ALL of the software and all of the updates and THEN plug it in and magically it works! I have been working on this for 2 days and my 12 yr old accidentaly figured this out!

    What if that doesn't solve the problem? =S
    I've been having the same problem and I've tried like every possible solution that the apple support gives (totally deleting and reinstalling apple products, verified the driver, checked for viruses, disable every program that could prevent Itunes from reading my Ipod, changing usb ports, etc...) but NOTHING has solved it. It's kind of frustrating, it's been more than I week trying to solve this and nothing yet.
    The only thing I can say for sure is that it isn't about the ipod, because I tried with another pc and it worked.
    Please find a solution!!
    Thanks

  • Looking for All on one with USB Flash Drive Print/Scan support

    I am looking for an All in One Print/scan/copy. It should support print from USB Flash drive and scan to the same.
    Thanks

    Hi,
    You may check the HP Officejet 6600/6700 models which support USB Flash drivers.
    You may find the flash driver specifications listed within the Memory Device specifications below:
    http://h10025.www1.hp.com/ewfrf/wc/document?docname=c03058896&cc=us&dlc=en&lang=en&lc=en&product=505...
    As well you may check the HP Officejet 8600 Series which supports both USB Flash Driver and Memory cards, its specifications can be located below:
    http://h10025.www1.hp.com/ewfrf/wc/document?docname=c02858465&cc=us&dlc=en&lang=en&lc=en&product=432...
    Both of the products above provide Print, Scan, Copy and Fax functionality.
    Shlomi
    Say thanks by clicking the Kudos thumb up in the post.
    If my post resolve your problem please mark it as an Accepted Solution

  • Strange thermocouple readings at high temps

    I am having trouble reading my thermocouples at high temps. I have a 9074 cRIO with a 9211 thermocouple module connected to 3 K-type thermocouples. The thermocouples monitor 3 heat zones of a giant furnace, in which the zones can be turned on and off using a solid-state relay. When turned on, the thermocouples read the temperature normally up to 800 degrees C. However, when it goes past 800 degrees, it may seem to be reading normally, but when you switch different heater relays on or off, the thermocouple reading changes significantly some times. This does not happen below 800C. See attached pictures, and assume the first picture is the correct base temperature:
    When I attached the first zone to an external thermocouple reader with its own digital display, I do not see this drastic change when switching the relays on and off. It stayed relatively constant.
    Why am I seeing such a big change with the 9211 module? I am not processing the signal in any way, just a direct read-through, and the module itself is set to read K-type thermocouples. The heater contactor and the thermocouples are relatively far away.
    Any help is appreciated.
    Linus
    Solved!
    Go to Solution.

    Hi Craig,
    Yes, I was able to resolve this issue. a LabVIEW field engineer suggested this solution and it worked. See Section 3 Measuring Floating (Nonreferenced) Sources at this link:
    http://www.ni.com/white-paper/3344/en/#toc3
    The source of the problem was instrumentation amplifier input bias currents, which was causing the voltage level of the floating source to be moved out of range. I needed to add bias resistors to provide a DC path from the instrumentation amplifier inputs to the instrumentation amplifier ground and anchor this voltage level to some reference. I followed FIgure 10 and added two 100 kOhm resistors for each of my thermocouples. Since then, I did not get anymore fluctuating readings.
    Hope this helps,
    Linus

  • Configure PO document type for "High sea Sale"

    Dear sir,
    Pl. tell me step by step how can i configure new Document type of Purchase order for "High sea Sale" business senerio without GR.
    Thanks/
    Anurag

    Hi,
    In normal case, when you do GR w.r.t. a Normal PO then system updates Stock Quantity as well as Stock Value of Material.
    But in case of High Seas PO, you don't want GR to happen, you want to carry out LIV directly based on PO. So in this case there won't be Stock Quantity updation as well as Stock Value updation i.e. Expense Account will get psted during LIV against Vendor Account. So your High Seas PO should be account assigned PO.
    So to achieve this, create a separate document type for High Seas PO with allowed Item Category as Blank" i.e. Standard.
    Path: - SPRO > MM > Purchasing > Purchase Order > Define Document Types
    OME9 - Create an Account Assignment Category as "Z" (High Seas PO) by copying "K" and in the detailed screen of the same deactivate "Goods Receipt" indicator.
    Now create PO with this Document Type and Account Assignment Category "Z" and check under "Delivery" Tab Page, "Goods Receipt" indicator will be deactivated that means GR not required for this PO.

  • Cellular radio causing high temp

    My iPhone 4s suddenly runs incredibly hot & the battery drains ridiculously fast.  Without going in to details of my experience, the apple store "geniuses" were less than helpful.  Long story short, the phone has been reset to factory settings several times & the battery has been replaced.  Through my own experimentation, I have deduced that it is the cellular radio causing the drain.  If I deactivate the wifi, bluetooth or location services individually, the drain still occurs.  If I put the phone into airplane mode, the drain & temp issue does not occur.  I can even turn the wifi on while in airplane mode, and it still performs normally.  This would seem to indicate that it is the cellular radio causing the issues.  Is there anything I can do to fix this other than leaving the phone in airplane mode?  Can the radio be reset or possibly replaced?  Thanks a lot

    Hello again,
    Here's my data, its in an Excel work book format with the graphs highlighting the behavior I'm talking about.  I ran this test using both a type B and a type K thermocouple for
    comparison.  I experienced the same behaviour with the type B
    thermocouple at ~980C.  I have looked at the temps and voltages in Measurement and Automation, and get the same erroneous temperatures (the voltages varied between 0.0343 and 0.034 (not sure what this meant) and the temp was 631C when the temperature should have been around 800-900C).  I have since changed the CJC to the built in and it did not change the behavior.  I'm pretty sure the PID settings are set correctly, I'm able to hold a constant temperature within ~1C using the current setting ( although obviously not at the temperatures I need).
    Attachments:
    Thermocouple Data.xls ‏4054 KB

  • Is there a way to bypass activity type/ cost element for CJ20n Activity?

    Hi Experts,
    Is there a way to bypass the activity type set in the Internal tab of a particular activity in CJ20n?
    Here's a background of the scenario:.
    - In CJ20n, under WBS element 100->Network 10->Activity 1, under the internal tab, the activity type set up is ACT1
    - Under person assignment, I have 2 resources assigned Person 1 and Person 2, with the following values:
      Person 1          Work: 1.0h Dur. 10D
      Person 2          Work: 2.0h Dur. 15D
    - In infotype 135, person 1 has a cost element set as ACT2 and person 2 has a cost element ACT3.
    - The problem is that when you bring up the Plan/ Actual comparision report (ctrl+F11 in CJ20n), the costs are consolidated for ACT1 and negates the cost elements for Person 1 and Person 2
    Is there a way to bypass this and use the individual cost elements set up for person 1 and person 2?

    I dont think this is possible for the scenario that you explained. I mean, you have a single activity which has 2 resources assigned and each of these resources has a different activity type. Standard SAP allows only 1 activity type for an activity.
    Just a query, why dont you create 2 different activities for these resources since the activity types are diff for both?

  • Another Odd CPU Temp Reading

    My CPU temp shows 66C-77C in the BIOS and also on every temp program I have tried, and I mean them All. When I take a temp reading with my VOM it shows a cushy 38C at the CPU and HS and feels very cool to the touch. I have not heard any problems with the clawhammer core..what gives???

    Took It all Apart once again and triple checked everything. It has to be a BIOS related problem on the KT8M-ILSR Mobo. Cannot figure out what else it can be.

Maybe you are looking for

  • Videos not showing up in iPhone video app.

    I am running the lastest version of iOS and iTunes.  I have home sharing activated on both my iPhone 5 and my MacBook Pro.  My MacBook is on and iTunes is open.  My macbook is set not to go to sleep while connected to AC power.  I can access my home

  • Unable to format external hard disk as mac os extended (journaled)

    Have just bought a 750gb Western digital HDD. To be able to use it to store video to use in i movie it needs to be formatted in mac os extended (journal). However when I try to do this in disk utility I get a volume erase error reporting an error on

  • Importing Cell Phone Video Footage

    I am doing a test of importing a short video clip from my Android cell phone into iMovie. I took the video clip using the Camcorder app and emailed it to myself. Then I downloaded it and it downloaded as a .3gp format file. I cannot get this file int

  • Conversion away from column type may result in sub-optimal query plan

    Hello all, I have the following select statement in a cursor compiled in a package. SELECT id FROM table WHERE TRUNC(ts) >= TRUNC(SYSDATE - p_days) However I get 4 warnings that read: PLW-07204: conversion away from column type may result in sub-opti

  • What's changed between the the 3GS iPhone and the iTouch?

    Got a 3GS iPhone to replace my iTouch, but here's what no one ever told me... I always synced my iTouch at home ( Mac G5 ) , where my full iTunes library resides on an external drive. I used to take my iTouch to my work computer in my office ( Mac G5