Why doesn't Tick count (ms) follow Dataflow ?

I have been taught basic examples of Labview data flow like multiple Add, Subtract.. blocks carry out execution at the same time and we can visually see the dataflow in Highlight execution mode.
In this example, I expect count ms to load its value the instant the first frame is run. However, in reality, count ms will only load its value to the right terminal after Search Replace string finishes (takes a long time). This means the time difference is zero !
Note that the integer constant loads the terminal the moment the frame starts, which is correct (unlike count ms)

zigbee1 wrote:
As a matter of fact, I have read papers that suggested splitting copies of code and wire them up at the same time hoping for "concurrent execution". This technique worked no doubt. But now I got to ask myself if they will really execute sequentially one block after another.
Concurrent execution is the normal case with code that doesn't have dataflow dependencies, but it's important to understand what that actually means. If you take the first article you linked to, it shows the transition from code, through the OS to two CPU cores:
This means that at most two instructions can actually execute in parallel. Because computers are really fast, this looks like they're doing many more things in parallel, but that's just because they're breaking them up into smaller chunks and going back and forth between them. This should give you the first clue as to what might be going on - what happens if there's a task which can't be broken up? You have a core which is stuck until that task is done. What happens if you have two such tasks at the same time? Now both cores are stuck and you can't do anything. That's why I said that LV doesn't guarantee parallel execution - it can't.
This problem doesn't actually happen at the CPU level, because operations there are relatively short and should actually have a fixed time, but it can happen at higher levels. Like I said, in this specific case, I'm guessing that the replace function does a DLL call to implement the regex functionality, and DLL calls block the thread they're in. This shouldn't apply to the majority of the primitives in LV, because I far as I know they directly generate machine code. The regex goes through a DLL because it's a standard implementation (PCRE) which isn't done by NI. Presumably other threads should keep running while this blocks.
So again, generally code which you write can execute in parallel (using at least some interpretation of the term. It might be true parallelism, it might be task-swapping), but there are cases where it won't happen. This doesn't change the functionality, but it can affect the actual execution. The reason it doesn't bother me is that it's not as common as you seem to now think it is. In fact, other than your post, I don't think I ran into something similar in quite some time.

