I want cRIO to start and stop acquisition with push of physical button on cRIO, is that possible?

When using my cRIO 9024 on the field, I prefer  to be able to start and stop acquisition with push of a physical button on cRIO. 
I mean I don't want it to be "as start-up," I don't want cRIO to start acquisition as soon as the power is supplied. 
Is that possible?
Solved!
Go to Solution.

Hi Cashany,
you surely can read that switch status. But there are easier (but more expensive) ways to switch a button. Fiddling with a pen or small screwdriver to switch USER1 isn't what I call "user friendly"...
- You have atleast 2 voltage inputs on your module available. Use a switch to supply voltage to those inputs. Use a "real" button!
- You have a serial port available. You could set some pins to GND or voltage and check their status inside cRIO/RT target...
Best regards,
GerdW
CLAD, using 2009SP1 + LV2011SP1 + LV2014SP1 on WinXP+Win7+cRIO
Kudos are welcome

Similar Messages

  • Start and stop acquisition using a pulse train

    Hi
    As illustrated in the attached picture I would like to use a pulse train ( connected to PFI line) as a triggering devide to start and stop acquisition on rising edge
    Could you please help me to do it in LabVIEW. My problem is I have to use the same line to start and stop ( trigger and reference trigger ) and both should use rising edge
    Thanks
    Attachments:
    pulse train.jpg ‏33 KB

    tintin_99 wrote:
    I greatly appreciate help on this. How can I use a pulse train to start and stop data acquisition on rising edges as described in attached picture.
    Have a look here
    CLA, LabVIEW Versions 2010-2013

  • Start and stop movie with key press

    Can anyone please tell me how to do this?
    I'm very new to flash.
    Thankyou

    Place this code in the timeline that you are trying to control--pressing and releasing a key will play/stop depending on which mode it is currently in.
    stop();
    var isPlaying:Boolean = false;
    stage.addEventListener(KeyboardEvent.KEY_UP, keyUsed);
    function keyUsed(event:KeyboardEvent)
    if (isPlaying){
              stop();
         } else {
              play();
      isPlaying = !isPlaying;
    If you have other questions, try to anticipate what you might be asked and include those details.

  • Starting and stopping composites with ant

    Hi All,
    I am receiving the below error when I try to stop/start a composite using ant script.
    export ORACLE_HOME=/apps/oracle/product/fmw/soa
    export ANT_HOME=$ORACLE_HOME/../modules/org.apache.ant_1.7.1/
    export ANT_BIN=$ORACLE_HOME/bin
    PATH=$ORACLE_HOME:$ANT_HOME:$ANT_BIN:$PATH
    +$ ant -f $ANT_BIN/ant-sca-mgmt.xml stopComposite -Duser=qetst1user -Dpassword=welcome1 -Dhost=qetst1.corp.netapp.com -Dport=9200 -DcompositeName=ProcessSalesOrderEbizFfmtEventConsumer -Dpartition=Q2I -Drevision=1.0.0+
    Buildfile: /apps/oracle/product/fmw/soa/bin/ant-sca-mgmt.xml
    [echo] oracle.home = /apps/oracle/product/fmw/soa/bin/..
    stopComposite:
    [input] skipping input as property host has already been set.
    [input] skipping input as property port has already been set.
    [input] skipping input as property user has already been set.
    [secure-input] skipping secure-input as property password has already been set.
    [input] skipping input as property compositeName has already been set.
    [input] skipping input as property revision has already been set.
    [echo] oracle.home = /apps/oracle/product/fmw/soa/bin/..
    compositeMgrTask:
    [java] Connecting to: service:jmx:t3://qetst1.corp.netapp.com:9200/jndi/weblogic.management.mbeanservers.runtime
    [java] connection initiated
    _*[java] Cannot find composite lifecycle mbean.*_
    BUILD SUCCESSFUL
    Total time: 12 seconds
    Thanks,
    Harsh Bansal

    Hi user11274260,
    Thanks for the reply. Can you direct me a way on how to achieve that using wlst as well. Any snippet of code or some other info would be very useful.
    Thanks.

  • FLV starting and stopping at specific times?

    Im using the flvplayback to put up a video in my swf.
    in my swf i also have several buttons.
    the thing i want to do is when i for example click a button i want to
    start playing the movie from 5 seconds in it and then stop the movie at for
    example 10 seconds in it. even if the video is 20 seconds long i want to
    be able to stop it automatically at 10 seconds in the movie. the start and stop should be
    controlled from the button..
    i know how to start the movie at a specific time but i dont know
    how to stop it at a specific time. is this possible?
    thanks for helping med out!

    FLVPlayback class has a property playheadTime.You will need to read the value of it periodically - so when a desired time is reached, you implement required functionality.
    To do that you will need to add either Event.ENTER_FRAME listener or instantiate Timer class or setInterval method for reading playheadTime.

  • How to use counter as an start and stop trigger in 6009

    Hi ALL.
    I'm using USB 6009 as a subject of to acquire data.
    I would like to know on how to use the counter digital input as a start and stop trigger. 
    The acquisition will only start when the first pulse of the digital signal is received and it will stop when the desired number of pulse is received.
    I was trying to use the VI as attachment as my reference. However, after tried, the VI is not working for USB 6009 as the counter input cannot be used as a trigger.  
    I would be happy if anyone could suggest me some ideas on this matter.
    Thanks.
    Attachments:
    DigitalStartandStopTrigger.vi ‏32 KB

    Hi Kate. 
    Thanks for your response.
    For your information, I've design my VI using the counter method. However, it doesnt work well. Please see the figure below. The file also attached with this reply.
     At first, the first counter from Device 2 will start counting. If the counting equal 0, then the acquisition for Device 1/AIO also the counter of Device 1/ctr0 begin acquiring data and counting the edges respectively.
    However, when I did the test, it doesn't work as wanted. It is happened because when counter of device 2 in not equal to 0, the acquisition for Device 1 not happened as it will go to false state.
    Is there anything that someone could suggest on how to start the acquisition for device 1 only and if the counter of device 2 is equal to 1. I would like the acquisition of device 1 start only when the counter of device 2 is equal to 1. I cannot use the trigger as 6009 is not support for it. 
    -Fird- 
    Message Edited by Fird on 07-02-2009 04:28 AM
    Attachments:
    Acquire Data Test 4.vi ‏27 KB

  • In Month View, showing start and stop times for appointments

    Hi, I want to show both the start and stop times for all appointments in my iCal Month view and have not been able to figure out how to do that. Any suggestions? - Dave

    I would also like to know how to do this if possible. I want to print month-view schedules with start and end times for events. Thought I'd bump this up to see if anyone has any ideas.

  • Adding Start and Stop characters to a text field???

    "For 1D bar codes, there are two options depending on the type of PDF form you want to use. Forms that you create in Acrobat (acroforms) can be set up to use a bar code font with a standard text field. If you want to include the standard start and stop character (*) and/or a check character, you can use JavaScript to add them. The check character would have to be calculated, but that can be easily done with JavaScript."
    How would i go about doing this. My current PDF form will pull a last name and first name onto the form in a Barcode format, but i need to add in *LNM to the start and another * at the end of the data that was pulled from a SQL data base.  example the pdf has a Text Feild named "borrower1_last_name" and that filed pulls the last name..  So i was thinking there should be an easy script like you said to add in to that feild properties.
    posting here now, becasue no one seems to be able to point me to the correct resourse on the reader forum.

    okay.. so now how do I change the space between the first name and middle inital (and even the last name) in that same field?
    something like this looks like it should work but doesnt seem to do anything.
    str.replace(/ /g, "_");
    // Add an asterisk to the beginning and end of the value
    if (event.value) event.value = "*FNM" + event.value + "*";
    //Replace black spaces with an Underscore
    str.replace(/ /g, "_");

  • My ipod nano 7th gen. won't save the changes I make to a song's start and stop time. How do I fix this?

    So I have a few songs that I don't like the intro to or the end of it that I had cut to where I wanted on my previous ipod. When I try to do the ame thing with this one with the start and stop time, it will work for awhile and then randomly start and stop where it had originally. I have done it like 4 times now for some songs and I can't seem to get it to stick. Suggestions?

    If you use the Sync feature in iTunes, then it needs to be done to the song in your Music Library, then synced with the iPod.  If you do not use the Sync feature and are performing the changes to the song on your iPod specifically, then the setting may be getting overwritten when you drag the song that's already on the iPod back onto the iPod.  It will overwrite all local settings for the song on the iPod with the settings in your library. 
    Try performing the changes to the song in your music library, and then dragging it back over to your ipod (or Sync your iPod if you use that feature).  This will make sure that the setting are consistent in both your library and iPod in-case you were to ever overwrite the song once more.

  • Lightning to 30 Pin Adapter Charging Starts and Stops Intermittently

    I purchased two Lightning to 30 Pin adapters, and both are exhibiting the same problem.  They seem to start and stop charging intermittently on my iPhone 5, which, to be clear, is not in a case, nor is the adapter obstructed in any way.
    I purchased one for a dedicated iPhone/iPad charging station that I keep by my nightstand.  The adapters fit flush with the 30 pin connector on the charging station side.  At least three or four times during the night, the phone vibrates twice with the "you've just connected to power" alert and wakes me up. Trying the same thing in the car with the other adapter, the iPhone charging starts and stops while connected to my 12v power converter via a Twig cable.  When I connect the standard Lightning cable to either the charging dock (through its included USB ports) or directly to the same 12v converter plug in my car's cigarette lighter, I have no trouble charging at all.
    Has anyone else seen this behavior?  Could I have two faulty adapters (which doesn't seem likely), or is there something in the nature of the adapter that makes it turn on and off the charging on occasion?

    I have the same problem. I bought the same type of Speck Candy Shell case that I had for my 3GS iPhone. The $34.00 Lighting to 30-pin adapter will not fit through the case and into the IPhone 5. I just talked to Apple support and after being on hold 5 mins while the tech talked to her supervisor, the Apple solution is "take your case off the phone when you want to use the adapter". I hope thousands of us complain and Apple fixes this. If Apple had not been so secretive and talked to accessory manufacturers they would of know that the Adapter they designed was faulty. Now I how to drive to an Apple store to return the Adapter to get my money back. Only the USB cable will fit through the case into the iPhone 5.
    Bad Adapter design my Apple. Thats what happens when you design a product for millions of people - in a secretive bubble.

  • How to create a .exe script to start and stop Oracle EBS R12 in Linux

    Hello,
    I have installed Oracle EBS R12 in Linux enterprise through Virtual box on windows 7 professional. It takes a long time to start and stop EBS as I have to start and stop the scripts manually - can someone please help me with the following (I have tried searching the web and Oracle for help but have had no joy);
    Q1. I want to create a executable file in Linux so I can double click the file in Linux to start EBS automatically instead of going through each script manually
    Q2. I want to create a executable file in Linux so I can double click the file in Linux to stop EBS automatically instead of going through each script manually
    you help will be appreciated.
    Ali

    I have installed Oracle EBS R12 in Linux enterprise through Virtual box on windows 7 professional. It takes a long time to start and stop EBS as I have to start and stop the scripts manually - can someone please help me with the following (I have tried searching the web and Oracle for help but have had no joy);
    Q1. I want to create a executable file in Linux so I can double click the file in Linux to start EBS automatically instead of going through each script manually
    Q2. I want to create a executable file in Linux so I can double click the file in Linux to stop EBS automatically instead of going through each script manually
    you help will be appreciated.Please see these links.
    https://forums.oracle.com/forums/search.jspa?threadID=&q=Autostart+AND+Services&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    https://forums.oracle.com/forums/search.jspa?threadID=&q=Auto+AND+Start+AND+Services&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Managing Server Processes
    http://docs.oracle.com/cd/E18727_01/doc.121/e13675/T530130T530133.htm#5274555
    Thanks,
    Hussein

  • Is there a DJ app for the Ipad that will read the "start" and "stop time" setting for each individual song, as they are set in the song Options screen in Itunes?

    Is there a DJ app for the Ipad that will read the "start" and "stop time" setting for each individual song, as they are set in the song Options screen in Itunes? The Ipod Touch, by itself does not allow cross-fading, therefore when the stop time is edited short, the song jusst truncates then goes to the next song. I tried the DJay ap and while it would crossfade, it would NOT read the song settings for the stop marker. So now I want to try and Ipad and see if there is an app that will READ the Itune stop settings within the song. I do NOT want an app that will allow me to DO the stop marker. I want an app that will READ the stop marker from the song as it is set in Itunes.

    Itunes provides the option for setting the Start and Stop times of each music track.  However, the start and stop times do not synchronize to the iPhone.  I don't understand why this option is even available as it doesn't work when listening to music on the phone.  I have not found another application that will support the start and stop time markets.  I have searched quite a bit for this but can't find anything.  I hope we can find something. 

  • Batch file to start and stop services

    I've setup a CF Probe on my Development Server to ensure my
    CF Production server is up and running (services = Apache and CF
    Application Server). It checks the PROD login page and if it times
    out in 30 sec the probe fails. I understand I can execute a file
    (batch file with net start and net stop) but the problem is I need
    to have the probe somehow point to the .bat file on the PROD server
    and not on the local machine. How can I remotely access this batch
    file and execute it? I don't know how to point to the file on the
    other server... can anyone help?

    Hi Ken,
    You had pointed me in the right direction regarding the
    psstools in order to create a batch file that can remotely start
    and stop services.
    i used the psexec command and am able to successfully restart
    the services needed remotely... however when i pick the file in the
    coldfusion administrator (in the probes section) how to i point to
    the batch file to run? it seems like the probe is not running the
    script like i want... the file is located on the c:\ so i entered
    c:\test2.bat...
    Thanks,
    Matt
    Matt,
    You should review the online help in the cfadmin for probes
    and the links it points you to in the developer's guide. Basically
    you need to define a new probe in the cfadmin by clicking the
    "Define New Probe" button. One of the probe's attributes will be
    what action. Define the action as a program and point it at a batch
    file running psexec. You will probably need to run CFMX as a
    specific user and not as localsystem, which is the default.

  • Start and stop the Communication channel from Java Mapping

    How to start and stop the Communication channel from Java Mapping in XI 3.0
    Scenario  PI - > MQ -> Third Party web application 
    Web application is down and then Communication channels are stop manually .  
    We need to automate this process,
    MQ Solution - Trigger will be set in MQ which will be called when web application is stopped
    Trigger will send u201CSTOP u201C message to PI
    How to configure PI scenario to stop different com channels when this message received ?

    check this link: http://help.sap.com/saphelp_nw04/helpdata/EN/45/0c86aab4d14dece10000000a11466f/frameset.htm
    make sure that MQ send http request to PI. i dont think a configuration scenario is required in PI. Only roles should be enabled with proper user provided to MQ team.
    However, for security reasons, you can configure a scenario if you dont want to expose PI infrastructure directly to 3rd parties.

Maybe you are looking for

  • Is it possible to activate IPhone while outside of cell coverage?

    I have a quick question concerning activation of an iPhone. i live in the mountains and have no cell service of any kind. (or much else) I do however spend time down in civilization and that is really where i intend to use the iPhone. (and where i us

  • Re: Numbers 08 file will not open in Numbers 3.0

    This is inexcusable, and the fact that no moderator from apple has stepped in to offer any help is worse. I have all of my company invoices in .numbers files. When I updated to OS X 10.10.3, all my previous iWork apps disappeared. With no app to open

  • Cursors in toplink jpa

    Hi everyone... Is there some support for cursors in jpa? I guess there is, how can I scroll through a list of 1000 of records?

  • Can't update NSU

    I'm getting this error message how to fix this I have tried uninstalling Pc Suite and NSU and everything else from nokia and reinstalled PC Suite but still can't update NSU and install new version.... "Error 1714: The older version of Nokia software

  • What's the best configuration for a 300+ GB music library?

    I'm about to buy an iMac. I want iTunes to run seamlessly. Assuming I purchase the 20" what else should I include? 2 or 2.4 GHz? 1 or 2 GB of Ram? How much internal HD space? I am happy to consider purchasing external HD space. I will be using it mos