You will need the mobile module installed on your gateway. Go to your gateway portal and there should be an address identified for your iPad browser to use.
@p_hanson’s answer above shows a screenshot of the Mobile Launch section on the gateway with address for mobile browser in orange (and QR code you could scan instead of entering in the address). This is the section you are looking for on your Ignition gateway’s homepage.
The mobile must be on the same LAN as the Ignition server for that link to work. Otherwise, the same rules apply as accessing anything on a LAN from outside the LAN; either get on the LAN via VPN or connect through router public IP with port forwarding setup.
Yes. the ipad and other mobile devices are using the same wifi network. in fact the ;laptop that with the Ignition gateway (connected to wifi) and the IP is as shown in the screen grab as localhost. if the server address at gateway is blank, then the notebook ip will not be shown. so i filled up the ip of the laptop (as shown in the second screen grab).
Am I correct to fill up the server address? if not, what can I do.
Filling in the address is good. A couple things to check:
If you open http://192.168.1.234/main on your laptop, does it go to the gateway homepage? If not, check IP address.
If you open http://192.168.1.234/main on your iPad, do you get the gateway homepage? If not, but you get it in the first step, do you have a firewall on the laptop that might be blocking it?
To launch a project on a mobile device, scan the barcode or navigate your device’s web browser to: http://192.166.1.29/main/system/mobile —> is the IP of my lap top?
Now, I experiment with this;
I set up another wireless router, connected with cable, make my laptop with static IP 192.166.1.29
Server Address
192.166.1.29 —>>
The address to use as the url suggestion for mobile clients on the homepage via the QR code. Leave blank for auto-detect. For example: “myserver.company.local:8088”
Java Path
C:\Program Files\Java\jre1.8.0_191\bin\java.exe
The path to the Java executable. Must be a Java 8 or 9 JRE. The default value assumes that Java is on the path.
(default: java)
same problem
This site can’t be reached 192.166.1.29 refused to connect.
Yes, the IP address for Ignition server will be the IP address of the computer it is installed on. Quick test for firewall is to disable firewall and see if it works. If it does, you know what you’re dealing with and can add exceptions to your firewall to make it work. I don’t have details for this handy, but someone else may.
Still the same even problem with the Firewall disable.
One Question: Which version of Java the Mobile Client Supported?
my installted Java
java version “1.8.0_191”
Java™ SE Runtime Environment (build 1.8.0_191-b12)
Java HotSpot™ 64-Bit Server VM (build 25.191-b12, mixed mode)
I’ll defer to others on the mobile module–waiting for Perspective with Ignition 8 so we haven’t played with the mobile module.
That said, you’ll need to get connection to gateway working before you can get the mobile module working. If you can access gateway web page via localhost address but not the IP on your laptop, that’s the first place to start. You should be able to reach it via IP if you have the correct IP.
The mobile module will work as long as the Gateway is running any version of Java 8. As @witman said, though - if you can’t get connected to the gateway webpage from a remote device, the mobile module is a moot point.