You are on page 1of 42

Getting Started with mapp Safety | > V5.

7 | ENG

We reserve the right to change the content of this manual without prior notice. The information contained herein is
believed to be accurate as of the date of publication, however, B&R makes no warranty, expressed or implied, with
regards to the products or the documentation contained within this document. B&R shall not be liable in the event if
incidental or consequential damages in connection with or arising from the furnishing, performance or use of these
products. The software names, hardware names and trademarks used in this document are registered by the
respective companies.

Copyright © B&R – Subject to change without notice 1/42


Getting Started with mapp Safety | > V5.7 | ENG

Table of Contents

1 OVERVIEW .....................................................................................................3
2 PREPARING THE AUTOMATION STUDIO PROJECT .............................................4
3 INSERTING SAFELOGIC AND SAFEIO MODULES ..............................................8
4 INSERTING THE MAPP SAFETY CONFIGURATION..............................................10
5 OPENING SAFEDESIGNER..........................................................................16
6 CREATING A SIMPLE PROGRAM IN SAFEDESIGNER ......................................18
7 BUILD AND TRANSFER AUTOMATION STUDIO PROJECT ...................................24
8 CONNECTING TO MAPP SAFETY VISUALIZATION ..............................................27
9 DOWNLOAD SAFE APPLICATION BY USING MAPP SAFETY VISUALIZATION ..........29

Copyright © B&R – Subject to change without notice 2/42


Getting Started with mapp Safety | > V5.7 | ENG

1 Overview

Following content is available.


 You will learn how to prepare your Automation Studio project.
 You will learn to configure mapp Safety.
 You wil learn to create a simple program in the SafeDESIGNER.
 You will learn how to download the safety application by using the mapp Safety
visualization.
15 - 20 minutes

Copyright © B&R – Subject to change without notice 3/42


Getting Started with mapp Safety | > V5.7 | ENG

2 Preparing the Automation Studio Project

First, the Automation Studio has to be prepared.

Click the Physical View ( ) tab.

Right-click: X20CP1586 ( ).

Copyright © B&R – Subject to change without notice 4/42


Getting Started with mapp Safety | > V5.7 | ENG

Click the Configuration ( ) menu item.

Click the Page down ( ) button.

Copyright © B&R – Subject to change without notice 5/42


Getting Started with mapp Safety | > V5.7 | ENG

For using the mapp Safety visualization, mapp View is used in the background. This requires the
activation of the OPC-UA system.

Click OPC-UA System ( ).

Click off ( ).

Click the on ( ) list item.

Copyright © B&R – Subject to change without notice 6/42


Getting Started with mapp Safety | > V5.7 | ENG

Click save file ( ).

Click the Close ( ) button.

Copyright © B&R – Subject to change without notice 7/42


Getting Started with mapp Safety | > V5.7 | ENG

3 Inserting SafeLOGIC and SafeIO Modules

The SafeLOGIC is inserted from the hardware catalog to the POWERLINK interface of the
interface of the X20 CPU. The default nodenumber "1" is used.

Double-click the Search... input field.

Enter SL8101 into the field.

Click the X20CP1586 image.

Copyright © B&R – Subject to change without notice 8/42


Getting Started with mapp Safety | > V5.7 | ENG

While keeping the left mouse button pressed, drag the X20SL8101 ( )
object onto the PLK ( ) image.

Double-click the Search... input field.


A SafeIO module is used in order to connect sensors and actuators to safe input and output
channels.

Enter SC0806 into the Search... field.

Double-click: the desired module ( ).

Copyright © B&R – Subject to change without notice 9/42


Getting Started with mapp Safety | > V5.7 | ENG

4 Inserting the mapp Safety configuration

A general safety configuration and a SafeDOMAIN configuration have to be applied to the


Configuration View.
A SafeDOMAIN contains all safety devices belonging together. The default SafeDOMAIN ID is 1
for the hardware already inserted.

Click the Configuration View ( ) tab.

Click mapp Safety folder ( ).

Copyright © B&R – Subject to change without notice 10/42


Getting Started with mapp Safety | > V5.7 | ENG

Double-click: Safety ( ).

