Get actual clock rate error

I'm using ADAC 5500 DAQ card with labview. I had an error called 'get actual clock rate'.What's the meaning of this error. How can i get actual clock rate,what shoul i do?Thanks for your response.

Hello �
I visited IOtech�s website and found out that in the ADAC/5500 Series specifications data sheet it is mentioned that LabVIEW is supported with this piece of hardware. They mention: �complete drivers with example programs for rapid application specific development�.
My suggestion is to contact IOtech. They are the ones who wrote the driver to interface their hardware with LabVIEW and should know what the error means. In this case, our ability to help you is limited since we did not write the driver. However, they should be able to provide you with more information about the error and how to fix it.
ADAC/5500 Series
IOtech support<
/a>
Hope this helps!
S Vences
Applications Engineer
National Instruments

Similar Messages

  • How to affect the actual FPGA clock rate?

    Hallo,
    I developed a FPGA-VI, which should run with 80 MHz clock rate on the PCI 7833R board.
    This was no problem at the beginning, but meanwhile the code got bigger (Slices: 30%). Now the compiler says that there is an error with the timing constraints. The maximum clock it can reach is 74 MHz.
    Unfortunately I need the 80 Mhz to be fast enough.
    What parts of the code influence the actual clock rate?
    How can I get it faster?

    I think you missunderstood what I mean:
    The problem is not how many ticks a while loop needs for one cycle.
    The problem is the clock rate setting for the FPGA-board. It is set to 80 MHz and not the Default 40 MHz.
    When I compile my VI the compiler reports that it can't keep the 80 MHz. That means for example that a Single Cycled Timed Loop doesn't need 12.5 ns but for instance 13.4 ns.
    If I separate my code in 2 parts and compile each part as a separate project, the compiler can keep the 80 MHz. Only together it doesn't work.
    So the whole problem has something to do with the size of the project, the depth of the structures etc.
    So I need to know for example what structures slow down the clock most, or something like that.

  • Not your average bit rate error

    Hi, all-
    I had a DVD project that burned just fine yesterday. It contained seven video clips and two menus for a total of about 13 minutes of video. I had a test DVD up and running, no problem.
    I decided to trim things down a bit and eliminate three video files, clip thirty seconds out of another, and turn the second menu into a screen of text information only. Now I consistently get a bit rate error where before I had no problems at all.
    Any thoughts? I've been editing using Quicktime Pro and saving as a self-contained file. I've had no problems until now.
    I'm using 2 pass VBR, various bit rates but nothing crazy. (I was able to burn the test DVD at the highest bit rates possible, but now nothing works.) Motion estimation is set at best. Total video is around 8 minutes, maybe less.

    If you have edited one of your video clips and have re-encoded the clip to MPEG-2. It is best to remove the original clip from the track in the DVDSP project and then add the newly edited version of the clip to the same track. A quick fix for your project might be forcing DVDSP to reparse all your video assets by deleting the PAR folder(s)/files associated with your video assets and then opening the project again (it may take several minutes for the new PAR files to be generated when you first open the project).
    -k

  • How to get actuals at budget exchange rate

    Hi All,
    I am working on a multi currency planning application.
    I want to do variance reproting wherein I have to calculate variance between actual * actual exchage rate and actual * budget exchange rate.
    What can be the best way to do this?

    To get actuals at budget exchange rate the normal practice is to have another scenario called something like actual_bud_rate where you have the budget exchange rates loaded.
    The variance can then be accomplished in many ways whether that be via SmartView, Financial Reports, or creating another scenario and using one of the variance functions @VAR, @VARPER.
    The key to any of the methods for variance is that new scenario and loading the budget rates to that scenario.
    Regards,
    John A. Booth
    http://www.metavero.com

  • Why am I getting midi conflict/sample rate errors. GarageBand 10 intel mac

    Why am I getting midi conflict sample rate errors with no connected midi device?

    Ok, I'll answer this myself. It has nothing much to do with midi devices being in conflict with anything. Nothing much to do with midi devices, as such, in fact. What it seems to be is a slow running system, whether it be processor, or hard disk, or whatever. In fact, when I found the cause of the problem, it was easy to solve.
    What I saw a few times throughout this episode, was an inacurate sample rate report, which caused Garageband to run and react slowly, causing stuttering and flutter in audio output, so that noises were produced as the program struggled to handle the data streams it was reading and trying to reproduce and output cohesively. All of that was caused, it seems, by my iMac overworking and getting a bit too hot for comfort, having run all day, and multitasking for a good deal of it. I didn't adjust I/O buffering, or take any of the usual 'advised action' I've read from other users.
    I simply saved my work and shut down the machine for an hour or two. When I restarted the machine, all had returned to normal. The lesson is, it seems to me, is minimise, or, stop other tasks the machine is carrying out. Safari, in particular, seems to be a major drain on resources, so work without it running. Shut down all unecessary programs and tasks, and run Garageband alone, when working in it. Garageband is a much tamer beast when it's left alone to do what you ask of it. It's quite a sensitive little soul. :-)

  • Error Disabling the Clock Rate on Interface

    When i try to disable the clock rate on a Serial interface of a 3640 Router the router returns the following error:
    Router(Config-if)#no clock rate 56000
    FECPM PM doesn't support clock rate 0
    HOw can i disable the clock rate

    Hi
    I even kept the interface in admin shut mode but it refuses to accept the command no clock rate
    After using show controller interfaces serial 0/1
    it gives o/p as serail not connected
    Kindly see how to remove the command
    regards
    Sohail JKB

  • MyRIO memory, data transfer and clock rate

    Hi
    I am trying to do some computations on a previously obtained file sampled at 100Msps using myRIO module. I have some doubts regarding the same. There are mainly two doubts, one regarding data transfer and other regarding clock rate. 
    1. Currently, I access my file (size 50 MB) from my development computer hard drive in FPGA through DMA FIFO, taking one block consisting of around 5500 points at a time. I have been running the VI in emulation mode for the time being. I was able to transfer through DMA from host, but it is very slow (i can see each point being transferred!!). The timer connected in while loop in FPGA says 2 ticks for each loop, but the data transfer is taking long. There could be two reasons for this, one being that the serial cable used is the problem, the DMA happens fast but the update as seen to the user is slower, the second being that the timer is not recording the time for data trasfer. Which one could be the reason?
    If I put the file in the myRIO module, I will have to compile it each and every time, but does it behave the same way as I did before with dev PC(will the DMA transfer be faster)? And here too, do I need to put the file in the USB stick? My MAX says that there is 293 MB of primary disk free space in the module. I am not able to see this space at all. If I put my file in this memory, will the data transfer be faster? That is, can I use any static memory in the board (>50MB) to put my file? or can I use any data transfer method other than FIFO? This forum (http://forums.ni.com/t5/Academic-Hardware-Products-ELVIS/myRIO-Compile-Error/td-p/2709721/highlight/... discusses this issue, but I would like to know the speed of the transfer too. 
    2. The data in the file is sampled at 100Msps. The filter blocks inside FPGA ask to specify the FPGA clock rate and sampling rate, i created a 200MHz derived clock and mentioned the same, gave sampling rate as 100Msps, but the filter is giving zero results. Do these blocks work with derived clock rates? or is it the property of SCTL alone?
    Thanks a lot
    Arya

    Hi Sam
    Thanks for the quick reply. I will keep the terminology in mind. I am trying analyse the data file (each of the 5500 samples corresponds to a single frame of data)  by doing some intensive signal processing algorithms on each frame, then average the results and disply it.
    I tried putting the file on the RT target, both using a USB stick and using the RT target internal memory. I thought I will write back the delay time for each loop after the transfer has occured completely, to a text tile in the system. I ran the code my making an exe for both the USB stick and RT target internal memory methods; and compiling using the FPGA emulater in the dev PC VI. (A screenshot of the last method is attached, the same is used for both the other methods with minor modifications. )To my surprise, all three of them gave 13 ms as the delay. I certainly expect the transfer from RT internal memory faster than USB and the one from the dev PC to be the slowest. I will work more on the same and try to figure out why this is happening so.
    When I transferred the data file (50MB) into the RT flash memory, the MAX shows 50MB decrease in the free physical memory but only 20MB decrease in the primary disk free space. Why is this so? Could you please tell me the differences between them? I did not get any useful online resources when I searched.
    Meanwhile, the other doubt still persists, is it possible to run filter blocks with the derived clock rates? Can we specify clock rates like 200MHz and sampling rates like 100Msps in the filter configuration window? I tried, but obtained zero results.
    Thanks and regards
    Arya
    Attachments:
    Dev PC VI.PNG ‏33 KB
    FPGA VI.PNG ‏16 KB
    Delay text file.PNG ‏4 KB

  • Can i do hardware compare using hsdio when the generation and acq clock rate are different

    Hi there
    my application should generate a digital stream in clock rate A with bus width (number of bits) very from 1 to 4 bits
    The DUT will response always on on bit but with clock rate B.
    1. can i use the hardware compare mechanism of the hsdio boards.
    2. if answer is YES is there any sample that can help me getting started.
    Thanks for advance
    Gabel Daniel
    Solved!
    Go to Solution.

    Hi,
    One good example to use as a starting point can be found in the NI Example Finder.  Navigate to "Hardware Input and Output" >> "Modular Instruments" >> NI-HSDIO >> Dynamic Acquisition and Generation >> Hardware Compare - Error Locations.vi.  You'll need to explicitly wire in your new rate into the "niHSDIO Configure Sample Clock.vi" on your response task.
    There is also a portion of this code that warns if the stimulus and response waveforms are not the same size.  This is not necessary, and could be deleted from the program. You are allowed to have different size stimulus and response waveforms.
    Jon S
    Applications Engineer
    National Instruments

  • Sample clock rate when exporting from Matlab

    Hi all,
    I'm quite new with Labview and got stuck with (probably) some basics. I try to use a data vector generated by Matlab as an output with PCI-6115 (see the pic). I use "read from spreadsheet" VI. Everything works fine but I cannot change the sample clock rate. I wanted to use 100 000 kHz for this (binary) output but I only get 1 Hz which is some default value. The "DAQmx timing" VI which I'm using shows "uses the dt component of the waveform input to determine the sample clock rate". I find this dt inside the "DAQmx timing" but nothing happens when changing. Any help is greatly appreciated!

    Do you see those red coercion dots on the inputs of the DAQmx Timing and DAQmx Write? They mean that you are using an incorrect data type. A 1D array has no timing information. The waveform data type includes a dt value and this is required to set the sample rate of the DAQ card. If you don't have this in the text file, you cannot automatically provide it. The Read From Spreadsheet cannot automatically create a waveform data type even if the file does contain dt information. Since you did not attach the text file you are reading, no way of knowing if your problem goes all the way back to Matlab or somewhere else.
    In the future, please think about what information you should provide. As mentioned, the text file is important. It's also hard to debug an image. Attaching the actual code or a snippet is much better. A snippet is a png file that can be imported into LabVIEW as actual code. It's an option under the Edit menu in LabVIEW 2009.

  • 8451 I2C clock setting error

    If you attempt to configure the I2C clock on the USB-8451 over the maximum of 250kHz (e.g. 400kHz) you get the error -301702: 'NI-845x:  The supplied clock rate is too low. Refer to your hardware documentation for supported clock rates'. Any value up to 399 kHz is accepted by the configuration property. Trying to communicate afterwards with a clock setting between 250 and 399 kHz results in Warning  301700: 'NI-845x:  The passed-in clock rate was lowered to a clock rate value that the hardware supports. Refer to your hardware documentation for supported clock rates.'
    On the other hand the configuration property accepts an clock rate setting of 1kHz without errors. The manual lists a minimum of 32 kHz. If you try to communicate afterwards, the same error number as above (-301702) shows up.
    Should be corrected in driver software!

    Hi - your statement is correct and the error is fixed in next version 1.2 of NI-845x driver
    So please download it under www.ni.com/support (drivers and updates - search for 8451) when released in future
    Thanks for request
    Best Regards
    AE Munich (Germany)

  • I get a start-up error on one of my user IDs that says it can't find the driver file:  c:\users\ user_name \AppData\Local\Apple Computer\mybxnxhfc.dll  What do I do to delete this message?

    I have Windows 7.  I get this error message each time I log-on to her unser name.  I have no issue with the other 3 users.
    It looks like this is iTunes related.  I only use iTunes on the master user name, NOT on this one, however, it looks like she may have started using iTunes.
    When I open iTunes on her account, it doesn't have all of my songs...only 3.
    The start folder on her user name is "empty".
    What can I do to get rid of this error message each time I log-on?

    You've been deleting your actual Photos.
    Don't change anything in the iPhoto Library Folder via the Finder or any other application. iPhoto depends on the structure as well as the contents of this folder. Moving things, renaming things, deleting them or otherwise making changes will prevent iPhoto from working and could even cause you to damage or lose your photos.
    Best way forward now is to recover the surviving Originals from this library and start over from scratch.
    Regards
    TD

  • Getting a "403 Forbidden" error when I login ..

    Hi all ... Well yesterday I did a new installation of Oracle Express Edition 11g DB, which installed fine ... I then installed OC4J, and then finally installed APEX Listener 4.1 ...
    Now, when I opened 127.0.0.1:8888/apex/listenerAdmin for the very first time .. I saw a page where I was to configure the connection .. At that point I was unable to get the 'Basic' connection working (I think the error was that the Listener was unable at connect to the database), and so I closed down that page ..
    Now, one day later, when I open 127.0.0.1:8888/apex/listenerAdmin, I am asked for some login details ... I don't know what to put here to login .. In fact I have not successfully logged in here even once ..
    However, some clues are as follows: Before installing APEX Listener, I defined some new roles and users from the OC4J web interface ... If I try logging in through any of these, I get the '403 Forbidden' error ... Otherwise, if I enter any other random login details, the same login box keeps popping up ..
    So anyone know whats the problem here ? ... I suspect that no connect between APEX Listener and the Oracle DB is yet defined, which is why these problems are occuring ...
    I tried 'undeploying' APEX listener from the OC4J web interface, and then again 'deploying' it, but the exact same thing is happening ..
    Can anyone help me out here ?
    EDIT:
    I assume maybe I'm supposed to use the APEX_PUBLIC_USER account, which I configured in oracle before installing APEX (as per intructions in Oracle installation guides), but even when I try logging in through APEX_PUBLIC_USER, my login details are not accepted ... Also, I AM able to login into Oracle Database using APEX_PUBLIC_USER, but not in APEX Listener ... And since unlike what I described above, when I enter my APEX_PUBLIC_USER login details, the same login prompt keeps reappearing, meaning the login is not recognised at all ...
    Edited by: user7366837 on Sep 9, 2011 3:39 AM

    Hi,
    Now, when I opened 127.0.0.1:8888/apex/listenerAdmin for the very first time .. I saw a page where I was to configure the connection .. At that point I was unable to get the 'Basic' connection working (I think the error was that the >Listener was unable at connect to the database), and so I closed down that page ..I think the page you actually opened was http://127.0.0.1:8888/apex/listenerConfigure . At least, this is the page for the initial configuration. You can call it again until you've configured the database successful for the first time.
    Now, one day later, when I open 127.0.0.1:8888/apex/listenerAdmin, I am asked for some login details ... I don't know what to put here to login .. In fact I have not successfully logged in here even once ..The admin page needs the credentials you've configured on your OC4J.
    However, some clues are as follows: Before installing APEX Listener, I defined some new roles and users from the OC4J web interface ... If I try logging in through any of these, I get the '403 Forbidden' error ...... which you seem to have done, but probably you've some typo in there. Please note that you have to use the exact role names as described in the installation manual. A common problem is that users don't care about case sensitivity... This would fit to the symptom: You have a correct username/password combination, so the basic authentication is done, but the user is not authorized to call listenerAdmin because he doesn't have the appropriate role.
    -Udo

  • How to get the frame rate of my application

    Hi again...
    How can I get the frame rate of my application?
    I also want the frame rate value to be the title of the frame, updated every second. How do I do that?
    thanks in advance...

    To get the path where your application has been installed you have to do the following:
    have a class called "what_ever" in the folder.
    then you do a litte:
    String path=
    what_ever.class.getRessource("what_ever.class").toString()
    That get you a string like:
    file:/C:/Program Files/Cool_program/what_ever.class
    Then you process the result a little to remove anything you don't want:
    path=path.substring(path.indexOf('/')+1),path.lastIndexOf('/'))
    //Might be a little error here but you should find out //quickly if it's the case
    And here you go, you have a nice
    C:/Program Files/Cool_program
    which is the path to your application.
    Hooray

  • Exchange rate error in Material Master Upload (MB1C - 561)

    Hi.
    While uploading material through MB1C with movement type 561, I am getting following error
    My company code currency, material master currency is EUR but still following error is occuring.
    "Enter rate EUR / rate type M for 01.10.2010 in the system settings
    Message no. SG105
    Diagnosis
    For the conversion of an amount into another currency, an entry is missing in the currency conversion table.
    Procedure
    Add the missing entry in the currency conversion table.
    Execute function
    You can then continue to process the commercial transaction."
    Why system is asking to maintain exchange rate for same currency?
    What are the settings that I should maintain? Thanks in advance.
    Regards
    Anand

    Hi,
    My material master currency is EUR
    Both Stock and Upload GL accounts currency is EUR
    Co COde currency is EUR
    Where else is the revevant Settings?
    Further, I uploaded one material on 25/Oct/2010 well. But when I am trying to upload the same material again on or before or after
    25/Oct/2010 system is giving exchage rate error
    What could be the remedy?
    Regards
    Anand

  • I've upgraded my 3gs to ios 5.1 and I get a "no sim" error. please help!

    Hello everyone,
    I recently updated to the new itunes and it prompted me to upgrademy iphone 3gs to ios 5.1. I did so and now I cannot activate my phone. I am stuck on the set up, which I go through, only to get the "no sim" error. Have removed sim (tested - works in another phone), replaced into iphone and tried activation again with no luck. Any offerings are much appreciated!
    Apple, you are pulling a blackberry.

    gdgmacguy,
    Thanks for the response.
    1. My comment re: blackberry is not meant to be ignorant. Truth is that many iphone users are experiencing the same issues with essentially no connectivity to any network. So, my comment is meant to be actual fact. In fact, as of last night (Jan 5th), i still see many isers - 4gs, ipad2, many devices - still experiencing the same issue.
    2. Thanks for the "more like this box tip. I have read through all relevant tips/advice and no luck. Have tried removing/reinserting SIM but nothing. Have cleaned sim and sim tray and nothing. Tested sim in an older phone and sim works fine.
    But do appreciate your reply.

