Skip to content

Commit

Permalink
Adds user and example videos to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
prasadtalasila committed Sep 21, 2024
1 parent 8f2a15c commit 6d1a6fe
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 13 deletions.
2 changes: 1 addition & 1 deletion docs/developer/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Developers Guide
# Developer Guide

This guide is for DTaaS platform developers.
It helps development team members get familiar with
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Incubator Digital Twin validation with NuRV Monitor
# Incubator Co-Simulation Digital Twin validation with NuRV Monitor

## Overview

Expand Down
31 changes: 21 additions & 10 deletions docs/user/examples/index.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,24 @@
# DTaaS Examples

There are some example digital twins created for the DTaaS software.
Use these examples and follow the steps given in the **Examples** section
You can peruse these examples and follow the steps given in
this **Examples** section
to experience features of the DTaaS software platform and understand
best practices for managing digital twins within the platform.

You can also see a
[short video](https://odin.cps.digit.au.dk/into-cps/dtaas/assets/videos/cpsens.mp4)
on the use of DTaaS for creating a digital shadow. This video is recorded using
DTaaS v0.2.0.
Please see these
[slides](https://odin.cps.digit.au.dk/into-cps/dtaas/assets/20240917-Examples.pdf)
and
[video](https://odin.cps.digit.au.dk/into-cps/dtaas/assets/videos/20240917-Examples-Recorded-web.mp4)
to get an overview of these examples.

There are two demo vides available:
CP-SENS project
([slides](https://odin.cps.digit.au.dk/into-cps/dtaas/assets/20240917-CPSENS-demo.pdf)
and
[video](https://odin.cps.digit.au.dk/into-cps/dtaas/assets/videos/20240917-CPSENS-demo-Recorded-web.mp4))
and Incubator
([video](https://odin.cps.digit.au.dk/into-cps/dtaas/assets/videos/Incubator-demo-web.mp4)).
These two videos have been recorded using DTaaS v0.5.0.

## Copy Examples

Expand Down Expand Up @@ -36,9 +46,10 @@ to use the examples in the following order.
1. [Flex Cell with Two Industrial Robots](./flex-cell/README.md)
1. [Incubator](./incubator/README.md)
1. [Firefighters in Emergency Environments](./o5g/README.md)
1. [Mass Spring Damper with NuRV Runtime Monitor](./mass-spring-damper-monitor/README.md)
1. [Incubator with NuRV Runtime Monitor](./incubator-NuRV-monitor-validation/README.md)
1. [Incubator with NuRV Runtime Monitor Service](./incubator-NuRV-monitor-service/README.md)
1. [Water Tank Fault Injection with NuRV Runtime Monitor](./water_tank_FI_monitor/README.md)
1. [Mass Spring Damper with NuRV Runtime Monitor FMU](./mass-spring-damper-monitor/README.md)
1. [Water Tank Fault Injection with NuRV Runtime Monitor FMU](./water_tank_FI_monitor/README.md)
1. [Incubator Co-Simulation with NuRV Runtime Monitor FMU](./incubator-NuRV-monitor-validation/README.md)
1. [Incubator with NuRV Runtime Monitor as Service](./incubator-NuRV-monitor-service/README.md)
1. [Incubator with NuRV Runtime Monitor FMU as Service](./incubator-NuRV-fmu-monitor-service/README.md)

:material-download: [DTaaS examples](https://github.com/INTO-CPS-Association/DTaaS-examples)
17 changes: 16 additions & 1 deletion docs/user/motivation.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
# Motivation
# DTaaS for Users

## User Guide

This guide is for users of the DTaaS platform.
Please make sure that you have access to a live installation of
the DTaaS platform. The easiest is
[localhost](../admin/localhost.md) installation scenario.

Please see user-specific
[Slides](https://odin.cps.digit.au.dk/into-cps/dtaas/assets/20240917-Users.pdf)
and
[Video](https://odin.cps.digit.au.dk/into-cps/dtaas/assets/videos/20240917-Users-Recorded-web.mp4)
to get the conceptual framework behind composable digital twins in the DTaaS platform.

## Motivation

How can DT software platforms enable users collaborate to:

Expand Down

0 comments on commit 6d1a6fe

Please sign in to comment.