Double-click: SafeDOMAIN ( ).

Double-click: the settings file ( ).


The user role for accessing the mapp View visualization has to be configured. All users with this
role have access to the visualization. Users have already been created in the "AccessAndSecurity"
folder.

Copyright © B&R – Subject to change without notice 11/42


Getting Started with mapp Safety | > V5.7 | ENG

Click the value of role for safety application ( ).

Click the Administrators ( ) list item.

Click save file ( ).

Click the Close ( ) button.

Copyright © B&R – Subject to change without notice 12/42


Getting Started with mapp Safety | > V5.7 | ENG

Double-click: configuration for SafeDOMAIN ( ).


Now the SafeDOMAIN is configured. The SafeKEY password has to be set. A new or an existing
SafeDESIGNER project can be created.

Click the SafeKEY Password ( ) table cell.

Enter 123456 into the field.

Press the key.

Copyright © B&R – Subject to change without notice 13/42


Getting Started with mapp Safety | > V5.7 | ENG

Click value of the SafeDESIGNER project name ( ).

Enter sd_prj into the field.

Press the key.

Click save file ( ).

Click the close ( ) button.

Copyright © B&R – Subject to change without notice 14/42


Getting Started with mapp Safety | > V5.7 | ENG

Click the Physical View ( ) tab.

Copyright © B&R – Subject to change without notice 15/42


Getting Started with mapp Safety | > V5.7 | ENG

5 Opening SafeDESIGNER

Now the SafeDESIGNER project is opened for the first time. Password for developing and
comissioning the SafeDESIGNER application have to be defined.

Right-click: on SafeLOGIC ( ).

Click the SafeDESIGNER ( ) menu item.

Enter standard into the new password field.

Click the Confirm new password input field.

Copyright © B&R – Subject to change without notice 16/42


Getting Started with mapp Safety | > V5.7 | ENG

Enter standard into the Confirm new password field.

Click the OK ( ) button.

Click the OK ( ) button.

Copyright © B&R – Subject to change without notice 17/42


Getting Started with mapp Safety | > V5.7 | ENG

6 Creating a simple program in SafeDESIGNER

A simple SafeDESIGNER program is created now. A function block is used to add two safe inputs.
The result is stored on a locale variable with the datatype "SAFEBOOL".

Click function block AND_S ( ).

While keeping the left mouse button pressed, drag the function block AND_S ( )
object onto the work space object.

Copyright © B&R – Subject to change without notice 18/42


Getting Started with mapp Safety | > V5.7 | ENG

Click the function block..

Click SafeNODE 2 ( ).

Click the SafeDigitalInput01 ( ) tree item.

Copyright © B&R – Subject to change without notice 19/42


Getting Started with mapp Safety | > V5.7 | ENG

While keeping the left mouse button pressed, drag the SafeDigitalInput01 (

) object onto the first input of the function block ( ) object.

Click the OK ( ) button.

Click the SafeDigitalInput02 ( ) tree item.

While keeping the left mouse button pressed, drag the SafeDigitalInput02 (
) object onto the second input of the function block (

) object.

Copyright © B&R – Subject to change without notice 20/42


Getting Started with mapp Safety | > V5.7 | ENG

Click the OK ( ) button.

Double-click: output connector ( ).

Copyright © B&R – Subject to change without notice 21/42


Getting Started with mapp Safety | > V5.7 | ENG

Click the OK ( ) button.


After compiling the safe application is stored in the project folder. The safe application can be
download by using the Remote Control Dialog of the SafeDESIGNER. The second possibility is the
mapp Safety Visualization shown later in this tutorial.

Click Compile ( ).

Copyright © B&R – Subject to change without notice 22/42


Getting Started with mapp Safety | > V5.7 | ENG

Click the Close ( ) button.

Copyright © B&R – Subject to change without notice 23/42


Getting Started with mapp Safety | > V5.7 | ENG

7 Build and transfer Automation Studio Project

Now the Automation Studio Project is compiled and transfered to the X20 CPU. The transfer
module contains the safe application too. It can be transfered to the SafeLOGIC by using the mapp
Safety Visualization.

Click build project ( ).

