How to delay the acquisition from the triggering on MIO DAQ devices?

I run a PCI-MIO 16E board with Measurement Studio VB. I know how to trigger the acquisition (CWAI) from a pulse or external signal but I don't see a command or property to delay the acquisition from the triggering signal.
Any clue?

Hello;
The only way to accomplish that is by inserting one of the general purpose counters in between the external trigger and the trigger source of the analog input task.
You need to configure the counters to do retriggerable pulse generation and route that counter output to be the trigger signal of the Analog Input task. By doing that, you will be able to configure the delay you want as the delay of the pulse generated by the counter.
Hope this helps.
Filipe A.
Applications Engineer
National Instruments

Similar Messages

  • How to set the sampling interval using DAQ device?

    Now I have a capacity sensor and a 24 bit DAQ device (http://www.mccdaq.com/usb-data-acquisition/USB-2404-10.aspx).
    The DAQ device has the maximum sampling rate of 50kS/s . My question is how to set the interval of data collection. For example, if I set the sampling rate to 2000, in continuous sampling mode, I use DAQmx read.vi in a while loop and set the 'number of samples per channel' to 100. I want to plot these data as a function of time by using a XY graph and also save these data. So I add a 'Mean' function to get the average of the 100 samples per each loop (than means, there are 20 data output per second). But when I set the 'number of samples per channel' much smaller (to get more data per second), there are some problems. It seems that the program cannot read so many data and get the average at a higher frequency. I don't know where the problem is. All in all, how to collect data more frequently?Maybe I didn't express my question clearly. I'll upload a simple program later if necessary. Thanks.
    Solved!
    Go to Solution.

    Another question is in continuous mode, NI DAQmx uses Samples per channel to determine the buffer size. But according to the website you specified, it says if the acquisition is continuous (sample mode on the DAQmx Timing.vi is set to Continuous Samples), NI-DAQmx will allocate a buffer according to the following table. And for sample rate between 100 - 10,000 S/s, the buffer size is 10 kS. So if I set the sample rate to be 5000 S/s, and set the Samples per channel to be 20000, then what exactly the buffer size is? 20 kS or 10 kS?
    Thanks.

  • How to delay the license days in XI-NW2004s?

    I have successfully installed the XI-NW2004s,but only used in 30days.
    I think I can adjust time back to setup day to use longer. To my disappointed, there were many j2ee service failed in Visual J2EE administrator.
    How to delay the license days in J2EE service ?
    Can I install a temp license in Tcode "slicense" just like Minisap developer?
    Thx !
    points will be award !
    best regard!

    Hi Raymond,
    You need to make sure that the date to which you are changing should be greater then the date of installation. why don't you try this
    1.Use <b>SU01</b> transaction to find the date when the user was created.
    2. Now change the system date to that particular date or one day greater.
    Make sure all the instances of 2004's are down before changing the system date.
    once done restart the system.
    That should work.....
    Regards
    Gopi

  • How to stop the triggering of a process task

    Hi
    I have one child form details and the correspnding task to add user to the child form is 'add user to details'
    When I am provisioning a user i am adding the child form field ,its a multivalued attribute and after the user got created the child values are also populated . But after I have added the task 'add user to details' that is also triggering on the call of create user that i dont want actually . I need that task only to update the child form after the user got provisioned not in the create user scenario.So please tell me how to restrict the triggering of that task during create user
    thanks in advance

    802390 wrote:
    thx for the response
    that task is conditional only..the thing is i dont want to trigger that task after create user coz already Im adding the child values with the createUser api so no need to update the child form again with the same values.I wrote the task 'add user to details ' for the further updation of child form ,not at the time of create user
    Edited by: 802390 on Nov 22, 2010 1:21 AMYou wanna say that your Create User task is adding roles/groups data in Target Resource itself.
    Now you have made another task just to modify child data records.
    I'll say that it is wrong. You'll face issues as you are directly inserting data into target without updation of child form which is against Audit and Compliance.
    It would be better if you make separate task for Creating User and Adding Multivalued data into target application.
    Anyways,
    Add your second task with proper trigger on Child Form like insert/update.
    Go to Create User task and remove all dependency which triggers your second task.

  • How can I move music from iTunes to play on other devices?

    How can I move music from iTunes to play on other devices? thanks

    If you want to drag and drop, then check manually manage music.
    I much prefer syncing playlists to this option.
    Have a look at the manual:
    iPhone User Guide (For iOS 5.0 Software)

  • How to delay the audio to lip sync? (of the entire system)

    I`m using a LED 32" LG screen via hdmi, but the audio is outputing directly via usb to my Mbox Mini, and the image have a small delay (5 frames) but the audio not, so the result is out of sync videos.
    Of course there`s tons of apps that can solve the problem by compensating, like VLC and MPlayer X, but the problem is that i`m a video editor and use FCP and Motion all the time. For playbacking with these apps (after making the 5 frames compensation) turns into a perfect results, but during video editing it`s a pain to lip sync.
    Of course as i know that the delay is 5 frames, when i output i could delay the entire audio, but it would be a pain making this everytime and for internet streaming the videos would still off sync.
    There`s anyway i can delay the audio of the entire system?
    PS: I`m using Lion 10.7,

    > I wonder if there is any way to delay the opening of a
    MIAW. In particular i
    > have the following
    If you want other activity to take place, you could use a
    timeout object:
    dialogue = window().new("D_XML_Test (Greek2)")
    dialogue.filename = "path to file"
    t = timeout().new("mOpenWindow", 60000, #mOpenWindow,
    dialogue)
    -- #movie script:
    on mOpenWindow aWindow, aTimeout
    if ilk(aTimeout, #timeout) then aTimeout.forget()
    if ilk(aWindow, #window) then aWindow.open()
    end
    If you don't mind locking out activity, you could use the
    delay()
    function, but I wouldn't recommend that approach

  • How to delay the time??

    I just make the game and I want to know when I click at Button then next operation will be add at the same time. I want to know how to wait the time about 5sec?? it's mean next operation will be add at 5sec after click at button.

    Use a thread, and let the thread sleep for 5 seconds after he did that( 5000 milliseconds)

  • How to control the triggering of BTE Process 1110

    Hi experts,
    I recently worked with BTE process 1110 i.e. for Duplicate invoice check. Using this I made a custom error and warning message.
    But every time the user hits ENTER in FV60, this BTE FM gets triggered. Seeing the same warning again and again on the screen is very annoying for the user.
    Is there a way to control the triggering of this BTE FM. It should not come more than once.
    Please note that I have used Pop up message box to show the warning messages using  POPUP_WITH_TABLE FM.
    Please advise.
    Thanks,
    Arash

    Or if you want to make sure this check is made before save and only once, then throw the pop up with warning and set a global field in the function group. The next time before throwing the warning check if the global field is set and if set bypass the warning.
    Just a thought based on when you want the warning.
    Vikram.M

  • HT1766 How to restore the iPhone as a new device?

    I am unlocking my phone through Apple & the mobile company, here are the steps I need to follow. I am not sure how to restore my phone as a new device!?
    iTunes
    1.    Back up the device using iTunes.
    2.    Restore the iPhone as a new device to complete the unlock.
    3.    Restore the iPhone again from Back up file to get all the data back.

    Thank you for your reply.
    I see. So When it asks me would you like to set it up as a
    1. New Device,
    2. Back Up from iTunes or
    3. Back up from iCloude
    I should select as a New Device? And re-use my current apple ID? I selected option 2 and didn't get the message "Congradulation, your iPhone is now unlocked"

  • How to test the app on my Ipad device?

    I'd like to know how to test the app and if it's strictly necessary to have a developer liscense to test it or if it's only necessary to make the app available in the Appstore.
    Thanks!

    You need a paid dev account to test on a device.

  • How to avoid the screen of selection output device

    Hi all,
    Who can tell me how to avoid the screen selection output device when running a smartform.
    Best regard.

    Hi,
          data: wa_SSFCTRLOP  type SSFCTRLOP.
           wa_SSFCTRLOP-DEVICE = 'PRINTER'.
           wa_SSFCTRLOP-NO_DIALOG =  'X'.
           wa_SSFCTRLOP-PREVIEW = 'X'.
        in the function module
       call function '....
       exporting
       CONTROL_PARAMETERS = wa_ssfctrlop
    regards,
    Santosh Thorat

  • HT1491 I did order more than 100 songs recently (and have stored everything on my iPad). However, I can not see and find them on my iPad and do not find the solution how to download the music back to mz device.

    I did order more than 100 songs recently (and have stored everything on my iPad). However, I can not find purchased music anymore and do not find the way how to download it back to my iPad.

    Open itunes, connect device, select what you want to sync, sync

  • How to increase the time for detect a device down on Prime 2.0

    Hi,
    I would like to know how to increase the time for detect when a device has lost connection, currently I monitor several stand alone Access Points that are paleced on differents locations connected to prime through 256 Mbps Links, so when the location has very high bandwith utilization, an e-mail notification about the unreachable Access Point is sent, but if we check te reachability, the Access Point is reachable, and we don´t want to receive to many of this notificatios,
    thanks for your help

    Go to the Console,   Select the server --> configuration --> tuning tab, 
                        Stuck Thread Max Time and Stuck Thread Timer Interval  (give your required time)
    This will definitely increase the Stuck Thread time interval.
    or
    by using work manager also you can define Stuck Thread Max Time interval by editing deployment descriptor file
    <work-manager>
    <name>wm_name</name>
      <max-stuck-thread-time>30</max-stuck-thread-time>
    <stuck-thread-count>5</stuck-thread-count>
    </work-manager>

  • How can i download photos from mac to other hard wear device, how can i download photos from mac to other hard wear device

    how can i download photos from mac to other hard wear device

    Depends on the actual device.
    If it's an iOS device you can sync via iTunes.
    Other devices: Export from iPhoto to the FInder and send them from there.
    This User Tip
    https://discussions.apple.com/docs/DOC-4921
    has details of the options in the Export dialogue.

  • How to delay the exection of an interface

    Hi Experts,
    I have a file to file scenario. There are two such interfaces.
    I want to introduce a delay in the execution of one interface.
    I have tried using sleep function in the mapping, but its not to mch effect.
    Is there ne way we can do it??? how abt OS command after/before execution??
    what should the script be?
    pls share your thughts
    Regards,
    Teja

    divyesh vasani wrote:
    With OS Script, in the second interface  before message processing option in adapter, you can use choice command in batch script.
    >
    > Find some links on Choice command in batch.
    >
    >
    >
    > ---Div
    Managed to find the anatomy of choice command in batch file to introduce delay:
    Choice command in DOS is used to select menu items.
    Here you can use with below syntax in OS command before processing in second interface, sender file adapter
    choice /C:a /D:a /T:2>nul
    Where 2 is the delay in seconds and keep rest as them.
    I tested on windows XP on dos command.
    --Div

Maybe you are looking for

  • Error "Deserialisation failed" when trying to use BAPI via a web service

    I created a web service in BW with the help from the wizard WS_WZD_START. The web service contains (among others) the RFC BAPI_ODSO_READ_DATA_UC. The web service runs OK & can be used from the SAP Web Services Navigator. Now when i try to use the web

  • Where do you write your code?

    I've just started to learn Flex. One question I have is where you put the ActionScript code? I know i can put it in several locations (e.g. inline, within a script-tag, in actionscript-files, in actionscript classes) but what's the best way to go? Up

  • ORA-04092

    Hi All, I have created row level insert trigger t1 which based on some conditions call Procedure P1. If Procedure P1 succeeds then it calls Procedure P2...P12. In Procedure P12 i am issuing a commit statement. Now when i insert a new row into the tab

  • What FTP servers can I use and what is the URL of it. Help me! Due on Wed.

    I want to up load my website but I do not know what FTP server to use. I find a FTP server but not know what's the URL.

  • Smart Collections Limitation?

    I assume this is a known limitation of Smart Collections but I could not find any documention to verify so I am asking the community. I would ideally like a Smart Collection to build on another exisitng Smart Collection using the "Collection Contains