External time base changes with velocity

Hi everybody
I am using output channel A of a quadrature TTL encoder as external time base of the acquisition of three analog input signals. I acquire a total of 1024 scans, one scan for one pulse of the encoder. I use this system to acquire signal from an internal combustion engine. When the velocity of the engine is 1700 rpm, my system acquires the number of cycles of the signals that I expect. But when the velocity is 2000 rpm (or more) my system acquires more cycles altough the number of scans don´t change. It is like the board (or anything) doesn´t read all the pulses of the encoder). I use LabView 5.0 and the example: "Acquire N Scans ExtScanClk D-Trig.vi" for my acquisition. My board is PCI 6023-E.
Have anybody any idea w
hat should I do? I appreciate your help.

Wayuu,
according to what you say, it seems fairly clear that the board is not missing pulses and that those pulses are a clean signal.
What comes to my mind now is... Why do you say that you get more cycles? I mean, if you always get the number of samples you request, what's the problem? Maybe a delay between channels?
If that's the case, then it may have something to do with the interchannel delay parameter.
You can change the value of this parameter with the AI Config vi.
I would first check these links below that talk about it, and see if the behavior you are seeing is just an effect of your board having a unique ADC and hence a delay between samples of different channels.
http://digital.ni.com/public.nsf/websearch/9AE87416C8792FC286256
D190058C7D3?OpenDocument
http://zone.ni.com/devzone/devzone.nsf/webcategories/E8C00D6CC2BDD44386256882001425DA?opendocument&node=
Regards,

