X90 – Safety application not loaded after USB installation

Hello,

I am working with a X90CP174.48-S1 controller.

I am trying to perform a project installation from USB using:
Transfer → Project Installation Package.

The installation process completes, but the Safety application is not automatically loaded.

After installation, I need to manually access the following URL to load the Safety application:
http://<ip-address>:81/index.html?visuId=mappSafety

Is there a way to ensure that the Safety application is automatically loaded during the USB installation process?

Hi @guillaume.olivier ,
to my knowledge in that scenario you have commissioning the safety application again (I got this answer from AI: “While the Safety Application is included in the Project Installation Package (PIP), safety regulations often require manual confirmation for security”).
For commissioning you can use the library SfDomain (if you use mappSafety) too to speed it up the process
Commissioning the application
Ciao
Valerio

1 Like

I believe it is intended that the safety application be manually loaded and tested to ensure that the machine is safe. You don’t want to accidently load the wrong program or not load anything at all. That being said, as Valerio said, the SfDomain library can be used to commission the safety application from code without needing the mappSafety web page. You could theoretically write your own auto-commission program, but if you do that then I highly recommend putting in some safeguards (i.e., checking the program’s CRC).

1 Like

Hello,

The AS-Help does explicity state that an auto-commissioning is not allowed to do!!!
Please ensure that your Safety Commissioning process is aligned with local safety legal requirements.

AS-Help SfDomain

Greetings
Michael

2 Likes

Thanks for your answers.
I think I will implement the SFDomain to load the SafeApp on demand via the HMI using an admin password.

I understand that this has to be done manually.

The goal is to allow an after-sales service technician to load the program onto mobile equipment directly on site.

Hi @guillaume.olivier ,

I think I will implement the SFDomain to load the SafeApp

there is an example in the Help developed in ST, you can use that as starting point.

Commissioning the application using library SfDomain

Please mark your comment as solution.
Thanks
Ciao
Valerio

Hello,

i have finaly decited to puplish my notes about using the SfDomain Library.
It may help you at certain points, as this are mostly informations you will not find in AS-Help that easy.

Greetings
Michael

1 Like