Multiple Channels with Single Digital Edge Trigger

I have a simple vi where two analog channels are read in and recorded simultaneously to a lvm file and plotted on a waveform graph. I need a digital edge to post trigger the data acquisition for both channels. 
I can get this vi to work with one analog channel and the digital edge trigger just fine.
When I remove the digital edge trigger, I can get the vi to work with both analog channels. Both signals plot on a waveform graph, and record nicely in the lvm file.
The issue is how I am setting up the digital trigger (see attached).  The program is never entering the while loop. Where am I going wrong?
Chassis:cDAQ-9172
Analog Card:NI 9205 (Trigger Source PFI0)
LabView: 8.6
OS: Windows XP
Solved!
Go to Solution.
Attachments:
Analog Input with Digital Edge Trigger.vi ‏52 KB

Gardma,
 I am going to take a quick guess (I'm lazy and haven't actually tested the code ), but, since it works without the trigger and given that you have it so that the read never times out (i.e. = -1), there is something going on such that the trigger is never generated on the source pin.  Just a thought.
Cheers, Matt
Matt Richardson
Certified LabVIEW Developer
MSR Consulting, LLC

Similar Messages

  • Can we create multiple application with single MSI(or Same MSI) in biztalk admin console ?

    Can we create multiple application with single MSI(or Same MSI) in biztalk admin console ?
    My client requirement is process 100 files  from biztalk with in 5 min ,actually it is taking 20 min .
    So I decided to created same instance of the application with multiple time in BTS admin console ,as I understand biztalk admin console never allow to install same
    schema’s with multiple  time .
    Any help can be  appreciate ..

    BizTalk will automatically process multiple messages on separate threads so you may need to tune your system. The following link should get you started:
    http://social.technet.microsoft.com/wiki/contents/articles/7801.biztalk-server-performance-tuning-optimization.aspx
    Another possibility is to set the Batch Size property on your receive location if the adapter uses batch size to determine how messages are picked up.  As an example, it you want  the MSMQ adapter to immediately pick up messages and start
    to process them, set the batch size to 1.
    You may also need to distribute the processing across multiple BizTalk servers by installing BizTalk on additional servers and joining the existing BizTalk group.
    David Downing... If this answers your question, please Mark as the Answer. If this post is helpful, please vote as helpful.

  • Single report with multiple queries OR multiple reports with single query

    Hello Experts,
    I have a confusion regarding Live Office connection for many days. I asked many people but did not get a concrete answer. I am re-posting this question here and expecting an answer this time.
    The product versions that I am using are as follows:
    FrontEnd:
      BOE XI 3.1 SP4 FP 4.1
      Xcelsius Enterprise 2008 SP4
    Backend:
      SAP BW 7.0 EHP1
    I have created a dashboard which is getting data from a webi report using LO connections.
    The webi report has five report parts which are populated by five different queries.
    Now my question is, when the five LO connections are refreshed, is the webi report refreshed five times or just once?
    If the report is refreshed five times, then I guess it is better to have five different webi reports containing single report part, because in that way we can prevent same query being executed multiple times.
    SO what is the best practice- to have a single report having multiple queries - OR - to create multiple webi reports with single query?
    Thanks and Regards,
    PASG

    HI
    I think Best Practice is Multiple reports with single query
    Any way If LO connections refresh 5 time the query will refresh 5 timesRegards
    Venkat

  • When iam loading multiple datatargets with single datasource request failed

    when iam loading multiple datatargets with single datasource request failed
    i want to delete the  bad request at a time in all datatargets

    Hi Neeraj,
    The only thing you can do is go in to theMonitor screen of that IP and select the datatargets from the Monitor screen.In the next screen you can see all the targets included in the IP at the top.But the only bad thing is you have to manually delete the Bad request only from each target.
    Regards
    Sandeep

  • Is it possible to integrate multiple instances with single OAM (Oracle Acce

    Hi All,
    Please could anyone clarify,is it possible to integrate multiple instance with single OAM(Oracle Access Manager).
    We have two instance in development environment, Among them one is already integrated with OAM 11g,Now we want to integrate the second one with OAM 11g. For this already configured OAM is enough or we need to configure the another OAM separately.
    Application Version is 12.1.1
    Database Version : 11.1.0.7
    OS : RHEL 5.3 64 bit
    Thanks in advance.

    Hi Hussein ,
    I Ran below script,
    ant -f txkEBSAuth.xml \
    -Dwlshosturl=appora.corp.hexaware.com:7021 \
    -Dwlsuser=weblogic \
    -Dwlspwd=password1 \
    -DuseDefaults=true \
    -DforceDataSource=true \
    -DdataSourceName=DEV \
    -DdataSourceJNDIName=jndi/DEV \
    -DasadminUser=SSO11GLOGIN \
    -DasadminPassword=welcome1 \
    -DdbcFile=/u06/oamfmw/Middleware/appsutil/accessgate/DEV/DEV.dbc \
    -DserverName=AdminServer \
    -DdeploymentName=ebsauth_DEV \
    -DfndauthWarFile=/u06/oamfmw/Middleware/appsutil/accessgate/DEV/fndauth.war \
    -DplanPath=/u06/oamfmw/Middleware/appsutil/accessgate/DEV/plan/plan.xml \
    -DforceDeployment=true \
    -DSSOServerRelease=11 \
    -DSSOServerURL=http://appora.corp.hexaware.com:14100 \
    -DWebgateLogoutURL=http://appora.corp.hexaware.com:7780/public/oacleanup.html \
    -DlogConfigfile=/u06/oamfmw/Middleware/appsutil/accessgate/DEV/sample/logging.properties
    -bash: ant: command not found
    Thanks in advance

  • How  to use multiple channels with one remoteObject .

    hi,
    I have an application which is accessed through HPPS some
    times , also it can be access on server with http service.
    so I want to know how to configure config files or add
    runtime channels which will support either channel depending on
    the server it is accessed over.
    Is there any one who can help me to solve this...i need it
    soon.
    thank you...

    Hi,
    Please visit the URL below for details on adding channel sets
    at runtime. Add multiple channels to the channel set so that the
    fall back mechanism works.
    http://livedocs.adobe.com/blazeds/1/blazeds_devguide/runtimeconfig_5.html#194376
    Hope this helps.

  • Multiple rows with single date

    I am using a CDC control task to extract and load data from our OLTP source to our Data Warehouse.
    For our Date dimension, we have a DateKey which is a
    DATETIME stamp (created using SSAS dimension wizard). Time is always 00:00:00 as a DATETIME
    value is required for populating the dates.
    Our fact table destination uses this DateKey as a FK.
    Our fact table OLTP data source contains multiple records with a single DATE and TIME field. This fine as I can convert the DATE field to a DATETIME using a derived column.
    However, as our Date dimension has granularity of a day, all we require for our fact table is the most recent daily record from our OLTP data source.
    At present, the data flow task is attempting to write all records and failing on PK constraint.
    How would I go about traversing all records for each date and loading only the most recent for that day? Is there a better way to go about this?

    If you wish to get only one record for today, you can simply use in your source query:
    SELECT TOP 1 ... FROM OLTPdata ORDER BY DEATETIMEcolumn DESC
    if you need one record for each date, you may use ranking functions:
    WITH Q AS (
    SELECT
    ROW_NUMBER() OVER (PARTITION BY CAST(DateTimeColumn AS DATE) ORDER BY DateTimeColumn DESC, some tie breaker column) AS ROWNUM,
    FROM  OLTPData
    SELECT * FROM Q WHERE ROWNUM=1

  • Apply multiple effects to multiple objects with single click box

    I would like to click on a click box and have one object appear and another object disappear. I guess what I'd like to do is apply effects to multiple objects with a single click box. Is that possible?
    Thank you.

    Welcome to our community
    Sure it can be done but you won't use effects to do it.
    When you insert an object in Captivate, you have an option to enable or disable Visibility. You also have an option to name the object. So you would give the object a meaningful name and clear the Visibility option to "hide" it until needed.
    Then you would create an Advanced Action that would hide some objects and show others.
    After that, you would assign the Advanced Action to a Click Box or a Button or some other event.
    Cheers... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcerStone Blog
    Captivate eBooks

  • Multiple Price with Single Item

    Dear All,
    I work for Logistics company and they have implemented AR,AP,GL,OM,Purchasing...running smoothly.
    Now,they want to create multiple prices for single item,pls find below scenario ,
    A)     Business Process:
    Generally, customer goods will be split and sent in different trains. Then, for same destination & quantity we will get different amount.
    Note: Calculation done by Railways based on variable factors (like penalty charges for over weight or under weight).
    So everyday, every bill have different amount for same quantity and destination will be computed and given by railways.
    B) Current Process in Oracle:
    End user will select item and enter manually.
    C) Client Requirement:
    Needs to create single item with multiple prices
    Note: Item code and price list should be constant due to business requirement.
    I just wondering,how financial company manage price fluactutations...
    Kindly help me out to sort this issue pls.
    Regards,
    Kumar

    Hi Anil/Amit,
    O.K. accept that VK11 is for sales. But when I enter multiple records in VK11 it is getting saved. But same thing is not happening for MEK1. Is there any configuration need to change for the MEk1?
    Please let me know is there any other way or tcode to save the condition with multiple values for single line items.
    Regards,
    Praveen,

  • Update multiple columns with single update statement..

    HI all,
    i am reading the columns value from different table but i want to update it with signle update statement..
    such as how to update multiple columns (50 columns) of table with single update statement .. is there any sql statement available i know it how to do with pl/sql..

    As I understood, may be this. Here i am updating ename,sal, comm columns all at once.
    SQL> select * from emp where empno=7369;
         EMPNO ENAME      JOB              MGR HIREDATE                   SAL       COMM     DEPTNO
          7369 SMITH      CLERK           7902 17/12/1980 12:00:00        800                    20
    SQL> UPDATE emp
      2     SET ename = lower (ename),
      3         sal = sal + 1000,
      4         comm = 100
      5   WHERE empno = 7369;
    1 row updated.
    SQL> select * from emp where empno=7369;
         EMPNO ENAME      JOB              MGR HIREDATE                   SAL       COMM     DEPTNO
          7369 smith      CLERK           7902 17/12/1980 12:00:00       1800        100         20
    SQL> UPDATE emp
      2     SET ename = (SELECT 'ABCD' FROM DUAL),
      3         sal = (SELECT 1000 FROM DUAL),
      4         comm = (SELECT 100 FROM DUAL)
      5   WHERE empno = 7369;
    1 row updated.

  • Multiple Channels with Firewire Input

    I posted this in the podcasting forum, and it occurred to me I might have better luck getting a response here. Apologies if you've seen this one before! I quote:
    I have a feeling this is a stupid question, but I'd hate to go without asking, so... I'm using a Behringer Eurorack UB1202 with a Behringer F-Control firewire interface to record a podcast with 3 (sometimes 4) microphones. Is there a way I could use that setup to split the audio onto 3 (or four) separate tracks? I'm assuming the answer is "no," since it ultimately dumps into one firewire input and therefore (I guess) one signal. I imagine I might be able to split off left and right channels, yes? But with 3 mics, that would put one on one track and two on another? (I'm using an iBook, by the way, so I've only got one firewire port to work with...)
    Thanks for any advice!
    Quicksilver G4 | G3 iBook   Mac OS X (10.4.4)  

    ..just because all the signals go
    into my computer through one cord, that doesn't
    necessarily mean that they can't be divided
    out again, with the right equipment?
    Yes exactly right. They make firewire audio devices that accept multiple analog inputs and have many analog outputs and it keeps it all straight.
    Firewire is MANY times faster than a digital audio stream so the data can be "multiplexed". In other words, it only takes a few microseconds to send a few milliseconds of audio data so it sends some data from each channel, one channel at a time and then maybe some data to/from the disk(s) all on the same cable. Same goes for USB and Ethernet. Kind of like a hiway - every car does not need it's own road.
    Figure that audio sampled at 96K is about 2MB/Sec and firewire can handle 400MB/sec Even 16 audio channels is only 32MB/Sec, well within Firewire's ability (but maybe your disk drive could not handle that rate?)

  • Multiple channels with multiple callbacks

    Dear sir,
    I have recently purchased NI-DAQ 6034E. I have met some problems while programming my application.
    I tried running scanning two analog channels and which will trigger my two different callback functions.
    My application shows error 10698-Cannot use this combination of scan and sample clock timebase for this board.
    Please Advise.
    Yours sincerely
    C.J

    CJ,
    The error 10698 specifies the following reason for the error: "You cannot use this combination of scan and sample clock timebases for this board." From this error, it sounds like you are attempting to manual configure clocks of your device for values that conflict with each other or are not allowed based on the specifications of your device.
    For the application that you are performing, I would recommend looking through the shipping examples (location will depend on what you are programming this in and other details not included in your post) as well as searching through the examples online at http://www.ni.com/support. I would take a look at how they configure the timing of their devices to make sure that you are specifying these settings correctly in the
    configuration of your 6034E.
    Also keep in mind that the sample and scan clock refer to the clock that controls when a scan begins. For multi channel scanning, a convert (channel) clock is used to determine when each channel in a single scan is sampled. Be sure that you are not mixing Traditional and NI-DAQmx functions.
    If you have any more questions then please include more information on your application, API, and details as to when the error occurs.
    Regards,
    Michael H
    Applications Engineer
    National Instruments

  • Printing multiple PDF with single event at client side

    Hello,
    I have a requirement where I must print multiple different pre-populated Adobe forms (e.g. populated with a name/address) from ABAP WD. These need to be printed at a client side printer, and they don't want to see them first (that would be easy). Just print multiple forms from a single button click.
    Has anyone had this requirement? My main question is not how to pre-populate the pdfSource, but how to have the user prompted for a printer 1x and then have the forms sent straight to the local printer without displaying.
    Thanks!

    Sorry to 'hijack' this thread but i was trying to do the same thing but failed EVERYTIME!!!
    When i tried to merge just 2 multiple-paged(abt 20+ pages each) pdfs into one, it simply crashed Preview at the end of the process! Tried 'Save', 'Save all' & 'Print as PDF' but all doesn't work!
    I tried Combine PDF.app & Automator.app and the same thing happened. The combining process CRASHED the app i used...
    Help needed!

  • Upgrade Multiple Instances with single mid-tier

    I posted this last week, but it looks like the forums had a little "issue" recently . . .
    I know that I can install HTMLDB in many databases and use a single mid-tier (see
    http://htmldb.oracle.com/pls/otn/f?p=18326:54:14495624057419435878::::P54_ID:481 )
    With this approach, when the time comes (December, right?) I won't have multiple mid-tiers to upgrade, but I will have multiple DB tiers (where the real work happens). How will the upgrade handle this? Will the OUI be able to do it? Will I need to manually run scripts? Will it be supported?
    Thanks,
    A-

    I posted this last week, but it looks like the forums had a little "issue" recently . . .
    I know that I can install HTMLDB in many databases and use a single mid-tier (see
    http://htmldb.oracle.com/pls/otn/f?p=18326:54:14495624057419435878::::P54_ID:481 )
    With this approach, when the time comes (December, right?) I won't have multiple mid-tiers to upgrade, but I will have multiple DB tiers (where the real work happens). How will the upgrade handle this? Will the OUI be able to do it? Will I need to manually run scripts? Will it be supported?
    Thanks,
    A-

  • Inserting multiple rows with single insert statement ?

    Hi ,,
    Consider a PL/SQL procedure.
    I want to pass an array of values and insert in a table with a single statement.
    Moreover I want to call this procedure to insert multiple rows from OCI program.
    Can some body help ? :(
    Thanks
    Chandu

    Hi Vincent,
    Regular array insert which you have mentioned works in case of insert statement(This is to eliminate multiple calls to server)
    Will it work for passing array to Stored procedure, in this case procedure will be called only once with an array.
    It will be of great help if you give an example.
    Thanks
    Chandra

Maybe you are looking for

  • PO Number and Vendor Report

    Hi, I have requirement like 1) How many number of PO' s are issued in a period. Say for the Period of 2007 year. 2) How many numbers of vendors are involved for that period in the PO's. Is there is any standard report meeting above requirement. I app

  • Acrobat Pro XI problem+Accept End User License Agreement when opening a PDF inside IE

    Hi folks, this issue has been challenging. Acrobat Pro CC install W7 X64 Deployment went ok after the code was worked out, but..... We use Desire to Learn content management system at the community college where I maintain the student computers at. W

  • Have problem with nsLoinManager.js:222 its say script is stop running ,reinstall won't fix it need help.

    problem arise as soon as i start firefox only firefox is freezing while i can do other things with my pc, ie run with out any problem, but i'm prefer firefox want to get it to work again,only clue ihad is that erroe msg ,please help me.

  • Hold on screen the apps permanently

    Dear all, i'd like to hold on the smartwatch screen the apps i'm using permanently. I don't want that the smartwatch return on stand-by state after few inaction second, only displaing the watchface. Someone can help me? Many thanks in advance.

  • Elements 12 Freezing issues

    Photoshop Elements 12 is constantly freezing and the screen gets "stuck" in the corner making the top bar and navigation inaccessible and virtually unusable. Help! I have updates the program, computer and restarted countless times. Any advice?!