Finite Measure with 2 boards 6602 and 6 DMA Channel Counter Buffered - error 200141

Hi all,
First .. I'm a beginner with LabView and I hope to explane myself in good way cause I'm italian..
I red all the post about the error 200141 and check the suggested solutions (also the way to ignore the error), but I want try to ask for a differet one..
What i'm trying to do is to aquire 6 encoder, 3 on the first board PCI 6602 and 3 encoder on the second board on DMA channels.
The encoder generate 90000  X4 = 360000 pulses x revolution and the max speed rotaion is 4 RPs.
Cause I need to store in a bin file all the pulses from the encoders, i generate a trigger of 1.5 MHz to get all the samples at the max system speed (360000 * 4 = 1440000 pulses  x sec).
I think to have reached the limit, and maybe is not possible do better.. actually the 2 PCI 6602 works with 1,0 MHz of trigger and the system store in 6 files 4000000 of samples during
the finite measure of the angular position on 6 channels.
The trigger is not yet sync between the 2 PCI cause I'm waiting for a RTSI cable to put in the PC...
In Your opinion is possible to find a alternative way to acquire these encoders ?..
Thanks

I also doubt if you need to capture every single increment from each encoder.  I'll discuss this more below.
Further, many earlier discussions suggest that counter tasks can sustain data transfers merely in the 100's of kHz, with *maybe* a possibility under special circumstances to slightly exceed 1 MHz.  Your boards have very small hardware buffers (either 1 or 2 samples worth), causing the PCI bus usage to be very frequent and therefore less efficient.
Now, let's go back to your sample rate.   You've got encoders which suggests that you're dealing with a physical system.  Physical systems have inertia, which limits their useful bandwidth.  In my experience, it's quite unusual to care about motion artifacts beyond the 10's of kHz.  The inertia just doesn't allow anything significant to happen at that rate.
So, if the physical bandwidth of your motion system is, say, 5 kHz, there's a rule of thumb suggesting to measure at 10x when possible.  So that'd mean 50 kHz sampling.  50 kHz x 6 channels on the PCI bus may be possible.  Multi-MHz sampling won't be.
Can you describe the physical system a bit?
-Kevin P.

