How to show mapp View HMI on ABB Robotics Omnicore Flexpendant

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

  1. Connect B&R mapp View server PLC/APC and Omnicore Controller through Ethernet

  2. Download example Omnicore WebApp from below and modify files as required
    BuRmappViewWebApp.zip (26.4 KB)

  3. 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>

  1. 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>
  1. 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#/

4 Likes

Super cool! Is there any way to get access to any of the hardware buttons from the pendant?

I have not tried but I have a gut feeling that they are not accessible.

Great stuff - thanks for sharing, Tommi!

That was my expectation as well, would be super cool if there was a way to make this work.

Wait - follow up question, this still requires the Omnicore controller itself right? not just a standalone Flexpendant?

Yes this requires the Omnicore controller itself as far as I know.