You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dpp-tutorial/irs-drill-down.md
+58-29Lines changed: 58 additions & 29 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,50 +63,72 @@ You must have the following components up and running:
63
63
- A preconfigured data consumer conenctor with IRS plugin enabled
64
64
- Accessibility of components over the network
65
65
66
+
## 1° Generate the Ids
66
67
67
-
## 1° Lookup BOMAsBuilt Relationships of the Component
68
+
Please generate two UUIDs from the UUID generator https://www.uuidgenerator.net/
68
69
70
+
### BOMAsBuiltID
71
+
```bash
72
+
uuid:urn:<UUID-1>
73
+
```
74
+
75
+
### SerialPartID
76
+
```bash
77
+
uuid:urn:<UUID-2>
78
+
```
79
+
Store these IDs in some notepad editor for later use.
69
80
70
-
* Search for the <<UUID>UUID> of the component which was used to from the given sheet of paper. You can also find the same information [here](./resources/test-data/carParts.json) in a test JSON file.
81
+
## 2° Lookup BOMAsBuilt Relationships of the Component
71
82
72
83
To find your part and be able to copy and paste the information:
73
84
74
-
1 - Search by uuid with CTRL + F:
85
+
1 - Go to the file [bomAsBuiltRelationships](./resources/test-data/bomAsBuiltRelationships.json)
Once the BOMAsBuilt relationship is added the submodel server, similarly, search for the Id of serial part component with the same UUID as used to search for BOMAsBuilt relationship.
143
168
144
-
1 - Search by uuid with CTRL + F:
169
+
1 - Go to the file [serialPartItems](./resources/test-data/serialPartItems.json)
170
+
171
+
2 - Search by uuid with CTRL + F:
172
+
173
+
> [!TIP]
174
+
> You will get the UUID in the paper or [here](./resources/test-data/carParts.json)
145
175
146
176
Example:
147
177
@@ -170,14 +200,13 @@ Example:
170
200
}
171
201
```
172
202
173
-
2 - Copy the json content and paste it into the notepad editor for latter use.
203
+
3 - Copy the json content and paste it into the notepad editor for later use.
174
204
175
205
176
-
## 4° Add SerialPart Item to the Submodel Server
206
+
## 5° Add SerialPart Item to the Submodel Server
177
207
178
-
The serial part data retrieved in [previous step](#3-lookup-serialpart-item-of-the-component) can be stored into the submodel data service.
208
+
The serial part data retrieved in [previous step](#4-lookup-serialpart-item-of-the-component) can be stored into the submodel data service.
179
209
180
-
* Generate a new UUID from here: https://www.uuidgenerator.net/
0 commit comments