Similar Messages

  • How do I use a counter for time measurement with NI-DAQmx and C++?

    Hi,
    I need my C++ program to read time (number of elapsed ticks) using the counter on PCI-6229. I had this written and working for the non-MX driver, and now I need to re-write it for NI-DAQmx.
    Here are the steps that I want to accomplish:
    1. Route the 80MHz timebase to the input of "Dev1/ctr0"
    2. Start the counter and let it count the ticks.
    3. After a while, read the number of ticks from the counter.
    Here is how I am trying to do it now (without success):
               DAQmxCreateTask ( "" , &taskHandle ) ;
               DAQmxCreateCICountEdgesChan ( taskHandle , "Dev1/ctr0" , "" , DAQmx_Val_Rising, 0 , DAQmx_Val_CountUp ) ;
               DAQmxConnectTerms ( "/Dev1/80MHzTimebase" ,  "/Dev1/Ctr0Source" , DAQmx_Val_DoNotInvertPolarity ) ;
               DAQmxStartTask ( taskHandle ) ;
               then DAQmxReadCounterScalarU32 ( taskHandle , 0.25 , &curCount , NULL ) ;
               and DAQmxClearTask ( taskHandle ) ;
    No errors are generated, but I do not see the tick count being incremented when I repeatedly read the counter.
    Advice will be greatly appreciated!!

    Hi Peter,
    Welcome to the forums!   I just want to make sure I understand what you are trying to do.  You would like to count the rising edges of the 80 MHz clock using DAQmx in C++.  In order to route the timebase to the counter, you need to use the signal name (PFI8) instead of the counter (Ctr0Source) for the counter source input.  This name is found in Measurement Automation Explorer (MAX) by right-clicking on the device and choosing “Device Pinouts.”  This will physically put the 80 MHz clock on the PFI8 line, so make sure you reset the device or disconnect the terminals after you are done. 
    That being said, may I ask what you are trying to do by reading the number of elapsed ticks?  If you are trying to monitor a hardware timed pulse, it would be better to count the frequency or period of that pulse.  This would provide better accuracy, because you are not relying on how fast DAQmx Read can poll the hardware.  If you are simply looking for a software based timer, I would recommend taking a look at this MSDN forum post. 
    Using the GetTickCount function instead will free up your counter and provide comparable accuracy to counting the edges of the timebase.
    I hope that helps you out, let me know if you have any further questions about this. Good luck with your project.
    Rod T.

  • Problem with the right and left Channel

    Hey Guys,
    i bought a few days ago the X-Fi Titanium PCIe Card. Now my problem:?
    After i installed the drivers i noticed that i can hear the sounds of the left speaker also in the right speaker of my Headphone (Sennheiser PC60). I made a channel test and here the same. The guy sais "Left Channel" and i hear it on both speakers. The same with the right channel.
    I made a clean restart and uninstalled all Drivers and Applications and reinstalled them: -> Same problem
    I made a clean Windows installation (Vista x64): -> Same problem
    i tried the Daniel_K-Driver: -> Same problem
    Have someone an idea to solve that problem?
    greets
    kybo

    When Soundbooth was first developed, it had a few extra things than what were not available in Audition. However, Audition remained the more high end sound editing tool. Soundbooth was locked to a multiple channel editing approach. In Audition, single editing is easy - you simply click the L or R at the right end of the sound channel to lock it and then you can edit the other channel only.
    Soundbooth has been discontinued and Audition now has taken its place from CS6 to the Creative Cloud.
    The above is some background info. To your current situation, you can use a workaround like:
    * Export your audio file to separate channels by File > Export > Channels to mono files.
    You will get 2 files with _L and _R suffix.
    You can then edit them separately. You can go from Mono to Stereo by the following step.
    Or
    * Choose - Edit > Insert > Channels  into New Multitrack file.
    That will separate the Left and Right Channels and add them to a new multitrack file.
    You can then click the Edit link at the top right of the channel to edit it.
    You can then save that file as a new audio file.
    Dean

  • Create new object (measure) with IIF function on BW Olap universe:mdx error

    hello
    i have a universe based on a BEX query
    i want to create a new object (a measure) with the IIF(,,) function
    i created the following select:
    <EXPRESSION>IIF(@Select(Currency Type\CurrencyTypeCode)="10",@Select(Key Figures\RevenueGlobalCurrency),@Select(Key Figures\RevenueLocalCurrency))</EXPRESSION>
    defined as number
    where
    CurrencyTypeCode is a dimension (character format)
    RevenueGlobalCurrency and RevenueLocalCurrency are measure (number format)
    i always have a parse which is OK but
    when i want to  use the object on a webi report i always have an MDX error : ...invalid MDX with .... (WIS 10901)
    and advise ?
    Thanks

    Hi Didier,
    Thanks a lot for your help.
    Now it works : i do not understand why
    i explain:
    the correct syntaxe of my new measure is :
    <EXPRESSION>([Measures].[4FVLHG7OAJMNY9WC06X6JLOZQ], [0CURTYPE].[10])</EXPRESSION>
    it does not works with my "L01 currency type" BO dimension
    ([0CURTYPE].[LEVEL01])
    when i had :
    -my universe is based on a BW BEX query
    -my universe has been automaticaly generated with the assistant
    -the Currency Type Class was define as below:
           - 1 BO dimension object : L01 Currency Type =>
    [0CURTYPE].[LEVEL01]
           - 3 BO detail objects : L01 Currency Type techName =>
    [0CURTYPE].[LEVEL01].[TECH_NAME]
                                              L01 Currency Type Key =>
    [0CURTYPE].[LEVEL01].[[20CURTYPE]].[Value]
                                             L01 Currency Type Long Name =>
    [0CURTYPE].[LEVEL01].[[40CURTYPE]].[Value]
    i always had a wrong mdx syntax error on the webi report
    i updated the class with the follow
         - 1 BO dimension object : L01 Currency Type =>
    [0CURTYPE].[LEVEL01] (idem)
           - 3 BO detail objects : L01 Currency Type techName =>
    [0CURTYPE].[LEVEL01].[TECH_NAME]  (idem)
                                              L01 Currency Type Key =>
    [0CURTYPE].[LEVEL01].[NAME] (updated)
                                             L01 Currency Type Long Name =>
    [0CURTYPE].[LEVEL01].[DESCRIPTION] (updated)
    then it was working
    Then i tried to reproduce from scratch and now it also works with the previous version of the class.
    I do not understand anything
    Is there something like a cache file of the MDX query (in RSRT, cache mode is set to inactive for the bex query) ?
    ps: this is the same if a use webi under infoview (java) or webi rich client...
    Edited by: Frederic Nez on Jan 19, 2010 6:35 PM
    (edit : there is mistake in the post : objects are always between [] even if it is not dispay => change objects to code mode)

  • HT203687 Trying to install iCloud on a new Toshiba laptop so I can sync with my iPad and iPhone. I get error message HRRESULT:OX8007OBC9, says the installer encountered errors before iCloud Control Panel 2.0 could be installed. Same problem trying to inst

    Trying to instll iCloud on a new Toshiba laptop so I can sync contacts, calendars, email with my iPhone and iPad. Get error message HRRESULT:OX8007OBC9, says installer encountered errors before iCloud Control Panel 2.0 could be configured. Have the same problem trying to istall  iTunes.

    Quote from: lcwhitlock on 04-April-14, 13:44:09
    Hello darkhawk,
    Thank you for the recommendation.  I somewhat understand what a MS DOS disk is, but I'm not sure how to go about creating one. I've seen where you can use a program, like Rufus, to create a usb one  - but I'm leery about using 3rd-party programs (especially ones I'm not familiar with). I've come across a couple of 'how-to' tuts, but they didn't clarify what files (if any) I would need to include on the disk (for my particular situation). Right now I don't have any blank cds, nor any extra flash/thumb drives - wish I did, but hadn't needed these for years. There has only been one other time where I needed to re-install Windows, but that was over 15 years ago - I did it through BIOS, reformatting my drives, and then reinstalled via the Windows XP disk. Windows 8 is an entirely different breed, which has left me feeling a bit stumped, at times. If there was a way I could perform it (successfully), similar to the first time I did it years ago, I'd give it a try - but at the same time, I'm a bit reluctant, because if it doesn't work, then I'm stuck without any internet access to get further help.
    Ask and ye shall receive. This should be doable in Windows 7 and Windows 8 on another PC. I recommend using a USB Flash drive like in this tutorial, but I'm sure you could use something else.
    If you want, you could also use Hiren's BootCD to make a bootable CD with many options and programs on it (I keep one, just for certain situations) that will allow you to do the same things.
    http://www.hiren.info/pages/bootcd
    Also very useful for sorting out virus's as long as it's downloaded and made on another PC that is virus free......

  • Excel not even open - "cannot complete this task with available resources" and then VBA run-time error randomly appear!

    Has anyone else seen the "Excel cannot complete this task with available resources" error message appear when Excel isn't even open? It keeps happening to me, and it's the strangest thing.
    It seems like interacting with Excel files sometimes prompts it - for example, I just turned on my computer this morning, checked my email, and then opened Google Chrome to upload some Excel files. Excel hasn't been opened at any point since the machine
    booted up, but this Excel error popped up while I was uploading the files.
    Checked the Task Manager because I was baffled (not that this is the first time it's happened), and there's no Excel application running, just that silly error message. Choose OK on that error and a VBA run-time error message appears (not even sure if it's
    Excel VBA or Word/Outlook but I assume it's Excel - it's the good old 1004, application-defined or object-defined error).
    Debug is greyed out, so it won't let me debug to see what the problem is. Choosing End brings the "Excel cannot complete this task with available resources" message back for one final performance.
    This happens on a not-infrequent basis: Excel isn't open, and I randomly get this set of Excel errors: 1) "cannot complete task", 2) VBA run-time, 3) "cannot complete task" again. Then it's done, until the next time it happens. Weird.
    I have 32-bit Windows 7 and Excel 2013/2010/2007/2003/2002 (I know!) but the issue only started after installing 2013. I also get the "cannot complete this task" message regularly when working in Excel (generally with Power Pivot or something legitimately
    memory-hungry though), and restarting the application does the trick. I don't mind a heads-up when I'm gobbling up too many resources, but when Excel's not even open, it's a bit ridiculous. It's like I have a zombie Excel! Does interacting with Excel files
    via upload/moving around Windows Explorer actually trigger some sort of Excel action in the background?
    Any ideas would be most appreciated!! Thank you :)

    Hi,
    As the memory error messages , it can be very generic and don't always identify the real cause of the issue. We may try to use the KB that Mr. KR mentioned above to troubleshoot it.
    On the other hand, if the file is xls format, we may convert to the new file format .XLSM and test.
    http://www.experts-exchange.com/Software/Office_Productivity/Office_Suites/MS_Office/Excel/Q_28339883.html
    Next, try to disable hardware graphics acceleration from File > Options > Advanced > Display section and disable Aero Themes (if you enabled) to check the results.
    For the hangs and crashes issues, we may use ADPlus.vbs to troubleshoot:
    http://support.microsoft.com/kb/286350/en-us
    http://www.networksteve.com/exchange/topic.php/Excel_cannot_complete_this_task_with_available_resources_error,/?TopicId=39411&Posts=1
    Please Note: Since the web site is not hosted by Microsoft, the link may change without notice. Microsoft does not guarantee the accuracy of this information.
    Hope it's helpful.
    George Zhao
    TechNet Community Support

  • Cd burner issues with Nero, Atapi and DMA

    Hello,
    When i first build my AMD system with the specs below, everything was mostly fine on the IDE drive topic. Nero was burning fine, Alcohol 120 was working etc etc...
    Recently when i decided to format my computer, things started to fail.
    The OS install went fine, all drivers installed just fine with the exception of the NVidia SW drivers. When I opt to install these drivers, whether it be v 5.03, or 5.10, the system will hang if I insert a cd into the cd rom drive. It attempts to read, then the system will totally hang.
    If these were uninstalled, it would work flawlessly. But that is off topic.
    What i've read in these threads is that if I select to use PIO and not DMA on the cd rom ide channels in windows/bios, the burner would fine with Nero. With DMA turned on, the program will hang during the 'checking discs' window just before the burnging process begins. The burner doesnt even attempt to see the cdr in the drive.
    But my question is, does anyone know why some of us need to disable DMA for the IDE drives/channels for it to work? I've read others were having problems reading from DVD drives etc with DMA enabled. Disabling DMA and using PIO only would see the DVD drive work fine.
    Is this a known issue with the board or drivers?
    BTW: I have 2 hdds on primary channel, and the single burner on the 2ndary channel as mater. Burner is an old Kodak/Mitsumi 4xCD burner, 2xCDRW.
    Your thoughts will be much appreciated..
    Many thanks.

    Got some more information based on the advice on this thread.
    I tried removing all the 12 IDE ATA/ATAPI Controllers, and once rebooted, winxp would fail to startup.
    So I restarted with the last known working settings, then I narrowed it down to the middle one of each of the channels to be the most important.
    - Primary IDE Channel 1
    - Primary IDE Channel 2
    - Primary IDE Channel 3
    - Secondary IDE Channel 1
    - Secondary IDE Channel 2
    - Secondary IDE Channel 3
    - Standard Dual Channel PCI IDE Controller 1
    - Standard Dual Channel PCI IDE Controller 2
    - Standard Dual Channel PCI IDE Controller 3
    After removing all 1 and 3's. A 'scan for hardware' change automatically detected them again and automatically installed them again with the MS drivers.
    I have also tried the end ide connection from the 3 connector ide cable I was using, and still no luck.
    Channel 0 with both the hdds installed are using the red round ide cable. While Channel 1 with the single burner is installed with the standard flat grey ide cables.
    Bagmaster: This is the funny thing though. When i first built the computer, the burner was working absolutely fine with Nero. It wasn't until I format the computer and decided to use 5.10 drivers that it gave me problems. I then did another format with the old 5.03 drivers and yet, still no luck...
    The problem mysteriously popped up after the format, and just doesn't want to go away.
    tomkas: I may attempt your idea. I will let you know what comes from it. Hope it doesn't force me to make yet another format of the system.. I have done once too many on this computer than I'd done for my old Intel system for 4 years...  
    syar2003: Hmm, i'm not quite sure if these grey ide cables are 40 or 80pins. I've been using these since the early 2000's with my intel computer. Heck, i didn't even know they upped the pins?? I thought ide cables fit all new and old drives [whether they be hdd or cd drives]

  • Single access point with multiple ssids and single channel possible?

    Hi everybody.
    I have this silly question.
    Let say we have three vlans, vlan1,2,3  and they are mapped to wlans as follows:
    Vlan 1  ssid1
    Vlan 2 ssid2
    Vlan3 ssid 3
                      AP --------trunk------Switchted network.
    Our Ap  has mobile devices in three wlans, i.e ssid1ssid2 and ssid3
    Since AP uses half duplex mode,  mobile devices need positive ack from ap  before they can send data,  therefore once channel let say channel 3( assuming 802.11b is used) can be shared by all mobile devices in three wlans.  
    Is  my understanding correct?
    Thanks and have a great weekend.

    Hii ,
    Yes ,that is pretty much possible as suggested by other experts on board. Depending on your access point you will have 1 (2.4 GHz) or  both 2.4 & 5GHz radios.
    You can configure multiple SSIDs (up to 16 ) known as MBSSID mode in autonomous environment. In Controller based architecture you can configure up to 512 WLAN (SSID) and transmit any 16 of them per AP (using AP group feature). However , it is recommended to keep multiple SSID count below 8 as for each SSID separate beacon will be sent on air which consumes more air time.
    Hope this helps
    Thanks
    Vinay

  • Wireless Bridge Not working with 5200,5220 and 5240 channels

    Hi Team;
                         I am setting up a bridge connection with 1262 AP as the root and 3502 as the non root and i observed that it is working with only  channel 36. If i am setting up other channels like 40,44 & 48 its not working.
    My partnumber is 3502E-E-k9 and 1262E-E-K9

    Post your radio interface configuration in both ROOT & NON-ROOT to check. 
    HTH
    Rasika

  • Help with cover art and explicit channel?

    Have recently made a podcast with friends and just got it accepted by itunes, it hasn't appeared yet but am waiting on that.
    I was never asked by my RSS aiding software, or by itunes about the explicit tag and as such it doesn't have one. It does kind of need it, and all the advice I have found on this page so far about adding the tag makes no difference.
    Also, the cover art won't appear: but for the moment this is less major

    If your podcast contains sexual or strong language you must have this tag in the top section of the feed (between the 'channel' tag and the first 'item' tag' and also within the 'item' tags for each episode affected:
    <itunes:explicit>yes</itunes:explicit>
    Failure to include this tag will get you rejected.
    Artwork: the image which appears in the Store page is referenced in the 'itunes:image' tag in the feed - it can take several days before it appears as it's cached separately.
    The image which appears in iTunes when you subscribe is not referenced in the feed but has to be actually embedded in the media file for each episode - please see this page:
    http://www.wilmut.webspace.virginmedia.com/notes/coverart.html
    If you have any further queries please include your feed URL.

  • How can I create a buffer, array or pipeline that stores the last 5000 dates of a voltage measurement with PCI6036 & SCXI1104C and continously drops the last date and inserts the latest date (scanrate 200 or 2000Hz)?

    I develope a porgramm for continious monitoring. If the voltage of a channel exceeds or is lower than the upper or lower limit of tolerance the actual date must be stored and additionally the dates being stored 10sec before and after this event. Can somebody give some advice how to create the buffer to keep the dates 10s before the error event? Thank U.

    I've written you a quick array buffer vi. I'm not sure if it'll be fast enough though.. Try it and see! I've used the loop numbers in my array, but i'm sure you can feed in the dates instead.
    Attachments:
    Array_buffer.vi ‏26 KB

  • Basic voltage measurement, with Meter, Relay, and Load. How do I make it work?

    Hello,
    I have LV2010, and I am controlling a Meter, Relay, and Load.
    Here is what I need.  Please give me any crazy idea that you can think of to explain why this will work all day and then after shift change it hangs, and locks repeatedly.
    I have looked at our LAN, and Server usage.  The second shift operator likes to wear nitrile gloves so we asked that he take them off and that seamed to help but didn't solve it.  I have stood and watched both operators and their methods seam to be the same.  I can operate the test for a dozen cycles and it is perfect, then he takes over and it locks on the second cycle.
    The program is very simple with a loop that calls the subvi for the equipment and then records the data for a service to push to the server.
    So after you laugh at what a poor post this is, please give me any off the wall idea you have because it isn't making any sense to me.
    Thanks,
    Ben P.

    tbob wrote:
    But I would like to throw out one suggestion.  You have a lot of blank space in your block diagram.  You have to scroll across the screen a whole lot.  This makes it hard to look at the code and to understand what it does.  Make it easier for others to read by eliminating the blank space and moving objects closer together.  I have two monitors side by side and I still can't see all the code without scrolling.
    Something is wrong with that block diagram (looking at OCV-CCV.vi).  I ran the block diagram cleanup on it, and it stretches out a lot of structures very wide even when they hardly have any code in them.
    It would be good if someone from NI can look at that VI and see if they get the same results and figure out why the cleanup tool is failing on this one.
    Ben P, you are missing alot of subVI's and typedefs.  You may want to create a source distribution and upload a zip file of that so we can see all the files.
    Look at the event structure in your Wait Case.  You have a Run:Value change event and Change Info:Value change event.  Both of those have their event properties set to lock front panel until event completes, but yet the event may not complete right away since the event structure is inside your state machine in a case that may not be up for execution right away.

  • Working with HD content and Milti-Channel Sound AC3 in iMovie 08

    I am trying to figure out how to edit video content I exported from a VOB file that the audio is in AC3. I have used tools like StreamClip to export the file into a QT MOV format, but there are no AC3 options. So I DEMUX the audio to AC3 and try to add that to iMovie 08 and still no luck. Looks like 08 does not support m2v format.
    What I want to do is I have a number of HD/SD media that all have 5.1 Surround and I am simply wanting to merge them together into one big clip, with maybe some fine tuning of the clip length nothing fancy, but I want to retain the AC3 5.1 Surround sound content. Any ideas? I have FCE will that help me?

    I am trying to figure out how to edit video content I exported from a VOB file that the audio is in AC3.
    AC3 content is not editable in QT applications.
    I have used tools like StreamClip to export the file into a QT MOV format, but there are no AC3 options.
    MPEG Streamclip by default down-mixes 5.1 (3/2) AC3 down to stereo. (Other options include: Front Mix, Surround, L/R Ch., Center Ch., LS/RS Ch., and LFE ch. which can then be exported as stereo or mono.)
    So I DEMUX the audio to AC3 and try to add that to iMovie 08 and still no luck.
    As stated above, iMovie '08 does not support AC3 as a compression format. In addition, iMovie '08 cannot access third-party components so even if you have an AC3/A52 component installed, it will not work. Further, even if it did support AC3 compressed audio, iMovie '08 itself only supports stereo audio.
    Looks like 08 does not support m2v format.
    iMovie '08 will support M2V video content in an MOV file container if and only if all P- and B-frames have been converted to I-frames making the file equivalent to a Motion-JPEG video clip.
    I have FCE will that help me?
    Not Really.
    What I want to do is I have a number of HD/SD media that all have 5.1 Surround and I am simply wanting to merge them together into one big clip, with maybe some fine tuning of the clip length nothing fancy, but I want to retain the AC3 5.1 Surround sound content.
    In the end, all of the various possible work flows depend on how you plan to play the content. This, in turn, determines which work flow is best suited to your needs. Basically you can convert and then edit in QT editor applications or edit in MPEG Streamclip, (save,) and then convert for a final target use/device.

  • Is it possible to output multichannel audio with both stereo and mono channels?

    For example, track 1 is mono, track 2 is mono, but tracks 3&4 are stereo.
    This is possible in FCP7, but I can't seem to find a way to do it in premiere.

    Premiere does not currently support this and is an open feature request.

  • Constant disconnects with "no PPPoE" and "no valid IP address" errors

    I have AT&T DSL and have an Airport Extreme connected to a Speedstream 4100 modem. My Internet connection has been fine for nearly a year with the AEBS but for the past couple weeks has been disconnecting so frequently that it's almost become useless. The problems reported by the AEBS are: PPPoE Server (no PPPoE server found) and Internet Connection (AEBS doesn't have a valid IP address). It's always these two problems reported.
    Restarting the AEBS gets me connected again, and sometimes the connection will come back on its own, but only for a short while. I don't know how to troubleshoot this. Help! Here are my AEBS settings:
    Radio Mode: Automatic
    Radio Channel Selection: Automatic
    Wireless Security: WPA2 Personal
    Use wide channels: Checked
    Create a closed network: Checked
    Use interface robustness: Unchecked
    Sorry, I'm not a network guy so forgive me if I've omitted some important information. Below the log from a recent bout of connects and disconnects:
    Jun 19 10:04:06 Severity:5 Disconnected.
    Jun 19 10:04:09 Severity:5 Binding added for udp, 0.0.0.0:32816 to 10.0.1.4:5353 with lifetime 7200
    Jun 19 10:04:09 Severity:5 Binding dropped for udp to 10.0.1.4:5353
    Jun 19 10:06:40 Severity:5 Binding added for udp, 0.0.0.0:32817 to 10.0.1.4:5353 with lifetime 7200
    Jun 19 10:06:40 Severity:5 Binding dropped for udp to 10.0.1.4:5353
    Jun 19 10:07:37 Severity:6 Parameter updated - drTY.
    Jun 19 10:07:37 Severity:5 unloading current configuration.
    Jun 19 10:07:47 Severity:5 Connecting via ethernet (user "[email protected]" service "AT&T DSL Connection").
    Jun 19 10:07:47 Severity:5 Deauthenticating with station ff:ff:ff:ff:ff:ff (reserved 3).
    Jun 19 10:07:47 Severity:5 Deauthenticating with station ff:ff:ff:ff:ff:ff (reserved 2).
    Jun 19 10:07:47 Severity:5 Rotated CCMP group key.
    Jun 19 10:07:47 Severity:3 No Address for NTP server time.apple.com.
    Jun 19 10:07:52 Severity:5 (WAN) link state is Up.
    Jun 19 10:07:57 Severity:5 Associated with station 00:16:cb:00:ee:34
    Jun 19 10:07:57 Severity:5 Installed unicast CCMP key for supplicant 00:16:cb:00:ee:34
    Jun 19 10:08:02 Severity:3 No Address for NTP server time.apple.com.
    Jun 19 10:08:04 Severity:5 Associated with station 7c:6d:62:a2:dc:0c
    Jun 19 10:08:04 Severity:5 Installed unicast CCMP key for supplicant 7c:6d:62:a2:dc:0c
    Jun 19 10:08:06 Severity:5 Connection accepted from [::ffff:10.0.1.2]:61426.
    Jun 19 10:08:08 Severity:5 Connection accepted from [fe80::216:cbff:fe00:ee34%bridge0]:61428.
    Jun 19 10:08:08 Severity:5 Connection accepted from [fe80::216:cbff:fe00:ee34%bridge0]:61427.
    Jun 19 10:08:13 Severity:5 Associated with station 00:24:36:90:4e:f6
    Jun 19 10:08:13 Severity:5 Installed unicast CCMP key for supplicant 00:24:36:90:4e:f6
    Jun 19 10:08:17 Severity:3 No Address for NTP server time.apple.com.
    Jun 19 10:08:18 Severity:7 Network down reported to 10.0.1.4:5353
    Jun 19 10:08:18 Severity:5 Binding added for udp, 0.0.0.0:32769 to 10.0.1.4:5353 with lifetime 7200
    Jun 19 10:08:19 Severity:7 Network down reported to 10.0.1.4:5353
    Jun 19 10:08:20 Severity:7 Network down reported to 10.0.1.4:5353
    Jun 19 10:08:22 Severity:7 Network down reported to 10.0.1.4:5353
    Jun 19 10:08:26 Severity:7 Network down reported to 10.0.1.4:5353
    Jun 19 10:08:27 Severity:5 Connection established xxx.xxx.xxx.xxx -> 151.164.187.11.
    Jun 19 10:08:28 Severity:5 Binding added for udp, xxx.xxx.xxx.xxx:32769 to 10.0.1.4:5353 with lifetime 7200
    Jun 19 10:08:32 Severity:5 Binding dropped for udp to 10.0.1.4:5353
    Jun 19 10:08:32 Severity:5 Clock synchronized to network time server time.apple.com (adjusted +0 seconds).
    Jun 19 10:09:09 Severity:5 Disconnected.
    Jun 19 10:11:32 Severity:5 Initialized (firmware 7.4.2).
    Jun 19 10:11:34 Severity:5 Connecting via ethernet (user "[email protected]" service "AT&T DSL Connection").
    Jun 19 10:11:35 Severity:5 Deauthenticating with station ff:ff:ff:ff:ff:ff (reserved 3).
    Jun 19 10:11:35 Severity:3 No Address for NTP server time.apple.com.
    Jun 19 10:11:35 Severity:5 Deauthenticating with station ff:ff:ff:ff:ff:ff (reserved 2).
    Jun 19 10:11:35 Severity:5 Rotated CCMP group key.
    Jun 19 10:11:35 Severity:5 Connection established xxx.xxx.xxx.xxx -> 151.164.187.11.
    Jun 19 10:11:39 Severity:5 (WAN) link state is Up.
    Jun 19 10:11:45 Severity:5 Connection established xxx.xxx.xxx.xxx -> 151.164.187.11.
    Jun 19 10:11:45 Severity:5 Associated with station 00:16:cb:00:ee:34
    Jun 19 10:11:45 Severity:5 Installed unicast CCMP key for supplicant 00:16:cb:00:ee:34
    Jun 19 10:11:50 Severity:5 Clock synchronized to network time server time.apple.com (adjusted +5 seconds).
    Jun 19 10:11:50 Severity:5 Associated with station 7c:6d:62:a2:dc:0c
    Jun 19 10:11:50 Severity:5 Installed unicast CCMP key for supplicant 7c:6d:62:a2:dc:0c
    Jun 19 10:11:52 Severity:5 Connection accepted from [fe80::216:cbff:fe00:ee34%bridge0]:61481.
    Jun 19 10:11:53 Severity:5 Connection accepted from [fe80::216:cbff:fe00:ee34%bridge0]:61483.
    Jun 19 10:11:54 Severity:5 Connection accepted from [fe80::216:cbff:fe00:ee34%bridge0]:61484.
    Jun 19 10:11:55 Severity:5 Associated with station 00:16:cb:00:ee:34
    Jun 19 10:11:55 Severity:5 Installed unicast CCMP key for supplicant 00:16:cb:00:ee:34
    Jun 19 10:12:02 Severity:5 Associated with station 00:24:36:90:4e:f6
    Jun 19 10:12:02 Severity:5 Installed unicast CCMP key for supplicant 00:24:36:90:4e:f6
    Jun 19 10:12:08 Severity:7 Public address reported as xxx.xxx.xxx.xxx to 10.0.1.4:5353
    Jun 19 10:12:08 Severity:5 Binding added for udp, xxx.xxx.xxx.xxx:32769 to 10.0.1.4:5353 with lifetime 7200
    Jun 19 10:12:08 Severity:5 Binding dropped for udp to 10.0.1.4:5353
    Jun 19 10:12:25 Severity:5 Disconnected.
    Jun 19 10:17:00 Severity:5 Connection established xxx.xxx.xxx.xxx -> 151.164.187.11.
    Jun 19 10:17:10 Severity:5 Disconnected.
    Jun 19 10:17:49 Severity:7 Network down reported to 10.0.1.4:5353
    Jun 19 10:17:49 Severity:5 Binding added for udp, 0.0.0.0:32770 to 10.0.1.4:5353 with lifetime 7200
    Message was edited by: DakotaPaul

    This is what the log has looked like for the past several hours.
    Jun 19 17:37:49 Severity:5 Binding added for udp, 0.0.0.0:32851 to 10.0.1.4:5353 with lifetime 7200
    Jun 19 17:37:50 Severity:7 Network down reported to 10.0.1.4:5353
    Jun 19 17:37:51 Severity:7 Network down reported to 10.0.1.4:5353
    Jun 19 17:37:53 Severity:7 Network down reported to 10.0.1.4:5353
    Jun 19 17:37:57 Severity:7 Network down reported to 10.0.1.4:5353
    Jun 19 17:38:05 Severity:7 Network down reported to 10.0.1.4:5353
    Jun 19 17:38:21 Severity:7 Network down reported to 10.0.1.4:5353
    Jun 19 17:38:53 Severity:7 Network down reported to 10.0.1.4:5353
    Jun 19 17:39:04 Severity:5 Binding dropped for udp to 10.0.1.4:5353
    Jun 19 17:43:48 Severity:7 Network down reported to 10.0.1.4:5353
    Jun 19 17:43:48 Severity:5 Binding added for udp, 0.0.0.0:32852 to 10.0.1.4:5353 with lifetime 7200
    Jun 19 17:43:49 Severity:7 Network down reported to 10.0.1.4:5353
    Jun 19 17:43:51 Severity:7 Network down reported to 10.0.1.4:5353
    Jun 19 17:43:55 Severity:7 Network down reported to 10.0.1.4:5353
    Jun 19 17:44:03 Severity:7 Network down reported to 10.0.1.4:5353
    Jun 19 17:44:19 Severity:7 Network down reported to 10.0.1.4:5353
    Jun 19 17:44:51 Severity:7 Network down reported to 10.0.1.4:5353
    Jun 19 17:45:03 Severity:5 Binding dropped for udp to 10.0.1.4:5353
    Jun 19 17:49:49 Severity:7 Network down reported to 10.0.1.4:5353
    Jun 19 17:49:49 Severity:5 Binding added for udp, 0.0.0.0:32853 to 10.0.1.4:5353 with lifetime 7200
    Jun 19 17:49:50 Severity:7 Network down reported to 10.0.1.4:5353
    Jun 19 17:49:51 Severity:7 Network down reported to 10.0.1.4:5353
    Jun 19 17:49:53 Severity:7 Network down reported to 10.0.1.4:5353
    Jun 19 17:49:57 Severity:7 Network down reported to 10.0.1.4:5353
    Jun 19 17:50:05 Severity:7 Network down reported to 10.0.1.4:5353
    Jun 19 17:50:21 Severity:7 Network down reported to 10.0.1.4:5353
    Jun 19 17:50:53 Severity:7 Network down reported to 10.0.1.4:5353
    Jun 19 17:51:04 Severity:5 Binding dropped for udp to 10.0.1.4:5353
    Jun 19 17:54:46 Severity:5 Rotated CCMP group key.
    Jun 19 17:57:01 Severity:7 Network down reported to 10.0.1.4:5353
    Jun 19 17:57:01 Severity:5 Binding added for udp, 0.0.0.0:32854 to 10.0.1.4:5353 with lifetime 7200
    Thanks for any help you can provide. I'm about to throw the modem and/or router out the window!

