Is it possible to trigger the acquisition and recording of data in this condition?

Hi
I am a LabVIEW newbie,
Is it possible to trigger the data acquisition and recording in the following case;
I have two input signals 1. Pressure Transducer 2. Pulse from a magnetic pickup.
I have to plot the pressure data against the pulses. Can I make the magnetic pickup signal as master signal to trigger the data acquisition and recording? and at the same time acquiring the pressure data as well.
How can I do that ?
Thanks.

Hi Rich
Thanks...
I have PCI - 6033E High resolution multifunction I/O board and NI BNC - 2090 adapter chasis.
What I am getting is the pressure from the transducer and magnetic pulses.
Two cosecutive pulses encompass one complete cycle of the combustion process inside the engine.
I need to record the data for presenting the information offline.
Since combustion is a highly unstable process I need to get the optimum representative grapgh at a particular engine speed.
So lets say, I want the magnetic pulse to trigger this the data acquisition for 50 of such pulses, i.e. 50 complete cycles of diesel engine. So that these 50 acquired cycles may be averaged for pressure readings and a single representative curve (graph) may be produced.
Thanks again
Message Edited by SeaMist on 06-26-2008 02:49 AM

Similar Messages

  • I have a mid 2007 MacBook Pro with 2GB of RAM and NVIDIA GeForce 8600M graphics. Is it possible to upgrade the RAM and the graphics card?

    I have a mid 2007 MacBook Pro with 2GB of RAM and NVIDIA GeForce 8600M graphics card. Is it possible to upgrade the RAM and the graphics card?

    The RAM can be upgraded as indicated below. The Graphics card can not be upgraded.
    Maximum Memory
    6.0 GB (Actual) 4.0 GB (Apple)
    Memory Slots
    2 - 200-pin PC2-5300 (667MHz) DDR2 SO-DIMM

  • Is it possible to switch the rows and columns?

    Is it possible to switch the rows and columns of a table? The reason I ask is that it would be easier for me to input the data with the number at the top of a column and the fields going down. But it would be easier to read the data with the number on the left and the fields going to the right. Is it possible to switch a table in this way?

    mahongue wrote:
    Is it possible to switch the rows and columns of a table? The reason I ask is
    that it would be easier for me to input the data with the number at the top
    of a column and the fields going down. But it would be easier to read the
    data with the number on the left and the fields going to the right. Is it
    possible to switch a table in this way?
    It sounds to me as though you wish to transpose a table so that the original is changed from rows to columns and from columns to rows, as in the following:
    Table 1
        A   B   C
    ========
    1   o   p   q
    2   r   s   t
    3   u   v   w
    Table 2
        A   B   C
    ========
    1   o   r   u
    2   p   s   v
    3   q   t   w
    You are right - it would be nice to have a menu item to magically transpose a selected block of cells. But there isn't one. So...
    One way to solve this is to use the index() and transpose() functions to accomplish row and column cell transposition. If you are going to use a 1:1 cell correspondence and change the header columns and rows also, you can use this:
       =INDEX(TRANSPOSE(Table # :: <range>),ROW(),COLUMN())
    where Table # and <range> is substituted as in the following fashion:
       =INDEX(TRANSPOSE(Table 1 :: $A$1:$C$3),ROW(),COLUMN())
    Create a second table. Copy the modified formula above with the appropriate substitutions, select the range you wish to have your transposition inserted into (must match the transposed cell dimensions of the original range), paste the forumula and voila! the cells will be transposed.
    Cautions:
    o The target table must match the swapped cell length and width dimension. For example, if the original data range is 6 columns wide by 4 rows deep, then the corresponding table or range to hold the transposition must be 4 columns wide by 6 rows deep.
    o If your transposed data block is to be offset from the origin of the new table, then you will need to include a subtractive offset into your cell formula, since in the transpose() function the data in the master data range is referenced from its position with the master range, not its cell position in the table. Such an offset is necessary because this example formula uses the target row and column numbers to arrive at indexed positions.
    For example, if the new data range is to be offset one column to the right and one row below from the target table's origin then you must subtract (-1) from the cell and from the column references in the formula:
      Example:
      =INDEX(TRANSPOSE(Table 3 :: $B$2:$D$4),ROW()-1,COLUMN()-1)
    If someone has a better solution I'd be glad to hear of it.

  • My iphone does not have facetime on it.  I've tried going into restrictions, but there's a passcode that doesn't seem to be one that I've used before.  Is it possible to reset the phone and then just restore a portion of the old information?

    My iPhone does not have Facetime on it.  I've tried going into restrictions, but there's a passcode that doesn't seem to be one that I've used before.  Is it possible to reset the phone and then just restore a portion of the old information?  I've tried several pass codes and now am locked out for an hour after being locked out for 5 minutes and then 15 minutes.  It said that I had tried 7 pass codes prior to these, but I don't remember ever trying to get into restrictions before.
    I've looked up other posts on this, and my phone was purchased in the US and does not have an AE in the model number.

    Help for forgotten passcode >   iOS: Forgotten passcode or device disabled after entering wrong passcode
    When you have access to your iPhone again, FaceTime is a pre installed app that cannot be removed.
    Try a search >  iOS: Understanding Spotlight Search

  • IPad: Launch YouTube, click Add a comment. Google sign-in box cannot be dismissed by pressing the X. This was not the case in any of the four iPads in earlier OS versions. Only occasionally it is possible to press the X and close the sign-in box.

    iPad: Launch YouTube, click Add a comment. Google sign-in box cannot be dismissed by pressing the X.
    This was not the case in any of the four iPads in earlier OS versions. Only occasionally it is possible to press the X and close the sign-in box.

    if this is the first time to happen in this version of the app. then it may just be a flaw with that version, if you have already un-installed and re-installed the app then it will just be a waiting game at this point until youtube hears and it and fixes it

  • Is it possible to trigger FIPP event (and how?) when parking an FI document

    Hello
    I wander is it possible to trigger FIPP event (and how?) when parking an FI document with transaction fbv1(and not fv60)
    Thx in advance

    Hi,
    In Financial Accounting --> Accounts Receivable and Accounts payable >  Business Transaction> Incoming Invoices/Credit Memos  --> Make and check settings for Document Parking -->  Create Workflow Variant for Parking Documents (Click  this)
    There you have to assign your workflow.
    Regards,
    Surjith

  • Is it possible to extract the text and images using PHP

    Hi friends,
    Is it possible to extract the text and images using PHP, in the same order as it is in the PDF?
    Else is it possible extract the same as XML using PHP, or ASP
    I googled it but its in vain, any help is appreciated.
    Thanks in advance.

    Dear Mike,
    Thanks for your quick reply,
    I mean is it possible to parse the PDF line by line using the PHP.
    I extracted the whole text but couldn't the images. Since the PDF's images are decoded using various methods like DCTDecode, JPXDecode, etc.
    The text is decoded with FlateDecode, which i breaked using a function in PHP.
    Thanks,

  • I generated a new Itunes Account and now the App sync. does not work with theapps I bought with the old account. Is it possible to merge the old and the new account ?

    I generated a new Itunes Account and now the App sync. does not work with the apps I bought with the old account. Is it possible to merge the old and the new account ?

    It is not possible to merge Apple IDs. 
    Why did you create a new one?

  • I have a problem in the liquefaction of confidentiality and answers when asked to reset the answers but remembered email added halted from by Microsoft Corporation, Is it possible to cancel the account and send the answers added on my email and thank you

    Dear,s
    I have a problem in the liquefaction of confidentiality and answers when asked to reset the answers but remembered email added halted from by Microsoft Corporation, Is it possible to cancel the account and send the answers added on my email:
    <Email Edited by Host>
    Thanks

    You are not addressing Apple here. And your post is a bit confusing. See Klaus's answer in this thread:
    https://discussions.apple.com/thread/5228474?tstart=0

  • Is possible to purchase the program and host it on our own server?

    Is possible to purchase the program and host it on our own server?

    Like so many questions, the answer is: yes... maybe.
    Mac OS X Server includes a web server, so it's entirely possible (trivial, even) to create a web site on your server.
    Making it available to the outside world depends a little bit on your network connection - you'll probably need to tweak your router/firewall configuration to let external connections into your server.
    Then you also need to consider your network speed - remote users will be limited to the upload speed of your link - if you're on a residential link that might not be all that fast. In addition, many large ISPs restrict the running of servers on residential connections (you don't say whether your server is located on a business or residential link).
    Beyond that, though there are various back-end technologies that you can use to add dynamic elements to your pages (so they're not just static HTML pages). Things like PHP, Perl, Ruby, Python and more are built in, as is MySQL if you want a databased-driven site. Some technologies are not supported, though, such as ASP. Therefore you might need to consider what dynamic content system (if any) you want to run.

  • I have a problem with the device does not accept 5 slot after work and survey content is not possible activation of the device and iTunes

    I have a problem with the device does not accept 5 slot after work and survey content is not possible activation of the device and iTunes imei: 01******206
    <Personal Information Edited by Host>

    لدي جهاز ترقفت الشبكه ويعطي جاري البحث وتم تحديثه ولم يتم حل المشكلهة  والان الجهاز لايقبل التنشيط والايتونز لايتعرف عليه امل تنشيطه 013619004986206

  • Is it possible to sign the transport and its content?

    Hey Everyone,
           Is it possible to sign the transport and its content when I release transport? So that when a particular transport is imported into destination system we can say with certainty that transport is not tempered with?
    I am more worried when we give data and cofile to be imported into some System it may be tempered with so that it may look like the same transport but its contents are modified. (I am not sure even if its possible for somone to modify these files and hence the actual ABAP Object in it are changed.)
    Of course, it is possible to sign the file content itself and send it over, but I am trying to minimize the risk even more so that when we release transport or when someone is importing it signing is automatically done or checked.
    Thanks,
    Nilay

    There is no way of sense water and CO2 by a single sensor.You could be able to measure CO2 and water seperately but before that i need to know much details and chemical specifications about your liquid.

  • Possible to delete the Layers and Signatures icons?

    I have a pdf wth bookmakrs and have the pdf to open in bookmakrs mode. Is it possible to delete the Layers and Signature icons from the panel on the left? Would only like to show the bookmarks icon.
    thanks

    Not possible.

  • Is it possible to get the updated table records based on date & time.

    Is it possible to get the updated table records based on date & time in oracle.
    Thanks in advance.

    no, actually i am asking update records using 'UPDATE
    or DELETE' statement, but not insert statement.
    Is it possible?
    I think we can do using trigger on table, but problem
    is if i am having 20 tables means i have to write 20
    trigger. i don't want like this.Of course it's still possible, typically you'll find applications with a column LAST_UPDATE, probably a LAST_UPDATED_BY and so on column. You don't say what your business need is, if you just want a one of query of updates to particular records and have a recent version of Oracle, then flashback query may well help, if you want to record update timestamps you either have to modify the table, or write some code to store your updates in an audit table somewhere.
    Niall Litchfield
    http://www.orawin.info/

  • Possible to send the 50,000 records at a time using proxy?

    Hi All,
    I am using the proxy to send the data form SAP to PI and then send it to Receciver by using JMS. Here i have a small issue.... is it possible to send the 50,000 records at a time using proxy? If not please suggest me how can i send bulk of records through proxy?
    Thanks
    Karthik.

    is it possible to send the 50,000 records at a time using proxy? If not please suggest me how
    can i send bulk of records through proxy?
    you can try this in steps...do not go for a BigBang testing :)....check how much your XI system can handle at a time...then you may need to tune the system parameters to accomodate more message size.....how to do this??...check the below document..section 3.9.2 (Special Cases)
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/2016a0b1-1780-2b10-97bd-be3ac62214c7
    Regards,
    Abhishek.

Maybe you are looking for