Similar Messages

  • Why is the Tick Count function slow when used with a .dll but fine with normal lab view code?

    when using the Tick Count millisecond timer with a .dll I've written in C, I'm getting some odd timing issues.
    When I code the function I want (I'll explain it below in case it helps) in LV and run it as a subVI, feeding it the Tick count as an argument, the function runs quickly, but not quite as quickly as I would like. When I feed this same subVI just an integer constant rather than the Tick Count, it takes about the same amount of time, maybe a tiny bit more on average.
    When I bring in my function from a .dll, however, I start to run into problems. When I feed my function an integer constant, it is much faster than my subVI written in LV. When I feel my .dll the Tick Count, however, it slows down tremendously. I'm including a table with the times below:
                 |  Clock   |   Constant   |
    SubVi:   | 450ms  |  465ms       |
    .dll         | 4900ms|  75ms         |
    This is running the function 100,000 times. The function basically shifts the contents of a 2-dimensional array one place. For this function, it probably won't be a huge deal for me, but I plan on moving some of my other code out of LV and into C to speed it up, so I'd really like to figure this out.
    Thanks,
    Aaron

    Hi Aaron,
    Thanks for posting the code -- that made things a lot clearer for me. I believe I know what's going on here, and the good news is that it's easy to correct! (You shouldn't apologize for this though, as even an experienced LabVIEW programmer could run into a similar situation.) Let me explain...
    When you set your Call Library Function Node to run in the UI Thread you're telling LabVIEW that your DLL is not Thread-safe -- this means that under no circumstances should the DLL be called from more than one place at a time. Since LabVIEW itself is inherently multithreaded the way to work with a "thread-unsafe" DLL is to run it in a dedicated thread -- in this case, the UI thread. This safety comes at a price, however, as your program will have to constantly thread-swap to call the DLL and then execute block diagram code. This thread-swapping can come with a performance hit, which is what you're seeing in your application.
    The reason your "MSTick fine behavior.vi" works is that it isn't swapping threads with each iteration of the for loop -- same with the "MSTick bad behavior.vi" without the Tick Count function. When you introduce the Tick Count Function in the for loop, LabVIEW now has to swap threads every single iteration -- this is where your performance issues originate. In fact, you could reproduce the same behavior with any function (not just TIck Count) or any DLL. You could even make your "MSTick fine behavior.vi" misbehave by placing a control property node in the for loop. (Property nodes are also executed in the UI thread).
    So what's the solution? If your DLL is thread-safe, configure the call library function node to be "reentrant." You should see a pretty drastic reduction in the amount of time it takes your code to execute. In general, you can tell if your DLL is thread-safe when:
    The code is thread safe when it does not store any global data, such as global variables, files on disk, and so on.
    The code is thread safe when it does not access any hardware. In other words, the code does not contain register-level programming.
    The code is thread safe when it does not make any calls to any functions, shared libraries, or drivers that are not thread safe.
    The code is thread safe when it uses semaphores or mutexes to protect access to global resources.
    The code is thread safe when it is called by only one non-reentrant VI.
    There are also a few documents on the website that you may want to take a look at, if you want some more details on this:
    Configuring the Call Library Function Node
    An Overview of Accessing DLLs or Shared Libraries from LabVIEW
    VI Execution Speed
    I hope this helps clear-up some confusion -- best of luck with your application!
    Charlie S.
    Visit ni.com/gettingstarted for step-by-step help in setting up your system

  • I purchased Lorde's Tennis Court a few weeks ago. Why doesn't it count towards the "complete my album" on her new Album Heroine? The single Royals I purchased does.

    I feel I should receive credit for already purchasing this single a few weeks ago if I purchase Heroine. I shouldn't have to pay for it twice, and to add insult to that is is now Free to download this week.

    Hello, 1968ay. 
    Thank you for visiting Apple Support Communities.  
    I understand that you are unable to play media that you downloaded from the iTunes Store.  This error usually means that the media is not located in the original location for iTunes to read this file.  The easiest way to solve this would be to delete the problematic media and download it again via the two articles below.  
    How to delete content you've downloaded from the iTunes Store
    Download past purchases
    Cheers, 
    Jason H. 

  • A message is marked as unread - so why doesn't the Inbox count show it?

    There is a message marked as unread (the little blue ball) in an IMAP account's inbox.
    So why doesn't the Inbox show a (1) next to it to indicate there are unread messages?
    doug

    Thanks for your replies, people.
    I actually just created this IMAP account about a week ago.
    Yesterday I deleted a separate, POP3 account and recreated it as IMAP. At that time everything got re-indexed (at least the activity window was going on forever about rebuilding and reindexing this and that).
    Rebuilding from the Mail menu doesn't help.
    I might try removing and re-adding the IMAP account or the entire re-index later if I find this behavior annoys me too much. Will that lose my replied-to indicators?
    So anyway, what I am seeing is not normal? If you go to a message and mark it "unread" does your Inbox for that account go up by 1?
    Thanks,
    doug

  • How long does a tick last for the Tick Count (ms) VI in LabVIEW?

    I'm trying to compare the timing performance between a VI implemented in LabVIEW and another VI implemented in LabVIEW FPGA module. If I use the Tick Count in both VIs (every one in their own module), I want to know how long does a tick last in LabVIEW standard (in the computer)?
    Thanks

    vitrion wrote:
    I have this doubt because I read that a tick lasts 55ms in the following source:
    http://books.google.com.mx/books?id=en1GKs2huTcC&pg=PA33&dq=tick+count+(ms)+labview+55+milliseconds&...
    My tick count provides me better results than the hardware results, which is impossible because this is the same algorithm. If I consider the 55ms time, then the FPGA is really faster.
                              Hardware          Software with                  Software with
                                  (ms)        1 ms Tick Count (ms)     55ms Tick Count (ms)
    Algorithm 1          49.48                   1.5552                               84.535
    Algorithm 2         0.8875                  0.032                                 1.87
    Algorithm 3         0.1756                  0.0241                               1.43
    Algorithm 4          0.27                     0.27                                   1.32
    What's your opinion?
    Thanks again
    I think you are misunderstanding what the value of a "tick" is.  From what I gathered from reading your link (which I couldn't get to from your post, but accidentally ran into on a search) a tick of the OS clock."  Curiously, though - why 55ms?  That was mentioned as the tick of a Win95/98 OS!
    I guess you can say that the it returns the value of the next "tick" of the OS clock and returns that value in ms.  So, the value of a tick varies from OS to OS.  In Windows 95/98, for example, you can only look at the OS clock every 55ms or so, but it still returns a value that represents ms.
    Bill
    (Mid-Level minion.)
    My support system ensures that I don't look totally incompetent.
    Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.

  • Maintaining Macs--Why doesn't Apple tell you more?

    This is not a problem that I need to solve but just something I've been wondering about. Why doesn't Apple tell people the routines they need to use to maintain their Macs?
    If you do a search on "maintenance" in Support the fourth item is Mac Maintenance Quick Assist:
    http://docs.info.apple.com/article.html?artnum=303602
    The things they tell you to do are:
    1) Keep Things Up to Date; 2) Put Your Files Away; 3) Name Your Files; 4) Prune Through Your Files; 5) Back Up Your Files; 6) Check for Viruses; 7) Clean the Outside
    Where is anything about running the maintenance scripts, checking permissions, checking your preferences, updating the databases, cleaning caches, or anything else that software programs like Onyx, Cocktail, etc make their purpose? Why don't they mention getting a program like Disc Warrior and running it periodically?
    The first item on their list is Keep Things Up to Date, meaning download system and application updates. Well after looking at these forums for a while I would have to say that is the worst thing you could do, as so many posts start, " Help! I updated my software and now things don't work...." Even if you look at this article about updating your software...
    http://docs.info.apple.com/article.html?artnum=106704
    ...nowhere does it mention repairing your permissions! Yet everywhere on this forum that is mentioned as one of the first things to do...unfortunately AFTER people are crazy with problems.
    I don't get it. Even in the manuals that come with the computers none of this stuff is mentioned (last time I looked) except in the troubleshooting section. Would you buy a car where the owner's manual had "change the oil regularly" listed in a section on what to do after you've blown your engine?
    Granted, a lot of people on this forum know all these things and do them regularly, but I have several friends with Macs who never do any regular maintenance because they've never been told to. One just called me last week because his iMac auto-updated and he had all sorts of problems.
    So why is this? Why isn't basic Mac maintenance explained to people better? Going back to the car analogy, people have been taught they have to give their cars tune-ups or face an eventual breakdown. Why not with Macs?
    I have been using Macs for years and enjoy looking into this geeky stuff. And I rarely have any serious problems. I would think it has a lot to do with the fact that I don't automatically update without checking MacFixit first and seeing what problems people are having and running a few simple maintenance routines periodically, plus backing up for good measure. Why isn't Apple more upfront with people about maintaining their Macs? Am I off-base here?
    ibook G3, imac G5   Mac OS X (10.4.9)  

    I'll provide you with several references you will find interesting reading:
    http://www.macfixit.com/article.php?story=20060413075624652
    http://www.macworld.com/2006/08/secrets/repairpermissions/index.php
    http://www.macworld.com/2006/03/secrets/tcopermissions/index.php
    http://www.atomicbird.com/node/view/29
    The document to which you referred is an old one that dates back a ways when permissions repairs were often still needed because many installers improperly changed permissions or caused permissions to change through other improper operations. In reality the only thing permissions repair affects are the permissions on OS X installed software for which there are receipts in the /Library/Receipts/ folder and third-party software that install a receipt that includes information on resetting permissions for that software. The vast majority of third-party applications provide no such information and repairing permissions has no impact on them.
    As for maintenance scripts they are now supposed to be run automatically regardless of whether the computer is turned on in the early AM, but this is an implementation with Tiger because Tiger introduced a new method of task launching. It's not 100 percent effective but it's better than it was. However, it's an easy problem to solve because there are some excellent utilities that solve the problem: Macaroni, Anacron, and Pseudo Anacron - VersionTracker or MacUpdate. I use Macaroni on all my Macs.
    Kappy's Personal Suggestions for OS X Maintenance
    For disk repairs use Disk Utility. For situations DU cannot handle the best third-party utilities are: Disk Warrior; DW only fixes problems with the disk directory, but most disk problems are caused by directory corruption; Disk Warrior 4.0 is now Intel Mac compatible. TechTool Pro provides additional repair options including file repair and recovery, system diagnostics, and disk defragmentation. TechTool Pro 4.5.2 is Intel Mac compatible; Drive Genius is similar to TechTool Pro in terms of the various repair services provided. The current version, 1.5.1, is Intel Mac compatible.
    OS X performs certain maintenance functions that are scheduled to occur on a daily, weekly, or monthly period. The maintenance scripts run in the early AM only if the computer is turned on 24/7 (no sleep.) If this isn't the case, then an excellent solution is to download and install a shareware utility such as Macaroni, JAW PseudoAnacron, or Anacron that will automate the maintenance activity regardless of whether the computer is turned off or asleep.
    OS X automatically defrags files less than 20 MBs in size, so unless you have a disk full of very large files there's little need for defragmenting the hard drive. As for virus protection there are few if any such animals affecting OS X. You can protect the computer easily using the freeware Open Source virus protection software ClamXAV. Personally I would avoid most commercial anti-virus software because of their potential for causing problems.
    I would also recommend downloading the shareware utility TinkerTool System that you can use for periodic maintenance such as removing old logfiles and archives, clearing caches, etc.
    For emergency repairs install the freeware utility Applejack. If you cannot start up in OS X, you may be able to start in single-user mode from which you can run Applejack to do a whole set of repair and maintenance routines from the commandline.
    When you install any new system software or updates be sure to repair the hard drive and permissions beforehand. I also recommend booting into safe mode before doing system software updates.
    Get an external Firewire drive at least equal in size to the internal hard drive and make (and maintain) a bootable clone/backup. You can make a bootable clone using the Restore option of Disk Utility. You can also make and maintain clones with good backup software. My personal recommendations are (order is not significant):
    1. Retrospect Desktop (Commercial - not yet universal binary)
    2. Synchronize! Pro X (Commercial)
    3. Synk (Backup, Standard, or Pro)
    4. Deja Vu (Shareware)
    5. PsynchX 2.1.1 and RsyncX 2.1 (Freeware)
    6. Carbon Copy Cloner (Freeware - 3.0 is a Universal Binary)
    7. SuperDuper! (Commercial)
    The following utilities can also be used for backup, but cannot create bootable clones:
    1. Backup (requires a .Mac account with Apple both to get the software and to use it.)
    2. Toast
    3. Impression
    4. arRSync
    Apple's Backup is a full backup tool capable of also backing up across multiple media such as CD/DVD. However, it cannot create bootable backups. It is primarily an "archiving" utility as are the other two.
    Impression and Toast are disk image based backups, only. Particularly useful if you need to backup to CD/DVD across multiple media.
    Visit The XLab FAQs and read the FAQs on maintenance, optimization, virus protection, and backup and restore.
    Additional suggestions will be found in Mac Maintenance Quick Assist.
    Referenced software can be found at www.versiontracker.com and www.macupdate.com.
    I know that Joe Average has no clue, but it's not Apple's responsibility to provide Joe Average with clues on how to use a computer. No more than it's not GM's responsibility to teach you how be an automotive mechanic or how to drive. Some things you have to take responsibility for yourself. It's just that Joe Average is too lazy to read the User Guide, buy a book, or in any other way learn about computers before buying one.
    As you can tell I am somewhat heavy handed about personal responsibility. Computers are essentially toys that aren't dangerous, but the person playing with them is. What really scares the crap out of me is that same Joe Average has a driver's license and may be old enough to drink liquor. When it comes to driving or drinking and driving Joe Average is no more competent.

  • Why doesn't version 17.0.0.169 show up in IE11 8.1 64-bit Manage Add-Ons?

    KB3044132 shows as installed for Flash Player update, and the Control Panel Flash Player icon for 32-bit shows 17.0.0.169 installed (I have 64-bit and 32-bit), but the Manage Add-Ons for Shockwave is Enabled and showing version 17.0.0.134! When I check the version using Adobe it only shows 17.0.0 and not the important part, so I cannot tell if Adobe detects 17.0.0.169 or 17.0.0.134! I think I need to know if IE11 64-bit has 17.0.0.169 also. Please advise because Microsoft technical support says to contact Adobe about this. Please delete my entry in Adobe general forums, Bridge general discussion as michaelh94875078. I did not see Flash Player on the list of communities provided during my first post.

    It occurs to me that maybe Microsoft will not allow their 17.0.0.169 KBitem to go out until their next update on the second Tuesday of May for their convenience and reputation! I want any update for Flash Player to be installed immediately for security. That is why I tend to use Firefox with NoScript and Web of Trust when I use a Google search. I will be watching the next Microsoft update to note if the KBitem it said was not appropriate for my computer - goes in!
    Sent from Yahoo Mail on Android
    From:"m_vargas" <[email protected]>
    Date:Wed, Apr 22, 2015 at 4:15 PM
    Subject:[Using Flash Player] Why doesn't version 17.0.0.169 show up in IE11 8.1 64-bit Manage Add-Ons?
    Why doesn't version 17.0.0.169 show up in IE11 8.1 64-bit Manage Add-Ons?
    created by m_vargas in Using Flash Player - View the full discussion
    Hi michaelh94875078,
    I'm sorry, I misread your previous post and thought it had been installed. From my experience with Microsoft Updates is that some times they depend on some update being installed.  I'll run Windows Updates and install all updates, then run Windows Updates again after all updates finish installing. Sometimes it finds new updates that weren't there before, and sometimes it doesn't.  You can try that route, or download the Microsoft update posted at the bottom of the Flash Player Issues | Windows 8 page.  Download the one that corresponds with your OS version. You may want to bookmark this tech note for future reference in case Microsoft Updates fails to detect the update is available for your system.
    Maria
    If the reply above answers your question, please take a moment to mark this answer as correct by visiting: https://forums.adobe.com/message/7467865#7467865 and clicking ‘Correct’ below the answer
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page:
    Please note that the Adobe Forums do not accept email attachments. If you want to embed an image in your message please visit the thread in the forum and click the camera icon: https://forums.adobe.com/message/7467865#7467865
    To unsubscribe from this thread, please visit the message page at , click "Following" at the top right, & "Stop Following"      
    Start a new discussion in Using Flash Player by email or at Adobe Community
    For more information about maintaining your forum email notifications please go to https://forums.adobe.com/thread/1516624.

  • Why Doesn't the XIRR function work?

    In Excel if you have 5 records from a1:b5 then XIRR looks like this:
    XIRR(A1:A5, B1:B5) you get a nice neat answer like .35
    Here is a version that works in Crystal that would require manual entry of any new quarters numbers and dates-- and if you plug this into Crystal it works:
    (XIRR([1000000,-100000,-100000,-100000,-100000,10277.49,-100000], [DateValue(1999,2,1),DateValue(1999,3,1),DateValue(1999,6,1), DateValue(1999,12,1),DateValue(2000,3,1),DateValue(2000,6,1),DateValue(2000,9,1)]))*.100
    You do get a nice answer of something like .035.  But this is all done manually and I need it to function automatically when the report is refreshed.
    So you have a range for the currency and a range for the date fields. I need to simulate this in crystal. Crystal has an XIRR function, and with the arrays, I should be able to fill in the range, but am having difficulty getting it to work.
    After building the arrays, I made another formula to combine the arrays in the XIRR formula.
    I am down to this error now after getting this formula this far  --
    "Numerical method did not converge; try another value for guess."
    Here's where I am with the formula, although they don't want to use the guess part of the XIRR function - they just want to use the XIRR(number/currency, date).  Maybe you could pass this on too?:
    /{@Reset} for the group header (NOT using a repeated group header):
    whileprintingrecords;
    numbervar array x := 0;
    datevar array y := date(0,0,0);
    numbervar i := 0;
    numbervar j := 0;
    //{@accum} for the detail section:
    whileprintingrecords;
    numbervar array x;
    datevar array y;
    numbervar i := i + 1;
    numbervar j := count({table.groupfield},{table.groupfield});
    if i <= j then (
    redim preserve x[j];
    redim preserve y[j];
    x<i> := tonumber({table.currency});
    y<i> := datevalue({table.datetime})
    //{@xirr calc} to be placed in the group footer:
    whileprintingrecords;
    numbervar array x;
    datevar array y;
    xirr(x,y)
    The array works correctly.  So why do I get that error and why doesn't the XIRR formula work like they say it should?  Has anyone used this successfully in Crystal--maybe you could shed some light?
    Thanks!

    Hi,
    I am receiving that same error when the last item in the array is 0, otherwise all works perfectly.
    When I run the same group of numbers and dates in Excel it returns without issue.
    -265500.00,-690000.00,-570000.00,16814.25,-855000.00,-619500.00,55293.46,30411.40,15183.76,  0.00
    01-25-2007,03-06-2007,05-02-2007,06-29-2007,08-01-2007,08-24-2007,09-17-2007,03-14-2008,05-28-2008,03-31-2010
    =XIRR(A2:J2,A1:J1,-0.1)
    Is there a known bug in Crystal's XIRR function when the last value is 0? 
    Or a hot-fix that will repair this?
    Thanks in advance,
    Gary
    PS. I am using Crystal XI Product Version: 11.0.0.2495

  • Why doesn't my itunes recognize my ipod nano 6th gen anymore?

    I recently purchased a lot of new songs and downloaded the newest version of itunes.  Now when i plug my ipod (6th gen) into the USB to sync with itunes it shows that it is charging ("connected - eject before disconnecting") then it ejects itself and the whole time itunes never registers my ipod.  So frustrating!!  I've restarted my computer many times, i've uninstalled and reinstalled Itunes many times.  I've tried holding the sleep/on/off button with the volume down button to restore it then i get a message  from itunes saying that it can't restore my ipod because of an error.....  What can I do???  Please Help!!!!

    burtontexjap wrote:
    Why doesn't my iTunes recognize my "Songs for Japan" CD,
    iTunes gets information about all CDs from a database called Gracenote (which has nothing to do with iTunes/Apple), but if no one has entered the information about that CD into Gracenote, that's why your iTunes cannot fill in the track names. You could send that information to Gracenote yourself by completing the track names and artists and then clicking on Advanced/Submit CD track names. That would help everyone else in the future.
    However, you then go on to say;
    burtontexjap wrote:Recently my computer's iTunes doesn't recognize any artists, even the ones I've uploaded before.
    If your iTunes cannot get any track information for any CD, then either your iTunes isn't connected to the internet, or your iTunes setting have changed. To check your iTunes settings, go into Edit/Preferences/General and look at the tick-box (check-box) named Automatically retrieve CD track names from the internet. There should be a tick (check-mark) in the box.

  • Why doesn't my VGA adapter work to connect my iPad2 to my projector. I haven't had any problems in the past?

    Why doesn't my VGA adapter work to connect my iPad2 to my projector. I haven't had any problems in the past?

    Hey MarieF-D,
    Thanks for the question. The following article provides basic troubleshooting steps that may help to resolve your issue:
    iOS: About Apple Digital AV Adapters
    http://support.apple.com/kb/HT4108
    Troubleshooting
    If you encounter an issue using the Apple Digital AV Adapter or VGA Adapter:
    Disconnect and reconnect the adapter from the iOS device and display.
    Connect directly to the TV, projector, or external display using a known-good VGA or HDMI cable.
    Remove any VGA or HDMI extension cables or converters.
    Note that accessories that convert a VGA or HDMI signal to other video formats (DVI, Composite, Component) are not supported.
    Ensure that you are using the latest version of iOS. Some Apple Digital AV Adapters require iOS 5.1 or later.
    Note: When using an Apple Digital AV Adapter manufactured before early 2012 with iPad (3rd generation), you may see the "This accessory is not supported" alert. Dismissing the alert will allow you to use the adapter.
    For optimal performance, you may need to adjust the video resolution or settings for your display. If your display offers an "auto detect" or "factory default" setting, you may be able to use these options to optimize video resolution and display.
    Thanks,
    Matt M.

  • Why doesn't Firefox see that I have Flash loaded on my computer?

    I have Flash 10.1.102.64 loaded on my computer and I can watch youtube videos on Windows IE. I just loaded Firefox 3.0.5 and when I try to watch a youtube video, it tells me I need to install Flash. Why doesn't it see Flash? Do I need to do something first?

    Safari>Preferences>Security
    Is "Allow Plugins" checked?
    If it is, follow the illustrated instructions here: http://forums.adobe.com/thread/1343084 to do a complete "clean install".

  • Why doesn't calls to my iPhone ring through to my Mac?

    Why doesn't calls to my iPhone ring through to my Mac?

    The following have the requirements and settings and some troubleshooting information:
    Connect your iPhone, iPad, iPod touch, and Mac using Continuity - Apple Support
    Get help using Continuity with iOS 8 and OS X Yosemite - Apple Support

  • Why doesn't my new samsung S5 ring

    why doesn't my new Samsung s5 ring?

        @phoenixman
    It's important to be able to hear when someone's calling you!  I would love to assist in resolving this issue with your device.
    When did this problem begin?  Has the ringer on your device worked in the past?  Have you tried adjusting the ringer volume?  I'd also like to suggest soft resetting your device http://vz.to/1wDTX1Y.  Please let me know so that I can further assist.  Thanks!
    AnthonyTa_VZW
    Follow us on Twitter @VZWSupport

  • What is data roaming? Does it cost extra? Why doesn't my iPhone automati...

    What is data roaming? Does it cost extra?
    Why doesn't my iPhone automatically connect to AT&T service? Sometimes I have to go directly to Carriers in the Settings to connect to AT&T 3G. Thank you in advance.

    There is no local data roaming or call roaming in the U.S. as a subscriber with AT&T. Wherever AT&T has coverage in the U.S. is included.
    AT&T does not own all the towers in the areas where they have coverage in the U.S. AT&T calls this "off net usage"
    The following was copied from AT&T's wireless service agreement.
    +If your minutes of use (including unlimited services) on other carrier networks ("off-net usage") during any two consecutive months exceed your off-net usage allowance, AT&T may, at its option terminate your service, deny your continued use of other carriers' coverage or change your plan to one imposing usage charges for off-net usage. Your off-net usage allowance is equal to the lesser of 750 minutes or 40% of the Anytime Minutes included with your plan. AT&T will provide notice that it intends to take any of the above actions, and you may terminate the agreement.+

  • Why doesn't iCloud retain hyperlinks or live URL addresses in iCloud contacts?

    Why doesn't iCloud retain hyperlinks or live URL addresses in contacts?
    Hardware/Software Setup Scenario:
    PC with Windows 7 and Microsoft Office 7 Pro at home for which all ISP (Cox Communications) e-mail is integrated with Microsoft Outlook 7. New Apple iPhone 4S linked to MS Outlook Contacts, Calendars, Tasks (Reminders) and Notes via iCloud. All e-mail bypasses iCloud (not needed).
    Problem:
    When initially migrating Microsoft Office 7 Contacts to Contacts in iCloud, Outlook creates a new folder named "Contacts in iCloud," which does synchronize quickly with your iCloud Contacts folder (in Outlook) on your computer at home and your iPhone when you're on the road. That is a great thing to have, and it works well for my calendar, which constantly changes. The unfortunate predicament is that there are some major problems that occur when you convert your Contacts records to iCloud as follows.
    My Contact Notes in Microsoft Office 7, which contain rich formatted text, Microsoft program hyperlinks and live URL addresses (web sites, email addresses, etc.) are all lost because iCloud converts all of it into basic text, rendering the entire Contact Notes box useless. The only way to note a hyperlink is to go back to the web site or email address (if you still have it) and copy the properties in plain text into your notes -- not a reasonable solution.
    An additional problem seen when moving Outlook Contacts to Contacts in iCloud is that the Contact Notes in the new "Contacts in iCloud" are systematically affected by sporadically dropped spaces between words requiring a manual or spell check "cleanup" of every contact -- not reasonable for a folder of approximately 1,000 contacts.
    I have also found that importing my Outlook Contacts into iCloud empties the Outlook "Contacts" folder. Once you have created your new "Contacts in iCloud" folder, the Outlook contacts are gone for good, unless you want to retrieve them from a backup file. The problem is that Outlook will only allow one of these two Contact folders for use; so you’re faced with choosing between syncing your Outlook Contacts manually between your iPhone on iTunes using the USB cable connected to your computer -- not reasonable for someone on the move; or, transfer your contacts to iCloud live with worthless notes for your contacts.
    Can anyone suggest a better work around?

    I'm replying to myself here, but just in case someone else has this problem: I uninstalled the Avery Toolbar and iCloud works on by browser once again. I don't know why or how Avery Toolbar makes a difference, but apparently, it does.  If anyone knows how or why, I'd be interested.

Maybe you are looking for