Maybe you are looking for

  • Unable to send fax from computer

    Hi, I'm unable to send faxes from my computer (e.g, from Word). I get a message: "The device is disconnected or powered off", which is not true. The printer is an HP  LaserJet 1536dnf MFP. The OS is Windows 7 Ultimate, 64-bit, with 8 GB RAM. I have u

  • Create an index on a huge table

    hi gurus I am going to create an index on a very large table(194GB) with the temporary tablespace size is 80G. I am afraid that during the index creation the temporary tablespace is not enouth to hold the data needed to create the index,because i onl

  • Upgrade ST-PI on a Solution Manager 7.0

    Hi All, I am upgrading on a Solman 7.0 SPS12 the ST-PI SAP Solution Plug-In 2005_1_700 to version 2008_1_700 via SAINT. This process take a while, running for the moment since 3 hours. The last update of log files SLOG.SID and ALOG.* has be done one

  • How to reduce noise in a RAW photo?

    Recently I came across a great article explaining the difference between a JPEG and a RAW file. I usually shoot in JPEG because that was all I was comfortable with. After reading the article I want to start shooting in RAW and be confident in it. I t

  • Mail not bringing in new email

    It was happening on my 3GS and now on my 4. The inbox says updating, but no new mail comes in. If I click on SENT mail, then back to INBOX, the mail comes in. It's really irritating to have to do this lame workaround. Any suggestions?