How to show B&R mapp View HMI on ABB Robotics Flexpendant. Tested to work on Omnicore Flexpendants with good performance and no modifications needed on mapp View side.
This will add a button to the Omnicore Flexpendant menu to launch mapp View visualization.
Step-by-step guide
-
Connect B&R mapp View server PLC/APC and Omnicore Controller through Ethernet
-
Download example Omnicore WebApp from below and modify files as required
BuRmappViewWebApp.zip (26.4 KB) -
Modify the appinfo.xml file if you wish to change the Logo file name, application name or HTML file name.
<?xml version="1.0" encoding="UTF-8"?>
<WebApp>
<name>BuRmappViewWebApp</name>
<icon>BR_logo.png</icon>
<path>BR.html</path>
</WebApp>
- Modify the BR.html file and set mapp View url as required
<!DOCTYPE html>
<html>
<head>
<title>HTML Meta Tag</title>
<meta http-equiv = "refresh" content = "3; url = http://192.168.125.20:81/mappVision" />
</head>
<body>
<p>Redirecting to another URL</p>
</body>
</html>
- Transfer the files to the Omnicore controller to the following path. Change to the same name as in the appinfo.xml file.
HOME/WebApps/<AppName>
Link to ABB Robotics tutorial on how to create a WebApp on Omnicore
https://rise.articulate.com/share/uOL_UNOyArx3erE87DmwuD3nIyRwMm3n#/