Start the program when an external limit switch change its position

i have a DAQ card 6036E and have a limit switch.
my problem is:
when certain contact of limit switch is open, certain loop is work, and when the contact change its status the first loop stop and a second loop starts.
for details
    limit switch contact open & i press start of the program
           loop one stars which is 10V analog output
                   the limit switch contact closed
                          loop one stops and loop two starts which is (digital out + 5V analog out)
thank you

Hello Nick F,
Thank you very much for your reply and i am so sorry for less details of my previous message so, here more discussion:
I control the position of a reobatic arm, at starting of the program the arm may be in any position so i must move the arm to a referance position by making a program to give analog 5V through analog output pin of the DAQ to the to the DC motor controller card to then to the motor which drive the arm, when the arm arrives to its referance position  hitting a limit swich which will give a digital signal to digital input pin of the DAQ, here, my object is to stop the obove program (or loop) to stop the arm, at the same time i want to run another program or another while loop on the same program which is an LV example (control single channel.vi) (which is an PID controller program to move the arem to a desired position.
that's all
please reply me quickly
thank you 

Similar Messages

  • I have the new version of iMovie, and when i try to start the program, i can't because it says that it is looking for some movie files from the Iphoto, so all the program is locked up... how can i do to restart the program??

    i have the new version of iMovie, and when i try to start the program, i can't because it says that it is looking for some movie files from the Iphoto, so all the program is locked up... how can i do to restart the program??

    Hi
    Did You ever use - iPhoto ?
    Did You may be direct iPhoto to a different Photo Library
    As iMovie tries to find the appropriate photo library - it can get lost if iPhoto direct it into a Library on a not connected external hard disk or to a strange location - And iMovie HANGS.
    Do - When no other program is running that might interfere
    • Start iPhoto - BUT NOW KEEP alt-key (option key) DOWN during the full Start-Up process
    • Now iPhoto let's You select Photo Library
    • Select the one in Your Account / Home folder / Pictures ! !
    • Then iPhoto should start up OK
    • Now Quit iPhoto
    • START iMovie
    Does it still hangs - then I would suspect - iMovie Pref. file
    If it Run's OK - Then HURRAY !
    Yours Bengt W

  • When I start the program I instantly see this message:  "Adobe Bridge encountered a problem and is unable to read the cache, please try purging the central cache in cache preferences to correct the situation".  I have tried this and it only results in a s

    When I start the program I instantly see this message:  "Adobe Bridge encountered a problem and is unable to read the cache, please try purging the central cache in cache preferences to correct the situation".  I have tried this and it only results in a stalled/locked program.  I have tried restarting my machine multiple times and tried reconfiguring how the cache is managed.  Do you have anyone who could walk me through each step to correct this problem which just started two days ago.  I have owned this program for at least a year now...

    BOILERPLATE TEXT:
    Note that this is boilerplate text.
    If you give complete and detailed information about your setup and the issue at hand,
    such as your platform (Mac or Win),
    exact versions of your OS, of Photoshop (not just "CS6", but something like CS6v.13.0.6) and of Bridge,
    your settings in Photoshop > Preference > Performance
    the type of file you were working on,
    machine specs, such as total installed RAM, scratch file HDs, total available HD space, video card specs, including total VRAM installed,
    what troubleshooting steps you have taken so far,
    what error message(s) you receive,
    if having issues opening raw files also the exact camera make and model that generated them,
    if you're having printing issues, indicate the exact make and model of your printer, paper size, image dimensions in pixels (so many pixels wide by so many pixels high). if going through a RIP, specify that too.
    etc.,
    someone may be able to help you (not necessarily this poster, who is not a Windows user).
    a screen shot of your settings or of the image could be very helpful too.
    Please read this FAQ for advice on how to ask your questions correctly for quicker and better answers:
    http://forums.adobe.com/thread/419981?tstart=0
    Thanks!

  • Itunes will no longer work on my Windows 8 PC. When I attempt to start the program a message says: A problem caused the program to stop working correctly.  Windows will close the program and notify you if a solution is available.

    Itunes will no longer work on my Windows 8 PC. When I attempt to start the program a message says: A problem caused the program to stop working correctly.  Windows will close the program and notify you if a solution is available.  I have tried to uninstall iTunes but the Windows uninstaller will not delete the program I get a message that says: A network error occurred while attempting to read file: C:\Windows|Installer|iTunes.msi.  How do I get iTunes to work again?

    Whentrying to uninstall iTunes (the first program that must be uninstalled per the instructions) I get a message:  A network error occurred while attempting to read file: C:\Windows|Installer|iTunes.msi. I can't even uninstall iTunes?
    (1) Download the Windows Installer CleanUp utility installer file (msicuu2.exe) from the following Major Geeks page (use one of the links under the "DOWNLOAD LOCATIONS" thingy on the Major Geeks page).
    http://majorgeeks.com/download.php?det=4459
    Here's a screenshot showing the particular links on the page that you should be clicking:
    After clicking one of the circled links, you should be taken to another page, and after a few seconds you should see a download dialog appear for the msicuu2.exe file. Here's a screenshot of what it looks like for me in Firefox:
    Choose to Save the file. If the dialog box does not appear for you, click the link on the page that says "CLICK HERE IF IT DOES NOT". Here's a screenshot of the page with the relevant link circled:
    When the dialog appears, choose to save the file.
    (2) Go to the Downloads area for your Web browser. Doubleclick the msicuu2.exe file and follow the prompts to install the Windows Installer CleanUp utility. (If you're on a Windows Vista or Windows 7 system and you get a Code 800A0046 error message when doubleclicking the msicuu2.exe file, try instead right-clicking on the msicuu2.exe file and selecting "Run as administrator".)
    (3) In your Start menu click All Programs and then click Windows Install Clean Up. The Windows Installer CleanUp utility window appears, listing software that is currently installed on your computer.
    (4) In the list of programs that appears in CleanUp, select any iTunes entries and click "Remove", as per the following screenshot:
    (5) Quit out of CleanUp, restart the PC and try another iTunes install. Does it go through properly this time?

  • How to deselect the text when I start the program?

    how to deselect the text when I start the program?
    photo:

    wants the blue background could not be seen:
    Code Form:
    Public Class Form2
        Private Sub Form2_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
        End Sub
        Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
            If ComboBox1.SelectedItem = "The Sims 4" Then
                Form3.Show()
            Else
            End If
            If ComboBox1.SelectedItem = "The Sims 3" Then
                Form4.Show()
            Else
            End If
        End Sub
    End Class
    There's a lot wrong with all of that.
    I'm sorry that I won't be able to help...
    Still lost in code, just at a little higher level.

  • When I start downloading apps on creative cloud with windows 7 professional 64 bit, Creative cloud blanks out and stays blank til I re-start the program. I have tried re-installing it and deleting the OMP file. What do I have to do to be able to install a

    When I start downloading apps on creative cloud with windows 7 professional 64 bit, Creative cloud blanks out and stays blank til I re-start the program. I have tried re-installing it and deleting the OMP file. What do I have to do to be able to install apps?

    Creative Cloud chat support (all Creative Cloud customer service issues)
    http://helpx.adobe.com/x-productkb/global/service-ccm.html

  • I have installled PE12,I have registrated it (serie number) and I have made an Adobe- ID. (I can find there my registrated product). Still, when I want to start the program, there is a screen that indicates that i have "to registrate PE within 7 days" , W

    I have installled PE12,I have registrated it (serie number) and I have made an Adobe- ID. (I can find there my registrated product). Still, when I want to start the program, there is a screen that indicates that i have "to registrate PE within 7 days" , When iI continuer (next sceen) there is a message that the proces can not proceed for "I need  an internet commection" which I have!!!! When this problem does not disappear  I have to contact Adobe ??.......  So please can you help me. I am already many hours trying to get started :-(

    CS2 is very old and reached its "end of life" a while back.  So probably won't run on modern operating systems.  If you can still run it, you'll need to uninstall what you have and re-install with the download link below to activate it.
    Error: Activation Server Unavailable | CS2, Acrobat 7, Audition 3
    Nancy O.

  • Hi I bought Photoshop Elements 12 and Premiere Elements 12th The installation went fine (Opsys Vista). When I start the program I come to Sign In. I enter an Adobe ID

    Hi I bought Photoshop Elements 12 and Premiere Elements 12th The installation went fine (Opsys Vista). When I start the program I come to Sign In. I enter an Adobe ID and password, login starts but nothing more happens without it just waiting for an answer. greetings Nils Bellner
    [personal information removed... Mod - https://forums.adobe.com/docs/DOC-3731]
    [This is an open forum, not Adobe support, please do not post personal information]

    it sounds like you may have already gone through some of the options here,
    http://helpx.adobe.com/photoshop-elements/kb/troubleshoot-installation-photoshop-elements- premiere.html#main_Error__Below_mentioned_applications_have_failed_to_install__Shared_tech nologies_
    but this is the most complete troubleshooting guide for that issue.  go through all the options or contact adobe support, http://helpx.adobe.com/contact.html?product=flash&topic=using-my-product-or-service

  • When i start the itunes the following message appears: is not possible start the program because msvcr80.ddl is in  fault in the computer. try reinstall the program to solve this problem.

    when i start the itunes the following message appears: is not possible start the program because msvcr80.ddl is in  fault in the computer. try reinstall the program to solve this problem.?????????????????????

    BOILERPLATE TEXT:
    Note that this is boilerplate text.
    If you give complete and detailed information about your setup and the issue at hand,
    such as your platform (Mac or Win),
    exact versions of your OS, of Photoshop (not just "CS6", but something like CS6v.13.0.6) and of Bridge,
    your settings in Photoshop > Preference > Performance
    the type of file you were working on,
    machine specs, such as total installed RAM, scratch file HDs, total available HD space, video card specs, including total VRAM installed,
    what troubleshooting steps you have taken so far,
    what error message(s) you receive,
    if having issues opening raw files also the exact camera make and model that generated them,
    if you're having printing issues, indicate the exact make and model of your printer, paper size, image dimensions in pixels (so many pixels wide by so many pixels high). if going through a RIP, specify that too.
    etc.,
    someone may be able to help you (not necessarily this poster, who is not a Windows user).
    a screen shot of your settings or of the image could be very helpful too.
    Please read this FAQ for advice on how to ask your questions correctly for quicker and better answers:
    http://forums.adobe.com/thread/419981?tstart=0
    Thanks!

  • Good morning, my photoshop stopped working, it gives error when started, what can it be?  This is the message that appears: Unable to start the program it took a unexpected end of file  I hope answer

    Good morning, my photoshop stopped working, it gives error when started, what can it be?
    This is the message that appears:
    Unable to start the program it took a unexpected end of file
    I hope answer

    Could not initialize Photoshop because an unexpected end-of-file was encountered. | Mylenium's Error Code Database
    Mylenium

  • Just got a new iPod Nano 7gen. Have downloaded and installed iTunes 10.7 and installed succesfully. But iTunes fails when I try to start the program. Have OS X 10.8.2. Moutain Lion. Please help - thanks. Sven

    Just got a new iPod Nano 7gen. Have downloaded and installed iTunes 10.7 and installed succesfully. But iTunes fails when I try to start the program. Have OS X 10.8.2. Moutain Lion. Please help - thanks.
    Sven

    Problem solved. Copied latest file of iTunes Library.itl from Previous iTunes Libraries and replaced it with the original in Music - iTunes-folder.

  • I updated my Lightroom to ver 5.7.1 and and the new features don't show but it says that 5.7.1 is active. also when I start the program it ask me to update. what is the problem?

    I updated my Lightroom to ver 5.7.1 and and the new features don't show but it says that 5.7.1 is active. also when I start the program it ask me to update. what is the problem?

    because v6.0.1 is the latest...
    and you either have to buy it or you must have subscription to get version 6.

  • I have installed Adobe Premiere Pro cc on my laptop, but I cant find a way to start the program. No Icon, and it is not showing up in the start meny. It is showing up in add/remove programs, but nt anywhere else.

    I have installed Adobe Premiere Pro cc on my laptop, but I cant find a way to start the program. No Icon, and it is not showing up in the start meny. It is showing up in add/remove programs, but nt anywhere else.

    If you are using a Mac, simply hit Command-Spacebar to bring up Spotlight Search.  Begin typing the name of the application and when you see what you are looking for, press enter.  You should get a hit by the second or third letter you type.  Great way to launch apps on computers that you are not familiar with.
    Windows 7 and 8 should have something similar.  I think you simply press the Windows key and begin typing.  Press enter when you see a match.
    Both Mac and Windows search tools can be customized to search for applications, files, emails and so forth.  For Windows, look for Taskbar and Start Menu Properties.  For Mac, go to Preferences Spotlight.  Turn off items you know you won't need to speed up searches.
    Make Windows 7 Start Menu Search Find Your Applications Faster

  • Error : RFC Partner does not allow to start the Program.

    Hello Guys,
         I have a requirement where in  BAPI_DOCUMENT_CHECKOUTVIEW2  need to be  called from the front end (JAVA).
         When i run this BAPI in SAP it works fine ,when i run the same form front end it throws the error saying
              "RFC Partner does not allow to start the Program."( I have checked the error in debug mode).
             SAPGUI is installed at the JAVA developers desktop,still am facing this error.
            The error is thrown at the below code:
                      CALL FUNCTION 'RFC_PING'
                                                    DESTINATION 'SAPGUI'
                     EXCEPTIONS: communication_failure = 1 MESSAGE lf_msg_text
                                                  system_failure        = 2 MESSAGE lf_msg_text.
    Please suggest.
    Regards,
    Najam

    HI,
    You need a RFC path in this case.You can check SM59 and contact your basis team regarding this.

  • Error while trying to run the project. Unable to start the program. the address is not valid for current context.

    I am trying to debug the 64 bit application using any cpu. I've tried using x86 also. but still couldn't start the program.

    "Debug x64 bit app" What do you mean by that?  If you have a project open and you click Debug (F5) and the platform is set to Any CPU then the app will run based upon your bitness.  
    When do you get this error? 
    What is your OS bitness?
    What type of app is it? 
    What platform are you using? 
    Can you at least get to the entry point of your app?  Do you have any interop code?
    Michael Taylor
    http://blogs.msmvps.com/p3net

Maybe you are looking for

  • Windows Server - Mac Client Permission Issues?

    To start off, I'll summarize our current set-up. We've got Contribute Publishing Server running on Windows Server 2003. We have numerous Contribute clients spread out over our campus. They've all been using Windows XP. They connect via the LDAP setti

  • Enabling HTTPS level authentication in SOAP adapter (PI 7.1)

    Hi, I am using SOAP to SOAP scenario using HTTPS level authentication in PI 7.11 As per the SAP Note https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=891877 We have enabled HTTPS level authentication in sender com

  • 10.6.7: Shared Macs appear as PCs in Finder, no shares in iTunes

    Hey, so this is a weird problem I have: My MacBook, updated to 10.6.7 just last week, shows all the other Macs on my network just as PCs (that means with a PC icon and a lowercase-only name). So there seems to be a problem with AFP, the PC-like-appea

  • Access SAP BW from Java

    Hello, I need to build a Java web application that can collect and display data from various SAP BWs. Write operations are not required. What is the easiest way to do that? I found that SAP Open Hub Service lets you extract the data to a CSV file or

  • Reg: PO release notification needs to send to the PR Creater with PO num

    HI Gurus, Iam new to workfow. I have one senario in workflow. Requirement: when ever PO release notification needs to send to the PR Creater with PO number and corresponding PR number. Please guide how to do this . My questions : 1.How can we can get