Vision Web Browser Component

I understand there is a web browser component that can be added to the designer. What I'm not understanding is how to access it for download. Is the web site a secret or am I simply one of the blind mice? TIA

This might be what you are looking for.
https://docs.inductiveautomation.com/display/DOC80/Vision+-+Web+Browser+Component?gclid=Cj0KCQjw06-oBhC6ARIsAGuzdw1qq2KvN0cKDylVqr_gPwN8fLtYwpMXxCF7uxIX-I1ptzBznvIq904aAq_kEALw_wcB

From the main downloads landing page, click the small 'Other operating systems and versions' link:

Choose your version of Ignition, e.g. 8.1.32:

Scroll down the page until you hit the web browser module. Download the .modl file, then install it on your gateway in Configure -> Modules.

Got It, thank you sir, you're a gentleman and a scholar.

2 Likes

Well that's great for the web browser module.

But, I thought there was a component that installs in Vision?

There is. First install the module in the gateway. Then start up designer fresh, and search the component palette for "web"

Yes sir, that's what I did but no component only the web module on the server. wonder if I have to restart the service?

Possibly, been a while since I've done it. Give it a go if you can.

Well, restarting ignition did nothing. So, I'm still not seeing the web browser component in the Vision component list. unsolved Mystery?

Does the web browser module show up as loaded in Help -> About Ignition Designer?

It's probably failing to start up (or you need to restart the designer); if you don't see it in that list (but do see it on the gateway) then check your designer logs on a clean startup.

No, my designer launcher about screen is different.

image

Not the designer launcher. The actual designer, after you've launched it from the launcher.

1 Like

Oh, OK mine doesn't show that web browser module.

It's probably failing to start up (or you need to restart the designer); if you don't see it in that list (but do see it on the gateway) then check your designer logs on a clean startup.

Yup, it's failing to start.

I get all this bunch of error stuff. Lucky me.

Message: Error starting up module Web Browser
Time: Thu Sep 21 12:58:45PM
Severity: ERROR
Logger: designer.main
Stack Trace: java.lang.NoSuchMethodError: 'java.util.Optional com.inductiveautomation.ignition.client.util.JxBrowserUtil.getOrCreateEngine(com.inductiveautomation.ignition.client.launch.LaunchContext, com.teamdev.jxbrowser.engine.RenderingMode, java.lang.String, java.lang.String)'
    at com.inductiveautomation.webbrowser.BrowserClientHook.getOrCreateEngine(BrowserClientHook.java:66)
    at com.inductiveautomation.webbrowser.BrowserClientHook.startup(BrowserClientHook.java:59)
    at com.inductiveautomation.webbrowser.designer.DesignerHook.startup(DesignerHook.java:37)
    at com.inductiveautomation.ignition.designer.IgnitionDesigner$LoadedModule.startup(IgnitionDesigner.java:1986)
    at com.inductiveautomation.ignition.designer.IgnitionDesigner.startupModule(IgnitionDesigner.java:1198)
    at com.inductiveautomation.ignition.designer.IgnitionDesigner.lambda$loadProject$9(IgnitionDesigner.java:1016)
    at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(Unknown Source)
    at java.base/java.util.stream.ReferencePipeline$2$1.accept(Unknown Source)
    at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(Unknown Source)
    at java.base/java.util.stream.AbstractPipeline.copyInto(Unknown Source)
    at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source)
    at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(Unknown Source)
    at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(Unknown Source)
    at java.base/java.util.stream.AbstractPipeline.evaluate(Unknown Source)
    at java.base/java.util.stream.ReferencePipeline.forEach(Unknown Source)
    at com.inductiveautomation.ignition.designer.IgnitionDesigner.loadProject(IgnitionDesigner.java:1015)
    at com.inductiveautomation.ignition.designer.IgnitionDesigner$StartupProjectDialogHandler.lambda$new$2(IgnitionDesigner.java:2050)
    at java.base/java.lang.Thread.run(Unknown Source)

Not only does it not start but it prevents all other projects I'm working on from actually starting. It hangs them. I uninstalled the web browser from the server and all is back to normal. Weird. I'm not going to Vegas anytime soon.

Did you install the correct version of the web browser module? It looks like you’re using Ignition 8.1.25, so you’ll want to make sure you grab the corresponding web browser module download.

2 Likes

I did not see on for 8.1.25 but I'll look again.