Skip to content

Creating an immmersive Exercise-Scenario for Machine Operators

Notifications You must be signed in to change notification settings

ToKoSoftware/up-alaarm-zip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alaarm

This is a research project by Students of the Chair of Business Informatics, Processes and Systems at University of Potsdam.

Introduction to Alaarm

The project aims to enhance the immersion of alarm scenarios by implementating specific components as a simulation environment to intensify participants' stress levels and provide a realistic mVP scenario. This opens up research opportunities in the realm of human-machine interaction within the Industry 4.0 environment, including the assessment of participants' responsiveness and effectiveness in hazardous situations

Project structure

This project is a monorepo. It contains the following packages:

Installation

This project uses lerna to manage the monorepo. Husky is used to run linting before commits.

Run the following command to install all dependencies of all packages:

npm i

Building the project

npm run build

Running the project

This command will start the admin, client, and controller in parallel in development mode.

npm run dev

To run just one of the packages, use the following command:

npx lerna run dev --scope=@alaarm/scenario-admin

Further documentation

Further documentation can be found in the docs folder.