Getting Timestamp from Multiple Devices

I am using LV
8.0 with the Compact DAQ Chassis and NI 6221 (for the encoder input – because the
C DAQ system currently does not have any modules for quadrature counter input).
I have modules NI 9205 and 9237. I will be doing multiple measurements at the
same time (but not simultaneously). The test will last roughly 30 seconds, and
in that time frame I will be receiving signals from:
1) Encoder (for angular position and RPM) (NI 6221 ctr
input)
2) Load Cells, Torque Sensor, (NI 9237)
3) Multiple pressure transducers (NI 9205)
I would like all these modules to operate concurrently, but
not be slowed down by other modules (Continuous buffered acquisition?). What
would be the best way to record and save the data to file with some kind of
timestamp, so that I know at x degrees (using the NI 6221) the force on the
load cell was y (using NI 9237)?
I have tried using the express data acquisition VI but it
doesn’t allow me to use two different cards. And if I have two different
express VI’s, all my data is saved in two different files, but I have no idea which
data point in one file corresponds to which data point in another file in time.
Example: I look at the encoder file, and see that at 0.5
seconds the angle was 30 degrees. If I knew the time at which each data point
was taken, I could do some easy interpolation of the force file to figure out
what the force should have been at time 0.5…
Relative Time                          Force
0.42         
                                    27
0.50         
0.61                                        30

Hi Johnny,
Since you do not need your measurements to be simultaneous, you can use two DAQ Assistants - one for each device.  You can then use merge signals as shown in the below picture and save them to file using Write to Measurement File Express VI.  The header of the file that is created will tell you the intial timestamp and delta t for each data set, so you will know the timing information. 
I think this is the simplest solution to what you are trying to do.  Let us know if there is something about it that doesn't work out for you.
Regards,
Laura
Message Edited by Laura F. on 08-01-2006 03:43 PM
Attachments:
2DAQAsst.jpg ‏15 KB