Similar Messages

  • Using external time base on PCI-MIO-16XE-50

    What is frequency of the internal time base of PCI-MIO-16XE-50? How can I replace it with my external timebase ( a pulse signal from an atom clock)?
    Also after replacing the internal timebase with external one, the scan rate and channel convert rate will be based on this external timebase automatically, right? For example, I define 1000 scan/s on AI0-AI8, it will be a scan rate based on the external timebase?

    The AI Clock Config.vi can be used to set the scan clock rate. If a person wishes to change the boards internal time base to an external one, the method described in http://digital.ni.com/public.nsf/3efedde4322fef19862567740067f3cc/5601c8268d625a3c86256cf50071199d?OpenDocument is the way to do this.
    The PCI-MIO-16XE-50 has a RTSI connector. Please look at the PCI Board JPEG on http://digital.ni.com/public.nsf/websearch/AD2D553F55A07BBF8625650D005F1F00?OpenDocument for the location of this connector. This site also contains a table of the RTSI Connector Pinouts.

  • Can I use AI clcock config.vi to set external time base

    DAQ PCI-MIO-16XE-50 board
    According to NI website, I can use "Alternate Clcok rate spec in AI clock config.vi" to set scan clock using external timebase. Does this method in fact change the DAQ cards Master Timebase?
    According to NI, I can use RTSI to change the DAQ cards Master Timebase, then all on board clock will be based on the external timebase.
    Do the two methods have the same result of changing the DAQ card Master Timebase?

    Hi May Lee,
    I have some answers for you.
    (1) I've never used SISOURCE before, but if it was found on our website, it should work. Assuming SISOURCE accepts an external clock source, that is correct. Scan clock will be set as the external scan rate, and Traditional NI-DAQ will select the fastest channel clock possible except for a minimal 10 microsecond interchannel delay (to allow for settling time for the amplifier and any unaccounted factors). If the scan rate is too fast for Traditional NI-DAQ to apply the 10 microsecond delay and still sample every channel before the next scan clock, than the delay will not be added. Also, if you specify the channel clock rate, the delay is not added.
    (2) I'm confused what you mean by setting the channel clock using the internal timebase. If you use the internal timebase of 20MHz as your channel clock rate, this sets the interchannel delay at 50ns. To acquire accurate data, the signal must settle within an accuracy range before the A/D conversion takes place. This is called the settling time. Consult the settling time specifications of your device to see if it can acquire that quickly. Most boards typically have microsecond values.
    If you're wondering about settling time issues with your board, consider the following. First, determine the maximum sampling rate and gains your application requires; you must select a DAQ board that settles to within your specifications. If you have a DAQ board already, which I think you do, run the DC or AC settling-time test to determine the settling time for your board. After you know the constraints of your DAQ board, consider the output impedance of your signals and arrange your signals if possible to minimize the swing in voltages between channels. Finally, select cables that are as short as possible with low resistance and capacitance. Using these guidelines, you can resolve all of your settling time concerns and be confident that your acquired data is accurate.
    (3) You can set the scan clock and channel clock based on external timebases using the AI clock config VI. You can input the timing signals on any PFI pin or select the I/O connector option which looks for the signals to be input on the PFI pin dedicated for its output.
    I've included an example from a PowerPoint presentation below. Let me know if this doesn't resolve the issue,
    Chad AE
    Applications Engineer - National Instruments
    Attachments:
    External_Clocking_(AI).ppt ‏143 KB

  • Time line change with Movie Clip!

    Help, I want a movie clip to interact with another to change the scene.
    this is my code on the "Door":
    onClipEvent(enterframe) {
         if (_root.char.hitTest(this)) {
              _root.gotoAndStop("Game2", 1);
    Game2 is my next scene name.
    but it is not working!
    Why is that!
    the other movie clip's instance is "char":

    Take the code off of the object and place it in the main timeline, modifying it as shown...
    this.onEnterFrame = function(){
         if (char.hitTest(Door)) {   // replace "Door" with the instance name you gave it
               delete this.onEnterFrame;
               gotoAndStop("Game2", 1);

  • Time Sigature changing?

    Hi,
    I'm currently about to record a progressive-style band that needs many time signature changes during their songs, many only lasting for one bar.
    How do I map time signature changes?? (whenever I try anything it changes it for the whole song).
    Thanks in advance,
    Chuck

    Hi
    Several methods;
    a) Put the Playhead at the required Bar No. and change the Time Sig in the Transport
    b) Global Tracks: Signature.... enter Time Sig Change with pencil tool
    c) Lists... Signature... create Signature
    d) enter a Time Sig in the Score editor
    That should do it!
    HTH
    CCT

  • LabVIEW: how to route time base to counter source using 6602.

    How do I route the 80Mhz internal time base on a 6602 card, to the source of any counter using LabVIEW? I can only see the option for an external time base, and drop down from source only allows me to select source pins or RTSI lines? I am using the DAQ Assistant!!Message Edited by ddudge12 on 06-08-2005 09:37 AM

    ddudge12,
    I haven't ever really used DAQ Assistant, but I *think* that the drop-down menu you mentioned is for selecting the Sampling clock, which is different than the counter Source. There doesn't appear to be a way to select a source signal in the DAQ Assistant -- it seems to expect you to wire a signal to the counter's default Source pin.
    You'll need to use a DAQmx Channel property node to select the 80 MHz timebase as a source. Attached is a screenshot of a very simple example that will count up as high as a 32-bit int can go, rollover to 0 and continue counting up, etc. It'll take a little less than a minute to rollover if all is working correctly.
    -Kevin P.
    Attachments:
    80MHz Source.gif ‏6 KB

  • I BEG of you:  How do I replace an Airport Extreme base station with a 4th-generation Time Capsule as the base station?

    I'll be damned if I can figure this out.  I have a new late-2012 iMac (OS 10.8.3) connecting to my LAN via Airport wi-fi.  (It will be Ethernet-connected, as soon as a hole is drilled into my new work table, but right now the Ethernet cable doesn't reach.)  My wife uses a 2011 MacBook Air.
    The LAN consists of a flying-saucer-looking Airport Extreme connected by Ethernet to the modem, plus 2 old Airport Expresses.  I have an Ethernet switch too, through which I've got a TV connected and a printer connected. 
    I bought a 4th-generation Time Capsule about a year ago, but couldn't figure out for the life of me how to replace the Airport Extreme with it.  I became so incredibly frustrated that I hid it away in a closet until now.  I  just tried again, with the same results.  I've got both Airport Utility 5.6 (to use with the old Extreme and Expresses) and Airport Utility 6.2.  I was using version 6.2 to set up the Time Capsule... or to try to.  Once again, I cannot for the life of me figure out how to do it!  I tried so many different Ethernet wiring connections that I now cannot remember them well enough to describe them here.
    I distinctly remember that, when I tried this a year ago with my wife's MacBook Air and Airport Utility 6.2, I was presented at one point with the question whether I wanted to replace an existing base station with the Time Capsule I was trying to set up, but this time I never was presented with that option.
    Is there anyone who can, in essence, hold my hand and walk me through this process step-by-step?  At this point I even need to be instructed what to wire to what.  I feel like a total incompetent.
    My MOST sincere thanks in advance for help!
    (I hope Time Capsule is the correct forum for this question.  I considered the Airport forum as well, but I don't want to cross-post.)
    (And, just to complicate matters, after I get this done-- assuming I ever do-- I want to use the old Airport Extreme on the outside of the house to extend the range of my LAN to the back yard... but that's for another day entirely.)

    apikoros wrote:
    The Utility transferred all of the AE's settings, so I still have to change the password, which leaves me with only 2 other questions, I think:
    1)  I assume it's just a matter of using the Utility, entering a stronger password and checking for it to be remembered in Keychain Access.  But do I have to  change the password for each individual unit-- the TC, the Extreme and both Expresses-- or will changing it just for the TC alone work for the entire network?
    Resetting the password you will need to do for each device... the utility cannot even see those old units.
    So you will have to do it for each one.. think it through.. because as you change passwords the others will lose connection.. so start from the express which are wireless extending .. change those first.. and go back up the chain.. as each one changes it will drop off the network.. until you reach extreme and change that. Then you might need to reboot the whole network to get everything talking again. If something goes wrong.. just pluck that one out of the mix and plug in ethernet.. reset and redo the setup. That is my preferred method anyway.. do everything in isolation one by one. By ethernet and then nothing goes wrong.
    2)  Who's the treasonous SOB who spilled the beans to you about the ICBM in my back yard?!?
    N.Korean hackers.
    [Edit] Whoops-- one more question:  I want to partition the TC's disk, but Disk Utility doesn't see it.  What do I need to do?
    You cannot partition a network disk. And apple provided no tools for it in the TC itself. You can pull the disk out and partition it but that voids your warranty. (although done with care who is to know).
    Look at Q3 here.
    http://pondini.org/TM/Time_Capsule.html
    Mixing TM and data on the TC is worth planning carefully. They don't necessarily sit happily together.

  • Synchronizing IPCC server's time with an external time source

    We have a IPCC server (CRS 4.0.3) running on a Windows Server 2000 SP4 platform. The server is working along with a Callmanager 4.1(3) in a WORKGROUP environment and there’s no domain. The clock on the IPCC server is recently acting very weirdly (back and forth by 10 - 30 minutes!) and I was wondering how can i change the time source provider for IPCC server to use a reliable external time server available on internet (or even use our local router).
    Any input on this issue is appreciated in advance!

    Ok. Let's clear things up.
    Problem:
    Network Time Protocol service stops in Callmanager 4.1.3 (Windows Server 2000 SP4) after configured to use it's local router as it's upstream time provider as indicated in this document (by configuring "ntp.conf" file): http://www.cisco.com/en/US/products/sw/voicesw/ps556/products_tech_note09186a008009470f.shtml
    Here is the error which is loged in windows event viwer:
    Time correction of -3619 seconds exceeds sanity limit (1000); set clock manually to the correct UTC time.
    Why? 3619 seconds is almost 1 hour but the time on the server and on the router is correct! Could it be something related to DST problem with this box?
    Note: DST is not working correctly on this machine and whenever it starts or ends we manually set the clock ahead or behind. We've also left "Automatically adjust clock for daylight saving changes" unchecked due to this problem.
    This beahvir of callmanager is causing trouble for our contact center as well because IPCC server is configured to sync it's time from Callmanager using it's own "ntp.conf" file
    Any idea?

  • My MacBook w/ OSX 10.6.8 cannot access my external Time Machine Backup USB Drive.  It says it is a Read Only drive.  When I went to change permissions I found all pernissions were listed as "Custom" and I could not reset them to "Read Write".  Any help!

    My MacBook w/ OSX 10.6.8 cannot access my external Time Machine Backup USB Drive.  It says it is a Read Only drive.  When I went to change permissions I found all pernissions were listed as "Custom" and I could not reset them to "Read Write".  Any help would be appreciated.

    This can be done easily with ethernet.
    Please follow the instructions strictly.
    To make it easier I want you to do this overnight so you can turn off all your current connection to the internet.
    Just go to the airport fan in to the top right and turn airport off.
    Get ethernet cable and connect the laptop to the TC lan port.. ie <-> ones.
    Press and hold the reset on the TC for about 10sec. until the front led flashes rapidly.
    Open the airport utility.. go to manual setup and change the wireless to off. (so other people around you cannot join your network of one).
    Ignore all the errors.. they won't stop the backup working.
    Go to the TM and reselect the backup target disk as the TC.
    It should start after 2min and run through to completion.
    That is it.. for a backup of many GB it might take a few hours.. so make sure the laptop has power plugged in and the sleep is off.. (on early ones I think this is needed but I am a late arrival to the scene).. sleep doesn't affect later OS.

  • HT2513 my iCal calendar that I created with the color green keeps changing to purple.  no matter how many times I change it to green, it turns it back to purple.  Of course this only happens with iCloud and not "from my Mac".  Any ideas?

    my iCal calendar that I created with the color green keeps changing to purple.  no matter how many times I change it to green, it turns it back to purple.  Of course this only happens with iCloud and not "from my Mac".  Any ideas on how to correct this?  This seems like a trivial error, but it's super annoying.

    I called Apple and they said that they know about this problem.  It's a problem with iCloud which their Engineers know about.  (there was a new iCloud release, hence...)  No ETA for a fix yet.  I asked that this be escalated so Engineering doesn't put it at the bottom of their fix list.  I talked to a Senior Advisor and mentioned to them to have QA check their regression tests as this has happened before to me (the problem just didn't take this long to resolve).  I like to use green too for important stuff, so I've resorted to creating a new calendar using the normal calendar green for events going forward.  They could have picked another color besides green to have this problem with and I wouldn't have been so upset.  ;-)

  • Recently upgraded Mac 24" to Lion (clean install) and now no external hard disks work with Time Machine

    Recently upgraded Mac 24" to Lion (clean install) and now no external hard disks work with Time Machine.
    installed new internal disk first with fresh 10.7.3 Lion software. Also upgrade ram to 4GB. Work great, super fast.
    BUT.... my WD 1TB firewire400 external disks no longer work with the Lion enabled machine now.
    FURTHER... I read somewhere that WD is problematic with Lion but Seagate was not... so I went and bought a new 3TB Seagate GoFlex.
    When it didnt work properly either, I patiently searched and found a software/firward upgrade and applied.
    I re-partitioned disk to extened/journaled standard, etc.
    Then assigned the particition to Time Machine. Drive turned the blue/grey color, so I thought it would work.
    But, it has now been in "preparing" mode in Time Machine for HOURS....
    What is up Apple? So dissappointed. Ive read these type of problems are notorious with Lion and I wish I never upgraded.
    Are you trying to make issues with External disks, to drive people to iCloud?  That trick ont work in me. I will not reward bad behaviour Apple.
    Please provide a fix... I wasted hours/days screwing around with this, instead of using the Mac for what its intended!

    Solved by Pondini, on another thread I opened...
    Answer:
    Sounds like either:
    A directory problem on your internal HD.  Verify your internal HD, and Repair any other volumes being backed-up per #A5 in Time Machine - Troubleshooting.
    Something in OSX may be damaged.  You've tried the "combo," so a fresh copy of OSX (that won't disturb anything else) would be worth a try (and you don't need a tech for that).  See Installing the ''combo'' update and/or Reinstalling OSX.

  • Is Time Machine something that I can back up to in a separate particle of my new MacBook Pro or do I need an external drive to use with it?

    .....ie we have Seagate external drives but both have Windows files on them, although plenty of room. Am I able to keep the Windows files on them and back up to them with Time Machine on new MacBook Pro? Don't understand....and not very clear. Thanks
    Belinda

    Belinda,
    In order to use Time Machine the external volume must be formatted in Disk Utility as "Mac OS Extended (Journaled)". You can't use a drive that is formatted to be used for both a Mac and a Windows unit (exFAT, etc.). You should purchase a new external drive to use with Time Machine and never let your work go for over a week with hooking up to the TM drive and allow Time Machine to do it's thing.
    Clinton
    MacBook Pro (15” Late 2011), OS X Yosemite 10.10, 16GB Crucial RAM, 960GB M500 Crucial SSD, 27” Apple Thunderbolt Display

  • External HD for use with Time Machine

    I have a new MacBook Pro with 320GB HD. I want to buy an external HD to use with Time Machine for a back up. HOw much capacity should I be looking at for the external? Is 500GB enough or is it possible to partition a 1TB unit for use as backup and extra storage (photos, music, etc...)?
    Thanks.
    This should have been posted in the late model forum. Sorry.

    tsoup2u wrote:
    Can I use disk utility to partition once plug in HD?
    Yes, you can. Click the Partition tab. Click options and set the partition scheme to GUID. One option is to have one partition a bit smaller than your internal HDD, which you can use for a bootable clone (SuperDuper or Carbon Copy Cloner).
    See this post for a great discussion of backup strategies:
    http://discussions.apple.com/thread.jspa?messageID=9423426&#9423426

  • With Time Machine I have an external hard drive formatted with Mac

    With Time Machine I have an external hard drive formatted with Mac. The record contained files windows. How to recover?
    Serious mistake: to connect a Mac to an external drive with data (important!) Windows, the warning appears: "You want to use the disk for Time Machine?" Wrong button, so in 2-3 seconds, the disk is formatted. Now Mac "sees" the disc but empty, Windows does not see it under "My Computer" but in "Disk Management" is reported as "hard core", "healthy", "GPT protective partition" Is there a way to retrieve the files? Sorry for my English Thanks

    I'm having a difficult time following, I understand English isn't your native language. You may have good luck with Google Translate.
    Also please read Pondini's Time Machine FAQs & Time Machine Troubleshooting.

  • Is a WD My Book Studio Desktop 3TB Hard Drive - FW 400/800, USB 2.0, Apple Time Machine Ready external hard drive bootable with my Powerbook G4 12" PPC 10.5.8?

    Sirs or madams,
    Is my Powerbook G4 12” PPC 10.5.8 'bootable' with a Western Digital My Book Studio Desktop 3TB Hard Drive - FW 400/800, USB 2.0, Apple Time Machine Ready external hard drive? Western Digital says officially no, but that it MIGHT be. I primarily live in China and bought a datastorage.com.cn Clearlight s400+ external hard drive enclosure with a 320GB disk drive a few years ago in China. My computer 'boots' fine from it, but since I got it in China all the paperwork, etc. is in Chinese; my Chinese isn't quite sufficient enough yet to read it. But there are references to something called "SATA", whatever that is.
    My level of computer 'under the hood' knowledge is extremely low. I've been told that SATA has some relationship as to whether or not an external hard drive will boot a computer via the Firewire connection, something relating to 'interface', which I assume is how separate electronic gadgets work, or don't work, with each other.
    I frankly don't care much for computers, the internet, or their related gadgets such as all these fancy phones. I longingly reminisce about the days when there were no such things. I use a computer & the internet because I have to, and unfortunately unlike a car where one doesn't have to have 'under the hood' knowledge to operate it, just knowledge of the steering wheel, brake, gas, etc., one seemingly must know a ridiculously great amount of 'under the hood' knowledge, including jargon, to operate computers.
    So, please try to respond accordingly; thank you.
    If this particular external hard drive won't, for certain, be bootable with my computer, can you advise as to what readily available brand/model would be in the 3TB range for a similar price, roughly $150ish??
    Thank you very much.

    Mr. BGreg,
    Thank you very much. "...under the covers...". I think you meant "under the hood", as in a car. I suppose "under the covers" would be man/woman interfacing, which I am familiar with!
    Actually, I'm back in the US now for a few months. I looked at the OWC web site, but only cusorily so far. I'll contact them; they appear knowledgeable about Apple computers.
    As to what you wrote about Western Digital's cases, I certainly wouldn't want a poor case. In China I had over time gotten 3 different external drive cases, 3 different Chinese brands, and separately bought Hitachi brand disk drives that 'simply' plugged into the cases. The drives are roughly 80GB 120GB and 320GB. The two larger ones are in cases that have Firewire plugs/jacks, which are bootable with my computer.
    So my understanding, as you wrote, has been that my Powerbook will boot from an external hard drive, provided it connects via Firewire, and the disk drive itself is 'normally' formatted with however my computer's own disk drive is formatted, (HFS OS extended (journaled) or some such??). So I was left wondering why Western Digital would indicate that even though their such-and-so external hard drive case/drive was Firewire capable, that they would then say it would not be bootable with my Apple PPC computer......
    Well, anyway, since you indicated Western Digital's case quality is suspect, then I'll try OWC and disregard Western Digital.
    Naturally, OWC should be able to address this, but your thoughts are also welcome. You mentioned the OWC cases are good with Apples. Would the disk drives OWC supplied with the cases also be of relatively dependable quality?? From my so far only cursory look at their web site they appear to have various options, including case only options where I could insert my own or their own drives. These sorts of options seem preferable, also along with quality components. 
    My Powerbook has been in use since 2004. In China I put in a 1.25 memory 'chip' in the bottom and installed the 10.5.8 operating system, which I understand are the maximum workable with my Powerbook. When I inquired with Chinese friends if my 1.33 GHz processor could be taken out and a more powerful one put in, they said it wasn't feasible because in my particular computer my processor was, as I recall them saying, soldered/'permanently' connected with the 'motherboard', that it would just be easier to get a new computer.
    I would be with them and they would nonchalantly open it completely up showing me all its tightly arranged 'innards' while at least giving it a good internal dust/dirt clean job for cheap lunch and a beer (& so much dirt/dust/lint there was!)...these are the same folks who build the things of course...fast moving hands with tiny screws flying everywhere, but everything 100% all back in place when finished.
    My Chinese friends also said that nowadays Apples are not as well built as when my Powerbook was built, that nowadays an Apple's life expectancy was considerably lower, so I fear that when I get a new computer that, though it will be more up-to-date and powerful, etc., it most probably won't last near as long as my Powerbook has. They also said that in an older computer the fan was often the first component to go bad, and if a new one couldn't be easily found, as they said was my case, then you're just left with having to get an entirely new computer.  Part of why I dislike electronic computer gadgets generally is that they are obsolete so quickly.
    So, anyway, thanks very much for your information.

Maybe you are looking for

  • Archiving object EC_PCA_ITM

    Hi, I need to archive data using archiving object EC_PCA_ITM. Now the condition is that in this archiving object, I need to restrict the data (to be archived) to company code 1030 (country US). As the company code field is not available in the select

  • Document number range object

    Hi Please tell document number range object . T-code :FBN1 PLEASE URGENT Thanks Krishna

  • Arabic text running the wrong way

    I need to place a series of words, in Arabic, in an array. When I copy the words from the original text document to the script window, the order of the letters reverses from right-to-left to left-to-right, so basically all the Arabic is being written

  • How to ocult the name of the file opened in the title

    Hi, when a file is opened, the totle of the file is shown in the title of the acrobat program with the "Adobe Reader" text too. I want than when I open a file its name don't be shown in the title, I need that the title only show "Adobe Reader" always

  • Image distortion via Change Desktop Background?

    A couple of months ago, I was searching through my iPhoto gallery looking for a picture to set as my "new" desktop background. As I changed from one background to another, the over-all display from my MBPR (MacBook Pro Retina) exhibited distortion. I