12-21-2009 11:31 AM
Does anybody know if something happens behind the scenes every 12 second in Windows XP (SP3)?
I am getting some weird data approximately every 12 seconds with normal data in between.
This seems to have happened since I changed PCs, but to supposedly the identical spec.
Any ideas?
12-21-2009 12:22 PM
nrp:
Does Task manager show any activity spikes when monitoring what the Services are doing?
Have you tried turning off Automatic Windows Update?
-AK2DM
12-21-2009 01:22 PM
What type of data (DAQ, streaming from network ...).
12 seconds seems too regular to be a service, is it possible there (depending on data source) is a framing/timing issue or a number rollover (dividing by a increasing integer or something of that sort).
12-21-2009 01:23 PM
12-21-2009 01:42 PM
nothing too fancy going on, DAQmx read, no network involved. Also, its not really a glitch, more like a burp of around 1/2 a second long every 12 seconds. I call it a burp as i causes my nice linear data to bulge out horribly.
Weird thing is this does not happen earlier in a different part of the test sequence, almost as if it is the actual hardware under test that is misbehaving...
12-21-2009 01:54 PM
nrp,
What else is going on around your DAQ device? Any solenoids, contactors?
12-21-2009 01:56 PM - edited 12-21-2009 01:58 PM
nrp wrote:nothing too fancy going on, DAQmx read, no network involved. Also, its not really a glitch, more like a burp of around 1/2 a second long every 12 seconds. I call it a burp as i causes my nice linear data to bulge out horribly.
Weird thing is this does not happen earlier in a different part of the test sequence, almost as if it is the actual hardware under test that is misbehaving...
As Ben would say "Sea-Story Time"--
I had the exact same thing happen to me a few years ago. While developing a test with hardware in the loop I noticed that every 12 seconds my measurements went way out of the expected range. We spent days looking into the cause since the electronics happened to be the inner guts of an implantable medical device, and, well --- that would be kinda upsetting to have it go wonky every 12 seconds. As I recall, I had tried to demo the issue to a senior engineer and could not repeat the issue untill I turned on the temperature chamber that held the DUT at 37C. Turned out the the exposed silicon IC was sensitive to the IR light element we used to keep everything at body temperature and the chamber needed to heat for about 1/2 a sec every 12 secs to maintain 37C.
Don't rule out unexpected system interactions just yet.
What is different between the stim package earlier in the sequence and the stim package in the offending step?
12-22-2009 06:29 AM
Externally there is a vacuum chamber but I have been told that nothing happens at that period. I will ask again.
I have several DUTs and they are all slightly out of sequence with each other in time (which is fine), but my burp happens at exactly the same time on all the channels if plotted in terms of absolute time.
It is a bit weird as the burp does not lead to any spikes or other noise on the data, just a smooth-ish bulge....
12-22-2009 06:54 AM
Is the 12 seconds coincident with your data processing interval? And do you use filter functions?
12-22-2009 07:48 AM