Maybe you are looking for

  • NPE 10.1.3.1 - Can you solve it?

    I get an NPE in OC4J 10.1.3.1 that I did not get in OC4J 9.0.4. The easisest way to explain it that it seems that a ResultSet that is populated in a bean, via JSP javascript invocation, is "lost" once that same JSP attempts to access it for display.

  • FIXed:T400 Lenovo can not log in when wake up from suspend or sleep time FIXed ( but not sure 100%)

    Hi everyone who is having this isse, I got this issue for months, I spent alot of time to search for the solutions, I found a lot of here but can not fix my issue, I think you did, too. but today, when I decided to remove all of the FingerPrint softw

  • IPod Touch Upgrade Error (from 2.2.1 to 3.1.1), gen 1, iTunes 9

    When I try to upgrade my iPod to 3.1.1, I click through the EULA and the account info pops up asking for a username and password. I input them, and then iTunes responds with 'Could not purchase "". An unknown error occurred (5002). There was an error

  • IOException: Problem loading image

    Hi foreros What could be the reason behind an error like this IOException: Problem loading image except it cannot find the jar path for the images? Regards Tizha

  • Number range in po

    Hi guru's,                  I have got 6 company codes. I want to give defferent number range for defferent comanies for standard po, import po, fo and for material documents. how this will be possible? pl help....