Click the Transfer ( ) button.

Copyright © B&R – Subject to change without notice 24/42


Getting Started with mapp Safety | > V5.7 | ENG

Click the Transfer ( ) button.

Click the Yes ( ) button.

Copyright © B&R – Subject to change without notice 25/42


Getting Started with mapp Safety | > V5.7 | ENG

Click the Close ( ) button.

Copyright © B&R – Subject to change without notice 26/42


Getting Started with mapp Safety | > V5.7 | ENG

8 Connecting to mapp Safety visualization

In the Automation Help you can find the documentation of the mapp Safety visualization. Just copy
the url for accessing the visualization with your standard browser.

Click to select url text ( ).

Press the +C key.

Press the +V key.


Copyright © B&R – Subject to change without notice 27/42
Getting Started with mapp Safety | > V5.7 | ENG

Use the IP-Adress of your control CPU.

Enter 10.43.15.45 into the adress field field.

Press the key.

Copyright © B&R – Subject to change without notice 28/42


Getting Started with mapp Safety | > V5.7 | ENG

9 Download safe application by using mapp Safety Visualization

Now you can login to the SafeDOMAIN by using the credentials defined before.
Connect to the SafeLOGIC, transfer the safe application and complete the transfer.
It can be necessary to format the SafeKEY before downloading the safe application.

Click the Login ( ) button.

Copyright © B&R – Subject to change without notice 29/42


Getting Started with mapp Safety | > V5.7 | ENG

Click the Username input field.

Enter admin into the text field field.

Press the key.

Copyright © B&R – Subject to change without notice 30/42


Getting Started with mapp Safety | > V5.7 | ENG

Click password field.

Enter admin into the text field field.

Press the key.

Copyright © B&R – Subject to change without notice 31/42


Getting Started with mapp Safety | > V5.7 | ENG

Click the Login ( ) button.


Now you can connect to the SafeLOGIC listed below.

Click the Connect ( ) button.

Copyright © B&R – Subject to change without notice 32/42


Getting Started with mapp Safety | > V5.7 | ENG

Click OK ( ).

Click the Transfer button.

Copyright © B&R – Subject to change without notice 33/42


Getting Started with mapp Safety | > V5.7 | ENG

Click the Format SafeKEY ( ) button.

Click Yes ( ).

Copyright © B&R – Subject to change without notice 34/42


Getting Started with mapp Safety | > V5.7 | ENG

Click Yes ( ).
By browsing data you will find the existing safe application on the control CPU. Select the safe
application, uncheck the SafeCOMMISSIONING option if not needed and transfer the safe
application to the SafeDOMAIN.

Click the Browse for data ( ) button.

Copyright © B&R – Subject to change without notice 35/42


Getting Started with mapp Safety | > V5.7 | ENG

Click the sd_prj table cell.

Click the Apply ( ) button.

Click the SafeCOMISSIONING ( ) checkbox.

Copyright © B&R – Subject to change without notice 36/42


Getting Started with mapp Safety | > V5.7 | ENG

Click the Transfer to SafeDOMAIN ( ) button.

Click Yes ( ).
Complete the transfer by acknowledging all changes. Disable the Setup Mode. The safe
application must be tested then.

Click the Completion button.

Copyright © B&R – Subject to change without notice 37/42


Getting Started with mapp Safety | > V5.7 | ENG

Click the Acknowledge SafeAPPLICATION button.

Copyright © B&R – Subject to change without notice 38/42


Getting Started with mapp Safety | > V5.7 | ENG

Click Acknowledge ( ).

Click Acknowledge SafeNODEs.

Copyright © B&R – Subject to change without notice 39/42


Getting Started with mapp Safety | > V5.7 | ENG

Click Acknowledge ( ).

Click the Finish setup mode button.

Copyright © B&R – Subject to change without notice 40/42


Getting Started with mapp Safety | > V5.7 | ENG

Click OK ( ).

Click Yes ( ).

Copyright © B&R – Subject to change without notice 41/42


Getting Started with mapp Safety | > V5.7 | ENG

Click close window ( ).

Copyright © B&R – Subject to change without notice 42/42

You might also like