Jump to content

Recommended Posts

Posted

Hello, I am installing a few Apps and I am trying to build a package. What is the best way to go from program to program? I am using buttons now. once the apps are complete I push the next button to run the next program. I would like to eliminate to buttons and have everything run automated. Thanks for your help...

Run("\\Network path")
            WinWaitActive("Bentley AutoPLANT P&ID V8i","")
            Send("{ENTER}")
            WinWaitActive("Bentley AutoPLANT P&ID V8i","")
            Send("{ENTER}")
            WinWaitActive("PID Setup","Do you wish to install these components?")
            Sleep(1000)
            Send ('{LEFT}')
            Send("{ENTER}")
            WinWaitActive("P&ID V8i (SELECTseries 2)","Welcome to the Install for P&&ID V8i (SELECTseries 2)")
            Sleep(3000)
            Send('{ENTER}')
            WinWaitActive("P&ID V8i (SELECTseries 2)","License Agreement")
            Send ('{UP}')
            Send("{ENTER}")
            WinWaitActive("P&ID V8i (SELECTseries 2)","Custom Setup")
            Send("{ENTER}")
            WinWaitActive("P&ID V8i (SELECTseries 2)","Ready to Install the Program")
            Send("{ENTER}")
            WinWaitActive("P&ID V8i (SELECTseries 2)","Install Completed")
            Send("{ENTER}")

            
                        Run("\\Network Path")
            WinWaitActive("Bentley Process & Instrumentation V8i","")
            Send("{ENTER}")
            WinWaitActive("Bentley Process & Instrumentation V8i","")
            Send("{ENTER}")
            WinWaitActive("P&IW V8i (SELECTseries 2)","Welcome to the Install for P&&IW V8i (SELECTseries 2)")
            Sleep(5000)
            Send('{ENTER}')
            WinWaitActive("P&IW V8i (SELECTseries 2)","License Agreement")
            Send ('{UP}')
            Send("{ENTER}")
            WinWaitActive("P&IW V8i (SELECTseries 2)","Custom Setup")
            Send("{ENTER}")
            WinWaitActive("P&IW V8i (SELECTseries 2)","Ready to Install the Program")
            Send("{ENTER}")
            WinWaitActive("P&IW V8i (SELECTseries 2)","Install Completed")
            Send("{ENTER}")
Posted

Is there silent Switches for Bentley AutoPLANT P&ID V8i ?

It should be more easy...

Thanks for all your help... It's working now...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...