Up to what tension can the Codec C40 be used?

I am using a tanberg Cisco Codec C40 and I need to
do some tests on it which requires to put the codec under a tension of 140 VAC for 60 Hz. In the datasheet it is said :
"100–240 VAC, 50/60 Hz "
does that mean that it would still be safe if I put a tension of 140 VAC, 60 Hz or do I also have to change the frequency?
Thank you for your help,
Joanie

As long voltage and frequency, even indipendently, are within the published specifications, (there can be an additional tolerance), that will work ok.

Similar Messages

  • To what extent can the VM change order of execution

    Hi
    I've been reading a book named "Java Threads, Third Edition" from O'Reilly Media by Scott Oaks and Henry Wong. The book has a subchapter named "The Effect of Reordering Statements" where it states that the vm is free to change the order of executement, and that the order of operations can therefore not be used to ensure that a class/code is threadsafe. Ill just point a snip from the book to illustrate. The example code:
    public int currentScore, totalScore, finalScore
    public void resetScore(boolean done) {
        totalScore += currentScore;
        if (done) {
            finalScore = totalScore;
            currentScore = 0;
    public int getFinalScore( ) {
        if (currentScore == 0{)
            return finalScore;
        return -1;
    }It then suggest that these two runs can take place. Run 1:
    - Thread1: Update total score
    - Thread2: See if currentScore == 0
    - Thread2: Return -1
    - Thread1: Update finalScore
    - Thread1: Set currentScore == 0
    Run 2:
    - Thread1: Update total score
    - Thread1: Set currentScore == 0
    - Thread2: See if currentScore == 0
    - Thread2: Return finalScore
    - Thread1: Update finalScore
    My question now is if this info is correct, and if so, to what extent can the vm rearange the order of executement? Say I have this code (simplified example):
    class SelectorThread implements Runnable{
    private volatile boolean keepRunning;
    public void run(){
       while(keepRunning){
           //Dosomething
            internalSelector.select();
    public void stopIt(){
        keepRunning = false;
         internalSelector.wakeup();
    }Would it then be possible for the vm to rearrange the code in stopIt(), thus making it possible to get a : "T1: wake up selector, T2: selector checks keepRunning, T2: selector goes back to sleep, T1: keepRunning is changed to false" scenario? Or is the above code "safe" to use?

    Thanks for the answer :)
    Am I then right in concluding that the stopIT() method I described is then not guarantueed to deliver the wanted result? (that the select thread exits the loop). If the vm-orders the statements as you show and the thread timing is a bit unlucky you could end up with:
    Thread A (the one calling stopIT()) executes internalSelector.wakeup();
    Thread B (the thread in the loop) wakes up
    Thread B checks the while condition which still evalutes true and ends back with blocking on .select()
    Thread A changes the value of keepRunning to false
    Thereby possibly leaving threadB blocked "forever" if no other events occur.
    Is this intepretation of the mechanicm correct? meaning do I need to change the implementation of the stopIt() method to assure it will produce the wanted result?

  • What's is the best way to use iPhoto? I need to understand.

    What's is the best way to use iPhoto? I need to understand.
    I guess the iPhoto is only for people with 5,000 of personal photos.
    Or even 200,000, but they can't use this app everyday.
    I'm not talk about working as a photographer. They use Aperture.
    They may use iPhoto like a family album that you take a look sometimes.
    And don't care about putting photos from the camera or from internet everyday.
    I have tons of music and I love iTunes 8, works great. So I tried but I can't stand iPhoto anymore.
    I have over 173,000 photos. My goal is organize, have total control, crop in Preview and delete them fast as I can.
    The iPhoto is too slow. And is not only about performance, more RAM... but the whole concept.
    Finder is much better/richer/flexible to organize than iPhoto.
    I'm not talking about the photographer workflow.
    And I'm not talking about editing and all these great photo features, the search, and all the iLife environment. They are amazing.
    When I'm iPhoto, I feel like a prisioner.
    I can't open an album/folder/event alone just to take a look, without do lanch the iPhoto app with the all thousand photos together. And it's slow.
    I can't use Quick Look there.
    So, I'll use Finder for manage/crop/etc. But what's the best way to use iPhoto in my case? Put the best/key ones there to use in iLife/MobileMe? To do a more serious editing? I like the features: keywords/ratings/hidden photos/events... It would be cool this features in Finder.
    For example:
    iMovie: Manage movies? NO. It's editng only.
    iTunes: Manage music/small video/podcast...? OK. Editing the song? OK for tags/convert/artwork/equalizer... For music there's a GarageBand of course.
    iPhoto: Manage photos? Yes and No.
    I think Finder would kill iPhoto incoporating all the editing features in Preview and the rich manage in Finder.
    Jobs said that no one care about iDVD anymore. They care about the web.
    Using iMovie to export to MobileMe.
    Maybe iPhoto become less important in a near future. With a better Finder+Preview Right?
    Sorry for this long text with a short question.
    Thanks.

    Your post demonstrates exactly why I keep saying that iPhoto is not the application for you.
    It would be better an iPhoto organizing photos by words like when iTunes browse his music.
    Why on earth would anyone want to organise photos by words? A list mode is entirely pointless in a Photo application. That's like having an old photo album organised with the photos facing inwards so you can read the back of the picture.
    Again, this is a characteristic of a File browser. You don't want a Photo organiser, you want a file organiser.
    And, in iPhoto, you can search by tags, effortlessly in either the search box or by using a Smart Album.
    iPhoto always loads all that events and all the thumbs library to scroll, and I think it's overkill.
    So, how is iPhoto to know which ones you want to work with today? Open a library, get the Library.
    Would be better a Cover Flow option to browsing in Events.
    You've obviously never tried scrubbing along the Event icon.
    Imagine iTunes using Cover Flow mode all the time. It won't be too useful.
    Many, many people do, including myself on a library of 20k tracks totalling more that 100 gigs, and find it very useful. Same with the Finder.
    And if when iTunes Store starts to sell photos?
    Why on earth would the iTunes store start to sell photos?
    My photos are not junk,
    I didn't say there were. Read my post again.
    When I said Finder to crop photos I mean Preview. But I feel in Finder. Because what's in Preview? A photo opened with a Preview's menubar and some cocoa APIs like adjustments. Not?
    Oh, so you don't count Preview as an application. Fine. It is an application but you don't feel it. As you wish.
    My point to you is very simple: Because of the way you want to organise your pics - using lists views and so on - iPhoto is not the application for you. Don't use it. But you keep writing things about the application that are untrue, and I'm aware that other folks search these forums and I don't want them to have inaccurate information about iPhoto.
    Regards
    TD

  • Does Adobe Reader for iOS have the ability to open inbedded links to additional PDF docs?  If not, then what would be the best way to use these already created PDF's?

    Does Adobe Reader for iOS have the ability to open inbedded links created with Acrobat Standard to additional PDF docs?  If not, then what would be the best way to use these already created PDF's on an I Pad?

    driddy61,
    As of June 2014, none of the Adobe Reader mobile products support the hyperlink action for opening a separate PDF document.
    Adobe Reader for iOS
    Adobe Reader for Android
    Adobe Reader Touch for Windows 8
    In addition, the Reader mobile products do not open multiple windows/documents simultaneously, which would make the navigation between PDF documents nearly impossible. (Once a hyperlink takes you to a different PDF document, you have no way to go back to the original PDF document.)
    The only Adobe Reader product that fulfills your department's requirements is Adobe Reader XI (mostly for Windows/Mac desktop/laptop computers).  Acrobat Pro and Standard are paid products.
    Because you are in search of a less expensive device for your department, you could get a Windows tablet instead of a Windows desktop/laptop computer. Microsoft Surface Pro (that you've mentioned in your previous reply) is just one example.  You can also find other less expensive Windows tablets.
    Tablets
    However, please keep in mind that there are two different types of Windows tablets running two different operating systems.
    (a) A Windows tablet with an Intel-based processor running Windows 8.1 Pro
    Example: Surface Pro 3
    You can install and run traditional desktop apps (e.g. Adobe Reader XI) and new Windows Store apps ("Modern" or "Metro-style" apps).
    (b) A Windows tablet with an ARM-based processor running Windows RT 8.1
    Example: Surface 2
    You can only install and run Windows Store apps (e.g. Adobe Reader Touch) but not traditional desktop apps like Adobe Reader XI.
    In general, type (b) tablets are more affordable than type (a) tablets.  However, if you want to run Adobe Reader XI, you do need to check the technical specification of each tablet and make sure the following conditions are met.
    Processor: Intel
    Operating system:  Windows 8/8.1 or Windows 8/8.1 Pro, not RT
    Hope this helps you choose the right device for your department.  Please let us know if you have any questions about system requirements or supported features in the Adobe Reader products.

  • HT1178 Can the time capsule be used with a pc running Windows Vista , 7 or 8 as a backup drive

    Can the time capsule be used with a pc running Windows Vista , 7 or 8 as a backup drive. If so what software do I need to buy?

    Can the time capsule be used with a pc running Windows Vista , 7 or 8 as a backup drive.
    Yes, on XP, Vista and 7. Have not tried 8.
    If so what software do I need to buy?
    Genie Timeline Pro does a very nice job...and it is similar to Apple's Time Machine.  It's not cheap though.  Check with the Genie folks for more info and compatibility with Windows 8.
    Genie Timeline Pro | Overview | Time Machine Backup Software for ...
    Other users may have some other suggestions.

  • Can the WAN port be used as LAN when AirPort Express (2nd Generation) is setup to join a wireless network?

    Can the WAN port be used as LAN when AirPort Express (2nd Generation) is setup to join a wireless network? (IE: 2 LAN ports)
    I haven't been able to get a clear answer on this. I believe the 1st generation would act as WAN/LAN depending on setting, but what happens with the 2nd generation?
    Thank you for your time.

    If the Express joins a wireless network wirelessly, in other words its WAN port isn't connected to anything, the correct way to connect a wired client to it is by using its LAN port.
    I don't know what would happen if you were to connect a wired client to its WAN port instead — it's just not supposed to be used for that purpose. It won't permanently break anything if you were to try it though. If you were, the worst that would occur is that your network would become unresponsive as packets continuously traverse its WAN port in a circular fashion, which might require that you power down your router to reset your whole network.
    If you are already using your Express's LAN port and you need another, the way to provide more ports is to purchase an inexpensive ($10 or so) switch. Connect it to the LAN port and as many other pieces of equipment as the switch's available number of ports.
    You're correct about the first generation with the single Ethernet port. It could be used in either capacity depending on its configuration.

  • Windows Media Player cannot play the file. The Player might not support the file type or might not support the codec that was used to compress the file

    Windows Media Player cannot play the file. The Player might not support the file type or might not support the codec that was used to compress the file
    How do I fix this?

    That would probably be a question best taken up in on a site for Windows support questions. Not knowing anything about the movie you're trying to play, all I can suggest is to confirm that the format of the movie you wish to play is supported in your version of WMP. If it isn't, you'll either need to convert the movie or use some other player software.
    Regards.

  • HT2494 Can the headphone port be used as Mic-In? Can it be switched in settings of the Mac to Mic-in?

    Can the headphone port be used as Mic-In? Can it be switched in settings of the Mac to Mic-in?
    Same question for Macbook Pro (particularly 2010 13" edition).

    what about the new iMac?
    I use mic only when working in Sony Vegas and other Sony programs. I'd like to know if I can use proessional Mic with the new iMac and with the old Macbook Pro, probably by connecting it through audio-in port, maybe there is a way to transform it through the settings on the Mac into Mic-in?
    If not, then my question is can I otherways use a professional Mic staying in Windows through Bootcamp on a Mac? And the most important - the new iMac, cause that happens to be the only question that stands before me and buying the new iMac.
    Maybe I'm a little bit lame in all this stuff, because I'm used to use Windows-based computers to work with audio, but I didnt really understand what all that preamp and Line ment. I know that Line is a super-quality of the sound, guess thats possible to produce only in studios, not even with an extra good Shure mic at home. Or maybe you've been meaning smth else. If you could explane me everything in more easy and detailed way - I would be grateful.

  • Can the camera connector be used with nano 1st gen

    As subject states, can the camera connector be used with the Nano??
    Many thanks!!

    The camera connector cannot be used with the iPod
    nano; it is only compatible with the iPod photo, iPod
    with color display, and Fifth Generation iPods out of
    those released so far.
    (16782)
    Ok thanks, but the Nano does have a Does a colour screen and can also store photos.
    Not that i dissagree with what your saying, its just strange!

  • What happened to the "lock" symbol that used to appear when on a secure site? I haven't seen it since the last update, so it's either moved or you took it out. I really miss it!

    What happened to the "lock" symbol that used to appear to signify that you were on a secure site? I haven't seen it since the previous update, so it's either moved & I haven't found it, or you took it out. If you did, I want it back!

    It's stuck on a yellow question marked "multimedia audio controller." It doesn't like the CD drivers or the drivers snarfed from the aborted "you don't have an sb controller installed" pull from windows\temp\CF whatever it was. It's 3am and I've been trying to get this stupid thing running for 7 hours now. I'm going to bed. I will see if it is any smarter tomorrow morning.
    It was running great until I did an "update from the web." If I hadn't have done that I'd have no complaints. Now it's hosed and I can't even get back to where I was before. I'm not impressed with creative's installation procedure.
    However, there are many people complaining about the "you don't have an SB installed" problem. Creative needs a "delete everything" button, and an "install all new drivers" button. Take a page out of ATI's book in the number of headaches created by windows installer and come up with a way to fix them yourself. ATI did. This would at least get me back to the BSOD, which right now I'm longing for.
    This is on a shuttle st6g4 with a disable ac97 sound nonsense with those drivers removed.

  • External USB not recognized on my iMac (intel) in Disk Utility, Finder as well as in Terminal diskutil list but is listed in System Profile, which includes the location ID of 0xfa400000 / 5.  Can the location ID be used to restore USB identity ?

    My 1TB Seagate external USB not recognized by my iMac (intel) in Disk Utility, nor in Finder as well as in Terminal "diskutil list" but it is listed within the System Profile, which includes the location ID of 0xfa400000 / 5.  Can the location ID be used to restore the identity of my external USB ?

    Hello JNotorious,
    Thank you for using Apple Support Communities.
    For more information, take a look at:
    USB and FireWire Quick Assist
    http://support.apple.com/kb/ht1151
    Have a nice day,
    Mario

  • HT204158 Can the Smart Cover be used to support the ipad in the vertical position?

    Can the Smart Cover be used to support the ipad in the upright vertical position?

    It can, but its not very secure, and only in a completely vertical position i.e 90 degrees.

  • Can the Acrobat SDK be used to turn off protected mode(Sandboxing mode)?

    Can the Acrobat SDK be used to turn off protected mode(Sandboxing mode)?

    At times there also seem to be some issues with saving to a network link. When this happens, try saving locally and see if that does the job. Try working on the document locally and see if the issue goes away. If so, then you are dealing with a more complex issue involving networks. Unfortunately, I do not have a solution in that case, but it might be helpful to know if that is the issue.

  • Can the time capsule be used as both a time machine backup and NAS storage

    Can the time capsule be used as both a time machine backup and NAS storage?   I want to use the drive as external, wireless storage for all of my files so all my PCs, MACs and iOS devices can access the files.  Plus, I want to use the drive for backing up my iMac via time machine.  Can the time capsule device be used for both these purposes simultaneously?  If not, are the other suggestions on how I can do this?

    Can the time capsule device be used for both these purposes simultaneously? 
    It can, but is really not recommended. Sooner or later there will be a fight for space on the drive between Time Machine and the other files.
    If you have plenty of free space on the drive, you can do this......but.....have you thought about how you will back up the "other" files that are stored on the Time Capsule?

  • Can the Time Capsule be used just to back up on an existing wi-fi network?

    Can the Time Capsule be used just to back up on an existing wi-fi network?    We just set-up a new Xfinity wireless modem which is supposed to be very fast, but Time Capsule set-up instructions indicate we need to use the Time capsule as the primary internet connection.   True?

    My mistake. Meant to reply to snorris3. Text is repeated below:
    Can I still use it as a back up device?   My new modem is also the router.
    Yes you can.
    The best way (and really the only way) to set up the Time Capsule would be to connect an Ethernet cable from your modem/router to the Time Capsule.
    The Time Capsule will produce a wireless network by default, but if you don't want to use that network, it is a simple matter to turn off the wireless on the Time Capsule and use it only as a  hard drive for backups.
    I would be very surprised if the Xfinity modem/router would even come close to the wireless performance of the Time Capsule, but that may be another discussion.
    If you elect not to use the wireless on the Time Capsule, then you will be backing up over the existing wireless network that you already have.
    That would be a shame, since a third to half of the total cost of the Time Capsule is tied up in the wireless router portion of the Time Capsule. If you want to use the existing Xfinity wireless network, you could save yourself quite a bit of money by simply connecting a USB or Firewire hard drive to your Mac for backups. But, it's your call.

Maybe you are looking for

  • HT201365 My wife can't remember her passcode and now it says it is disabled! What to do?

    My wife can't remember her passcode and it says her phone is disabled! How do I bypass the passcode

  • Dynamic Port Allocation Using OPMN

    I wanna use jrockit mission control to monitor a java application which is running in 8 oc4j instances controlled by opmn. I included the -Xmanagement:ssl=false,authenticate=false,autodiscovery=true,port=7091 in the oc4j startup command line in opmn.

  • CONVERT TO FOREIGN CURRENCY

    Hi all, I am using CONVERT_TO_FOREIGN_CURRENCY function module for converting local currency to foreign currency. I am converting from HUF to USD ,in this case it is giving the error like USD/HUF exchange rates are not maintaining. But in my system e

  • Editing RAW files in PSE 6.0 with Canon Rebel t1i

    I have PSE 6.0 and have shot my first images in RAW to play with the editing options. I dowloaded the plug in for RAW files but this is not supported by my camera or doens't work with my rebel t1i. Is there another plug in out there that works with e

  • How to differentiate Ipad 2 from New Ipad (Ipad 3) ?

    Hi!! I just bought an Ipad (the last new one with Retina screen). How can I be sure I actually got the new one, and not an Ipad 2 ? Both look exactly the same !! Is there a way to differentiate both of them? Thank you! JM.