Skip to content

Commit

Permalink
Improves time series data example (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronzi authored Nov 14, 2024
1 parent 6f90eae commit 8f37b80
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 7 deletions.
Binary file removed Docs/Figs/AASWebUIEndpointProp.png
Binary file not shown.
Binary file modified Docs/Figs/AASWebUIQuery.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed Docs/Figs/InfluxDBOrgID.png
Binary file not shown.
Binary file modified Docs/Figs/InfluxDBQuery.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions examples/TimeSeriesData/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/influxdb
7 changes: 1 addition & 6 deletions examples/TimeSeriesData/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,7 @@ The username and password for InfluxDB are `admin` and `influxpassword`.

Prerequisites:

1. Copy the Organization ID from the InfluxDB UI (http://localhost:8086) and edit the `Endpoint` Property of the `LinkedSegment` (see screenshots below). The Endpoint Property can be found here: http://localhost:3000/?aas=http://localhost:8081/shells/VGltZVNlcmllc0RlbW8x&path=http://localhost:8081/submodels/aHR0cHM6Ly9hZG1pbi1zaGVsbC5pby9pZHRhL1RpbWVTZXJpZXMvMS8x/submodel-elements/Segments.LinkedSegment.Endpoint

![InfluxDB Organization ID](../../Docs/Figs/InfluxDBOrgID.png)
![AAS Web UI Endpoint Property](../../Docs/Figs/AASWebUIEndpointProp.png)

2. Check if the query property of the `LinkedSegment` corrosponds to the data you want to fetch from the database. If not, change the query property to the desired query (see images below).
1. Check if the query property of the `LinkedSegment` corrosponds to the data you want to fetch from the database. If not, change the query property to the desired query (see images below).

![InfluxDB Data Explorer](../../Docs/Figs/InfluxDBQuery.png)
![AAS Web UI query property](../../Docs/Figs//AASWebUIQuery.png)
Expand Down
Binary file modified examples/TimeSeriesData/aas/TimeSeriesDemo.aasx
Binary file not shown.
2 changes: 1 addition & 1 deletion examples/TimeSeriesData/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ services:
- ./basyx/sm-registry.yml:/workspace/config/application.yml
restart: always
aas-web-ui:
image: eclipsebasyx/aas-gui:v2-241006
image: eclipsebasyx/aas-gui:v2-241114
container_name: aas-ui
ports:
- '3000:3000'
Expand Down

0 comments on commit 8f37b80

Please sign in to comment.