Multiple AIs on separate graph

Hello,
I am acquiring data from several accelerometers (10 Analog Inputs channels) at the same time upon the trigger of a digital rising edge input. I was wondering how to separate each channel or plot each channel on separate graph.
regards
don
Solved!
Go to Solution.

Hi DAQ_Newbie,
If you are using Express VIs, your acquired signals would be Dynamic Data (blue-white stripes). You can separate each channel by using Split Signals.
If you are using DAQmx VIs, your acquired signals can be scalar (thin lines), arrays (thicker lines) or waveform (brown-white stripes). You can separate each channel by using Index Array.
After separating the channels, you can plot each of the channel to the different graph.
Hope that helps,
Sincerely,
Krisna Wisnu
Message Edited by Krisna Wisnu on 10-11-2008 12:46 PM
Sincerely,
Krisna Wisnu

Similar Messages

  • HT1206 Lots of info about one user using multiple computers. What about multiple users with separate Apple IDs using same computer? Having problems getting my wifes new iPhone talking to her apple account on the computer we share (2 users)

    Lots of info about one user using multiple computers. What about multiple users with separate Apple IDs using same computer? Having problems getting my wifes new iPhone talking to her apple account on the computer we share (2 users)

    You need to create a user account for your wife (or yourself depending on who has the current user account). When syncing, each of you should sign in as a separate user, login to iTunes and then sync. I had this problem when my sister got an iPhone. When we did her initial sync, everything on my iPhone showed up on hers. Apple gave me this solution.

  • How to scan multiple photos into separate

    I have a hp envy 5660.  I often have to scan multiple photos and on my old printer it would show them as individual files on the scan page.  I can't figure out how to do that with this printer.  I want to scan multiple photos, have them save as individual phhotos so I can print them out on 4 x 6 photo paper.  Any ideas? Thanks!

    Hi @bird22557,
    Welcome to the HP Forums!
    I noticed that you are wondering how to scan multiple photos into separate files with your HP Envy 5660 printer on Windows 7. I am happy to look into this scanning issue for you!  
    I would recommend to go through this how to scan guide, Scan from Windows 7 With the Full Feature HP Software for HP Multifunction Printers, you can try with HP software or without HP software. As there are multiple ways of scanning.
    For future reference, here is your printer's user guide as well, HP ENVY 5660 e-All-in-One Printer User guides.
    Hope this helps, and thank you for posting!
    RnRMusicMan
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" to say “Thanks” for helping!

  • Creating Multiple trendlines on one graph

    I'm showing a density relationship and not all of the weights or ml's are the same. Is there a way I can graph this? Or is there a really good tutorial somewhere? I've been searching but maybe I'm not using the right words.
    ex.
    zinc, 3.1g/.5ml 2.6g/.41ml etc.... I know how to get a get a line for that but if I want to add
    copper 4.6g/.60 ml, 2.9g/.39ml... etc to the same graph, how will I keep them separate? I'm unable to create multiple trend lines on the same graph.
    thanks

    You need to plot two series of data to have two trendlines. It would make sense to have two series anyway because you have two different materials.
    Zinc X values (ml?) in column B
    Zinc Y values (g?) in column C
    Copper X values (ml?) in column D
    Copper Y values (g?) in column E
    Select all four columns, create a scatter chart. Create trendlines for each series.
    If you already have the two columns for Zinc, just add the columns for copper and add them to the chart. Select the chart and you'll get a box around your data. Drag the little circle in the lower right to expand the box to cover your two new columns.
    You can also make the same chart with only three columns (one X and two Y) but it's a little more difficult.

  • CSS on multiple subnets and separate load balancing

    Hello,
    I've a situation where I need to load balance incoming clients on subnet A to 3 real servers on subnet B - no problems there.
    But I also need to load balance different clients on subnet C to 3 other servers on subnet D and clients on subnet E to 2 servers on subnet F.
    Basically I want to use the CSS for 3 different load balancing operations.
    Rather than using 3 separate CSS11503s can I do all this with multiple VLANs on the LAN switches and 1 CSS?
    Any help appreciated
    Regards Tony

    you can have as many vlan as you want.
    So yes you can do what you want.
    Just be aware that the CSS can route as well between those vlans, so if you separation between them you may have to use ACL.
    Gilles.

  • Can I use SRST for multiple sites wit separate 911 lines

    Is it possible to use an SRST (like a 2911 CME/SRST) to support multiple sites. 
    We have two sites next door to each other. They are connected by fiber with Cisco switches (vlans) at box sites.
    Can I use a single SRST and have two separate 911 POTS lines setup so that each site has it's own unique 911 associated with it?
    I can create two separate Voice vlans for the two sites and I could have both 29xx interfaces in use (one for each VLAN), but can I separate the dialing out function so that each vlan uses a unique POTS line this way?
    Any other solutions other than two SRSTs?

    We have to keep the 911 dialing the same at all sites since I already had an idea like that ...but we use 911, 9911 and 8911 for everyone to reach 911 so that they are not confused during an outage.
    We will just have to bite the bullet and order 2901 SRSTs for all our small remote sites. 

  • Convert multiple layers into separate smart objects

    I have multiple layers in a document that I want to make into separate smart objects.
    If I select them and choose "convert to smart object" in the Layers Panel fly out, it flattens the layers into 1 smart object.
    Can it be done, or do I need to make each layer a smart object one at a time.
    OR... let me back up
    I have several files in Bridge, I want to "load into Photoshop layers" using the TOOLS > Batch Command BUT have each file load as a smart object.
    Either way would be great!

    While these don't use the batch command, take a look at
    from within photoshop, File>Scripts>Load Files into Stack.
    For bridge try Dr. Browns Services:
    http://www.russellbrown.com/scripts.html
    If you have cs5, you can drag files from mini bridge into an existing
    photoshop document, for smart object layers, provided you have
    your preferences under general to place or drag raster images as smart objects.
    MTSTUNER

  • Join multiple tables across separate databases

    I needed to perform a join on multiple tables in two separate databases. I am using Sybase ASE 12.5 and jConnect 5.5 JDBC driver.
    Table A is in DB1 and Table B is in DB2. Both DB1 and DB2 reside on the same database server.
    I have set up JNDI bound datasources DS1 for DB1 and DS2 for DB2.
    If the queries involved single tables or multiple tables within the same database, it is simple. But I am not seeing any way where I can perform a join between Tables A and B, which reside in separate databases. The datasources DS1 and DS2 are associated with DB1 and DB2 respectively, so I am not sure if there is anything like performing joins using two data sources.
    One alternative I am facing is using a stored procedure in one database refer the table in the other database, for the join. But I may not be allowed to modify the database; currently, I am allowed to perform READ-ONLY queries.
    So I am looking for any and all options. Please advice.
    Thanks!

    Two choices..
    One find the syntax in DB2 that allows you to do what you want in there. That would often be somelike...
    select a.myfield
    from database1.table1 a, database2.table2 b
    where a.id = b.id
    Obviously the database itself must support this. If it doesn't then you have choice two.
    You extract the data from database1 using java for table1.
    You extract the data from database2 using java for table2.
    You write java code that merges the data from both sources.

  • Multiple plots in one graph (LabVIEW to Excel)

    Hi All-
    Reference this initial discussion: https://forums.ni.com/t5/LabVIEW/Place-Multiple-Data-Sets-on-One-Graph-LabVIEW-to-Excel/td-p/2164380
    Problem description: Generated multiple 2D arrays with different x-axis and y-axis values cannot be placed into ONE excel graph (looking for LabVIEW solution). 
    We tried several options.  1) Coercing the data to have the same x-axis works in the sense that I get a graph (of the multiple data sets) but the graph is bogus since the x-values are different enough that the graph isn't correct.  (This was suggested in the referenced post).  The x-values are output power and y-values are efficiency.  2) We can feed the x-values and y-values into a bundle element and wire the output into a waveform graph element which works great but again the output needs to be fed into excel.  (also suggested by the reference post).  3) Lastly, we tried using the Excel Update Graph.vi but unfortunately we were only able to plot the last data set because it looks like the graph gets updated on each loop run and ultimately we only get the last data set.  4) As a final effort we tried looking into the sub.vi but that didn't get us any closer to x-values and y-values plotted in excel with LabVIEW generated data.
    Any suggestions?
    Thanks! 

    Hi,
    You attempted to invoke nodes? Add a  invoke node of the waveform graph, so this add data to excel. There are several types of  invoke  nodes that can be used, such as  invoke node "Export data to Excel" or the invoke node "Export data to excel Plot".
    Regards
    Hector
    Attachments:
    Export Data to excel from a waveform.vi ‏34 KB

  • Send multiple files in separate e-mails

    Hello!
    I want to send multiple files from finder in separate e-mails, but I can't find a way to do this in Mavericks and Apple mail (or gmail). In windows XP it was simple as Send to/Mail recipient. Is there an option similar to this is MacOSX?
    Thnx,
    Gas

    #Eric
    Of course that would work, but it is tiresome to do for every file (open-attach-write subject-insert recipients-send), and that is exactly what I would like to avoid.
    #Csound
    My Mail works fine, but I use gmail webmail usually. Now that I changed the preferences, so Mail is the default it works with the shortcut menu :-)
    But, when I select more files, it attaches them to one e-mail, and not per/file. Is it possible to split them to different mails so they can be sent individually?
    Thanks.

  • How To Place/Open Multiple Images Into Separate Layers For ONE Document?

    I've been searching for the answer for a long time so I figured that someone here has to know.  I have PS Elements 9. 
    So I would like to make GIFs and I know how to do so, the problem is placing in those tens of files in layers (it's tedious).  Is there a way to select multiple image files to place into a single document?  And for them to be place into its own layer?  I've tried dragging and selecting from the Open/Place menus (won't allow), SHIFT + Direction Key from the Open/Place menus (won't allow), tried opening them to drag on the Organizer and to drag from the Project Bin (again won't allow), and I've read tutorials where they say to use scripts and actions but I'm not sure what to download them in order for them to work and the links are broken anyway.
    An example of what I'd like to do:
    Open and place in 15+ screenshots into layers but in just one document.
    Each screenshot would be one layer in said document.
    ...rest of GIF process...
    I feel like there's an easier way to get this without placing in each one at a time.  I remember being able to do this on a old PS (though not Elements).  Thanks for any help.

    The quickest method is probably opening all images together from Full Edit:
    File >> Open
    Then navigate to the folder and use shift+click to select a block of files.
    The images will appear in the photo bin. Drag and drop each one into the main editing window and a separate layer will be created for each.

  • Display multiple channels on waveform graph

    Hello,
    I would like to display multiple channels of acoustic data on one waveform graph. I currently have them separated and controlled by tabs inside a case Structure. I sometimes have run into DAQ error because I'm looking at 10 channels of 1/3 Octave data real-time. I woundering if I display all the channels on one waveform graph would I elimnate this error.
    can anyone help?

    Philip,
    I'm acquiring data at 44KHz sample rate and my frequency range is 0-20kHz (2 ni-4472 DAQ cards). Since I been using LV (off and on now for about a year) my application is still in the development stage. I tried including pics but could only include 1 at a time, so heres a copy of my vi for you. There is several things I'd like to figure out, I'm viewing data real-time and writing data to file. However, as I'm writing data to file I don't want the data to display in real-time (I think this is where my problem is). The other issued is when I've stopped writing data to file, the case structure outside the while loop opens the file and processed the data, however I'd like to see the data in the same display (waveform graph in while loop). Take look and give me thoughts.
    R/Scott
    Attachments:
    Submarine DAQ_writing reading OFFLINE_Rev2.vi ‏829 KB

  • How to record multiple inputs to separate tracks using an Audigy 4 pro

    Hi,
    I've been playing with my Audigy 4 Pro and Cubase LE on my windows XP box (since it ships with the card) and have been reasonably impressed with the results I've been getting (nothing amazing to be sure, but more than enough to amuse me).
    However, I'm now at the point where I want to record the mic/line 1, line 2, and line 3 inputs all to separate tracks in Cubase LE. I'll be ****ed if I can figure out how to do it.
    I've got jacks going into the front of the external Audigy 4 (into all the inputs) but I can't find any option anywhere that will allow me to select multiple recording inputs at the same time. From all of the reading I've been doing it looks like I need to do some ASIO configuration somewhere so that Cubase LE will give me some more VST input mappings.
    So firstly, I guess is what I'm trying to do possible with the Audigy 4 Pro and Cubase LE?
    If it is possible, what do I do to enable the additional inputs? I seem to have been through all the possible programs and configuration screens at least three times over and am now completely stuck.
    Any help, thoughts, pointers, step by step instructions would be greatly appreciated.

    Entrop1cLqd,
    This is off the top of my head so my memory may be incorrect here but this is what I remember. First off make sure that you have Audigy ASIO or Audigy ASIO 24/96 selected in devices. Then go to VST inputs setup and make sure that they are all active. Note the names in here as that is how the recording is mapped (E.g. if Line In 3 is even with IN 1 then Line In 3 will be recorded from IN 1). Arm the tracks you want to record on and select their recording inputs based on the labels from the VST inputs setup.
    This should get you setup.
    Jeremy

  • Multiple Iphones with separate apps and one computer

    I've researched this and can not find any help on either the apple site, internet and not really in here clearly.
    We have multiple iphones each with their own apps and information and one computer. My husband doesn't want my apps installed on his iphone and I don't want his either.
    How can we sync and update our phones using one computer and back them up without overwritting each phone with the others apps. Especially if a restore needs to be done, itunes holds one phones set of apps.

    Because the iPhone does not support disk mode as with most iPods, which is probably for security reasons which isn't a concern with an iPod.
    I'm concerned what will happen when I get a new PC.
    No reason to be concerned. You need to transfer your iTunes library from your old PC to your new PC - the iTunes named folder located in your Music folder and with iTunes quit on the new PC, place the iTunes folder in the Music folder. You also need to authorize your new PC with your iTunes account with iTunes.
    When getting a new computer, you transfer your iTunes library and content along with all other important data that you will need or want to access on your new computer such as photos, documents, etc.

  • How to use a single variable in multiple schedules in bar graph

    Hello Experts,
    I am usiing a variable X in different schedules for creating a bar graph.This variable X is used in all schedules with different restrictions.For that reason I have to use X and follow some space after X to use it in another schedule. Is there any method to use X again base on schedule name? For example: If schedule1 then X where key=1000 and if schedule2 then X where key=2000.

    Hi,
    You can create a variable with the same name but use this in a small case...
    All the Best,
    Madhu....

Maybe you are looking for

  • File --- to--- Soap(web service)

    Hi all, i am doing  File ->to->Soap(web service) scenario. my requiremenmt would be 1.Can we able to re-trigger failed & successful messages 2.Can we we able send the consolidated XML for the day irrespective of individual xml's 3.we able to send the

  • Firefox 3.6.13 will not open Google Docs on MAC OSX 10.6.6. This is extremely irritating. Is this Apples way of persuading us to use Safari?

    When I try to use '''Google Docs''' I get: ''Sorry, but this browser does not support web word-processing. Please see our system requirements page for a list of supported browsers. '' Another problem is that I can't open web links from '''Tweetdeck''

  • Hierchical wth null and holes

    I am trying to mine the DBA_HIST_ACTIVE_SESS_HISTORY. The column that interrest me are 'sample_time','session_sid','session_serial#', 'blocking_session' and blocking_Session_serial#'. The purpose is to list per sample time the blocking session tree (

  • How to set sensitivity on wireless adapter

    I think I need to lower my rt2500usb based wireless dongle sensitivity. Reading online it seems that mac80211 stack doesn't allow this. Anybody knows another way to do it?

  • Teredo tunneling adapter code 10

    Have  HP pavilion P6000 pc Model # p6710f, had for 2.5 years. Have current drive updated version, adapter will not start states code 10. Computer stayes on line for 5 min then states not connected until a restart is done. Do I need to replace adapter