How to Open Third Party APK(Like chrome or Any other software)From Factory Talk view HMI

Siraj

Member
Join Date
Apr 2024
Location
Bangalour
Posts
1
I am using Factory Talk view Machine Edition Runtime HMI. I want to configure on button in such way that when i press this button I want to GO-TO Any third party Local application window . And it should come front of HMI Screen.

Please Guide me.
Thankyou
 
Last edited:
HMIs that run FactoryTalk Machine Edition (known as Panelviews) run a modified version of Windows CE. They can't just run any 3rd party application. There are some software that can be run, but they have to be written for Windows CE, which I'm pretty sure Chrome isn't one of them. They for sure can't run APKs.
 
HMIs that run FactoryTalk Machine Edition (known as Panelviews) run a modified version of Windows CE. They can't just run any 3rd party application. There are some software that can be run, but they have to be written for Windows CE, which I'm pretty sure Chrome isn't one of them. They for sure can't run APKs.
There is the Windows application that launches the HMI. Can be used to run on any full-blood windows system.

I think what OP is trying to do will require VB Scripting. Which can provide access to launch external application . But scripting feature is only enable in Factory Talk Site Edition.

Quick google shows this :

Dim objShell
Set objShell = WScript.CreateObject( "WScript.Shell" )
objShell.Run("""c:\Program Files\Mozilla Firefox\firefox.exe""")
Set objShell = Nothing


Slap that to your button, just change the path to whatever application. Again, have to use FactoryTalk SE. but yeah.
 
There is the Windows application that launches the HMI. Can be used to run on any full-blood windows system.

I think what OP is trying to do will require VB Scripting. Which can provide access to launch external application . But scripting feature is only enable in Factory Talk Site Edition.

Quick google shows this :

Dim objShell
Set objShell = WScript.CreateObject( "WScript.Shell" )
objShell.Run("""c:\Program Files\Mozilla Firefox\firefox.exe""")
Set objShell = Nothing


Slap that to your button, just change the path to whatever application. Again, have to use FactoryTalk SE. but yeah.
This seems like it has some good info

How To: Run Ignition on a PanelView Plus 6 | Inductive Automation
 

Similar Topics

hi All Can you please help me to find the right software to open Zip backup of 434 12A PLC? Any major steps I need to know when opening? Regards
Replies
5
Views
89
hello I have 7cp476 cpu why can led always open and No connection
Replies
1
Views
148
Anyone have issues with RSLinx being very slow to open. It sometimes will say "Checking Activation" at the bottom for what seems like an...
Replies
2
Views
179
Hi all Trying to remotely connect to a TIA Portal PLC. I can ping it without a problem but can't get my software to connect. I've opened port...
Replies
8
Views
355
Back
Top Bottom