Similar Messages

  • How do I get files from multiple DVDs that are using thesame file names?

    How do I get files from multiple DVDs that are using thesame file names? Message says "file already exists in catalog"
    Message was edited by: marcr56

    marcr56
    I am viewing your question from different perspective, that is, the issue that you face when you are ripping VOBs from a second DVD-VIDEO on DVD disc using Premiere Elements,
    It is best to give the Premiere Elements version and computer operating system that it is running on. In the absence of that, I will generalize.
    Assuming that you are using
    Premiere Elements 12
    Add Media
    "DVD Camera or Computer Drive"
    Video Importer
    Typically the Video Importer Save In: is C:\Users\Owner\Videos
    Each of your DVD discs is going to have the same names for the ripped VOBs (VTS_01_1.VOB and so on depending on the duration of the movie). Consequently, after the ripping of the first DVD's VOBs and their save to Videos, you will end up with that "files already existing..." block for the ripping of the VOBs from the second DVD.
    The answer is, for each DVD disc VOB ripping, to plan ahead and create and set for different folders in Videos in the Save In field of the Video Importer.
    Please review and then let us know if that works for you. Please do not hesitate to ask if you need clarification on anything that I have written.
    Thank you.
    ATR.

  • Fastest way to get data from Multiple lists across multiple site collections

    HI
    I need to get data from multiple lists which spread across 20 site collections and need to show it as list view.
    I have searched on internet about this and got some info like options would be to use search core APIs or BCS . I can't use search because I want real time data. Not sure of any other ways.
    if anybody can provide ideas it would be help.

    Might LINQ be an option for you?  Using
    LINQPad and the
    SharePoint Connector, you should be able to write a query that'll retrieve this data, from which you can tabulate it.  I'm not sure how you'd be able to automate this any further so that it's then imported in as list.
    For something more specific, I used a third party tool called the
    Lightning Tools Lightning Conductor, which is essence a powerful content roll-up tool.  In one of my solutions, I created a calculated column that gave an order / ranking on each item, so that when lists were combined, they'd still have some form of
    order.  The web part is also fairly customisable and has always proven a useful tool.
    Hope that helps.
    Steven Andrews
    SharePoint Business Analyst: LiveNation Entertainment
    Blog: baron72.wordpress.com
    Twitter: Follow @backpackerd00d
    My Wiki Articles:
    CodePlex Corner Series
    Please remember to mark your question as "answered" if this solves (or helps) your problem.

  • Jdbc getting data from multiple tables

    hi guys
    how can i get data from multiple tables in MSAccess
    please help

    >
    here is code thata i want to do
    i have 3 tables in my MSAccess databace
    Stud_O which consist name,surname fields
    Stud_I consist address,tel
    Stud_E department,faculty fields
    Based on this I would guess that you are missing a key field. There is no way to connect the tables.
    I make the class to insert data to the tables. But
    cant do getting datas from this tables.
    can anybody help me in making query
    and method that displays reultset strings to the
    textBoxes
    A select ...
    select name,surname from Stud_O. Use the executeQuery() method.

  • Getting MBeans from multiple MBeanHomes

    I'm having trouble getting ServerRuntimeMBeans from multiple MBeanHomes (from different
    domains) from within a java program. I get the MBeanHomes OK, but when I request
    the ServerRuntime with getRuntimeMBean() I get the first one fine, but the second
    gets an Exception:
    java.lang.SecurityException: [Security:090398]Invalid Subject: principals=[weblogic,
    Administrators]
    The WebLogic domains are 8.1 running the Medical Records demo. I see the same
    failure if one of the domains is 6.1.
    I don't see anything in the API's that indicate this shouldn't work.
    Has anyone else seen this? Is there a workaround?

    Actually this didn't work when I tried two systems running the Medical Records
    demon on 8.1. Both had the same user & password.
    Is there any way to get around this?
    Satya Ghattu <[email protected]> wrote:
    Jeff,
    The only way this will work from within one VM is if you have the same
    username and password for all your servers.
    Thanks,
    -satya
    Jeff Kehoe wrote:
    I'm having trouble getting ServerRuntimeMBeans from multiple MBeanHomes(from different
    domains) from within a java program. I get the MBeanHomes OK, butwhen I request
    the ServerRuntime with getRuntimeMBean() I get the first one fine,but the second
    gets an Exception:
    java.lang.SecurityException: [Security:090398]Invalid Subject: principals=[weblogic,
    Administrators]
    The WebLogic domains are 8.1 running the Medical Records demo. I seethe same
    failure if one of the domains is 6.1.
    I don't see anything in the API's that indicate this shouldn't work.
    Has anyone else seen this? Is there a workaround?

  • How to get data from bluetooth device?

    Hi,
    I'm trying to create an application in which I want to communicate with another bluetooth device for data. As I know using GameToolKit framework we can communicate with another iPhone or iPod device, but in my application I want to get data from different bluetooth device.
    Is it possible in iphone SDK? If yes, can somebody help me out?
    Thanks.

    avinash.ng wrote:
    manage to get data from other devices via the bluetooth ?
    You might want to look over the External Accessory framework, released with 3.0.
    ...keep in mind, however, that the only way to communicate with other BT devices via the EAF is if they are in the 'Made for iPod' accessory program. http://developer.apple.com/iphone/program/accessories/
    However again.... Even though they communicate through standard BT connections, accessories need special hardware in order to process the data stream coming from the iPhone / iPod touch. Unfortunately, this may mean that any idea of communicating with generic BT devices won't work on iPhone OS 3.x.
    If the devices you want to talk to are Bonjour-discoverable via WiFi, they don't need to be part of the MfI program. Does that sound like your case?
    Also you may want to keep in mind that 3rd. party devs in the future may release dongles that connect via the 30-pin dock port, providing access to existing BT devices. If said devs opened their communication protocols, that might enable the goal of communicating with said devices.

  • Get information from multiple lists

    Hi,
    Environment: - SharePoint 2013
    Question :- My client needs a get information from multiple list from the same site to be displayed on the page, 
    they would need a dropdown list with the user names , and once a user is selected all the tasks and calendar entries of the user must be filtered and displayed.
    Please suggest how this can be achieved.
    Satyam.

    Hi,
    According to your post, my understanding is that you wanted to get information from multiple lists once a user was selected.
    There is no out of the box way to accomplish this with SharePoint.
    As a workaround, I recommend to create a list to store the user names. Then you can create relationships between lists using the browser UI. Once you select the user name in the parent list, the associated items will be displayed in the child lists.
    Here are two great articles for you to take a look at:
    http://office.microsoft.com/en-in/sharepoint-server-help/create-list-relationships-by-using-unique-and-lookup-columns-HA101729901.aspx#_Toc270607416
    http://msdn.microsoft.com/en-us/library/ff394632.aspx
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • How do I set up automatic downloads so that i only get content from specific devices?

    Hello! I was wondering if there was a way I could set up automatic downloads so I only get content purchased from certain devices. I have a MacBook Pro and a ipod touch. I share an apple id with my family for itunes but have my own apple id for icloud. In my family we have various other apple products (iphones and ipads) and I dont want most of the things that my family would download on their devices - just the things would happen to download on my ipod and computer.
    Thanks for the help,
    J

    jackson_7 wrote:
    Hello! I was wondering if there was a way I could set up automatic downloads so I only get content purchased from certain devices.........
    That's not possible sorry.

  • How to delete apps from multiple devices?

    I have multiple IOS devices that share a single Apple-id.  Is there a way to delete the app from all IOS devices automatically, or do I have to delete it from each device?
    Also, why do deleted APPs come back when the devices are sync'd (via cable) to my Mac?
    Brian

    Regarding your first question, I believe you have to delete them from each device --- unless you first delete the app from iTunes, then sync your i-device using iTunes.
    Regarding the second question, the key is to delete the app from iTunes on your Mac.  That would end the undesireable behavior.

  • Using Skype from Multiple Devices - Keeping them i...

    I use my skype account from many different devices as I travel. Can I "force" an update to make sure I've received updates or reflect sends from other devices (esp. IM & SMS) to the device I'm on at the moment?  I'm kinda tired of my iPhone grabbing updates and they take forever or never get to my iPad or PC when I switch to it. Sometimes it happens right away, sometimes the delay or it not happening at all is a major aggravation.
    Thanks in Advance
    John

    I am having the same problem, Skype is not updating IM or contact information between my home computer and my Iphone. Even one contact that was added has a photo and yet on my computer and iphone the photo doesn't show.
    Then I also realized that there were a whole bunch of messages that didn't come through, so missed out on replying to those!
    Skype is failing big time!

  • Hp Officejet Pro 8600 Premium - wireless home network printing from multiple devices

    We have a wireless home network with several desk tops, lap tops and tablets using the network for internet access. There is only one printer in the home, our hp Officejet pro 8600 Premium. Right now everyone who has access to the network can print. We want to prevent printing from specific devices while allowing printing from others. How do I password protect the printer so that only certain devices may print? Or alternatively, remotely prevent devices from printing?

    Well this is a little tricky.   You have a 'home' network so we assume you want everyone to print went they want.  If you are talking about 'guest' that come over and use the printer, the best thing is to get a router with a Guest Network which isolates your home network.
    That being said there is no 'password' you can put on the printer , however you can add security.
    Start/Devices and Printers/ Right click on your printer and select Printer Properties , select the Security Tab.  Now you can set security.
    Say thanks by clicking the Kudos Thumbs Up to the right in the post.
    If my post resolved your problem, please mark it as an Accepted Solution ...
    I worked for HP but now I'm retired!

  • How to get Timestamp from NI-XNET hardware?

    Hy All,
    How can I get Timestamp directly from the hardware (NI-XNET) with the format of the timestamp at the 'Raw Frame Format'?
    Thanks for advance,
    Aviad

    OK! I got it: nxReadState.
    Sorry, it's so clear from the documentation...

  • Process to get info from Multiple textboxes and check boxes on a page

    Hi,
    Could you help me with setting up a process which selects the data from multiple textboxes and checkboxes on a page and should be pointing to a single table in the database.
    Thanks in advance,
    Verity.

    Thanks Peter for the reply,
    Actually the problem is, there are lot of check boxes. And process should be like when a user clicks on, say 7 out of 10 checkboxes, only those values needs to be inserted in a table in database. Actually my "insert all" statement is inserting 7 values and also the other three values as null. I tried insert with 'when' and 'if' but didnt get through. my sample insert statement is as follows. Could you help me here.
    DECLARE
    BEGIN
    insert all
    when (:P1_POT='PT') then
    into TABLENAME
    (oid,year, code)
    values
    (:F1_ID, :F1_YEAR, :P1_HR)
    when (:P1_HOL='SC')
    then into TABLENAME
    (OID, year,code)
    values
    (:F1_ID, :F1_YEAR, :P1_SD)
    select oid,year,code from TABLENAME;
    END;

  • Lost Milliseconds when getting timestamp from database

    I store a timestamp in DB2 by formatting the current timestamp using the following format mask :
    "yyyy-MM-dd-H.mm.ss.SSS". I query the database and the milliseconds are there. When I retrieve a resultset from the database and get the column using rs.getTimestamp(), I reformat it using the same formatting mask and LOSE all the milliseconds. I believe I'm losing the milliseconds when I execute the getTimestamp() method. What do I have to do to get the entire timestamp from the database, including the milliseconds?

    I pulled this quote directly out of the jdk docs:
    "If a time value that includes the fractional seconds is desired, you must convert nanos to milliseconds (nanos/1000000)"
    the timestamp doesn't actually have a millisecond value. You can get it by calling the getNanos() function and /1000000.
    you might be losing the millisecond value because there isn't a millisecond value, only nanoseconds.
    good luck
    Jamie

  • Best way to get data from multiple table

    hi
    i would like to know which is the best way of getting the data in the final table from multiple read statements which are inside loop.
    for exm
    loop at itab.
    read ....
    read....
    read....
    read ....
    data into final_itab
    endloop.
    thanx
    manoj

    Hi.....
    Say we are having two data base tables.. ZMODEL1 and ZMODEL2...
    Now decalre intrenal tables and work areas and before that structures for these two and also declare one final output table for display the data...
    >types: begin of ty_model1,
    >       za(10),
    >       zb type netwr,
    >       zc(10),
    >       zd(10),
    >       ze(10),
    >       zf(10),
    >       end of ty_model1,
    >       begin of ty_model2,
    >       za1(10),
    >       zb1(10),
    >       zc1(10),
    >       zd1(10),
    >       za(10),
    >       end of ty_model2,
    >       begin of ty_output,
    >       za(10),
    >       zb type netwr,
    >       zc(10),
    >       zd(10),
    >       ze(10),
    >       zf(10),
    >       za1(10),
    >       zb1(10),
    >       zc1(10),
    >       zd1(10),
    >       end of ty_output.
    >
    >data: t_model1 type standard table of ty_model1 initial size 0,
    >      t_model2 type standard table of ty_model2 initial size 0,
    >      t_output type standard table of ty_output initial size 0,
    >      w_model1 type ty_model1,
    >      w_model2 type ty_model2,
    >      w_output type ty_output.
    Now in the start of selection.. event...
    >select <field names in the same order as in database table> from zmodel1 into table t_model1 where za in s_comp. (s_comp is select-option for that field)>
    >if sy-subrc = 0.
    >select <field names in the same order as in database table> from zmodel2 into table t_model2 for all entries in t_model1 where za = >t_model1-za.
    >endif.
    After that now fill the final output table...
    >loop at t_model1 into w_model1.
    >  w_output-za = w_model1-za.
    >  w_output-zb = w_model1-zb.
    >  w_output-zc = w_model1-zc.
    >  w_output-zd = w_model1-zd.
    >  w_output-ze = w_model1-ze.
    >  w_output-zf = w_model1-zf.
    >
    >read table t_model2 into w_model2 with key za = w_model1-za.
    >if sy-subrc = 0.
    >  w_output-za1 = w_model2-za1.
    >  w_output-zb1 = w_model2-zb1.
    >  w_output-zc1 = w_model2-zc1.
    >  w_output-zd1 = w_model2-zd1.
    >endif.
    > append w_output to t_output.
    > clear w_output.
    > end loop.
    and now display the final out table...
    This is the best way..
    Thanks,
    Naveen.I

Maybe you are looking for