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: README.md
+29-29
Original file line number
Diff line number
Diff line change
@@ -1,26 +1,41 @@
1
1
# SWAP-IT Registry Module
2
2
The SWAP-IT Registry Module is a base module of the SWAP-IT Architecture (https://github.com/swap-it/demo-scenario). The module is supposed to map server of SWAP-Assets and thus,
3
-
make them available for process execution steps. Doing so, the Registry Module provides three main functionalities,
3
+
make them available for process execution steps. Doing so, the Registry Module provides three main functionalities,
4
4
which can be accessed through OPC UA Method calls:
5
5
6
-
1.**Register Asset:** The addition of an Asset to the Registry Module. The Data Values are mapped to the registry module and the
7
-
asset can be considered for process execution steps within the SWAP-IT Architecture.
8
-
9
-
2.**Unregister Asset:** The removal of an Asset from the Registry Module. The Data Values are no longer mapped to the registry module and the
10
-
asset cannot be considered for process execution steps within the SWAP-IT Architecture anymore.
6
+
1.**Register Asset:** The addition of an Asset to the Registry Module. The Data Values are mapped to the registry module and the
7
+
asset can be considered for process execution steps within the SWAP-IT Architecture.
8
+
9
+
2.**Unregister Asset:** The removal of an Asset from the Registry Module. The Data Values are no longer mapped to the registry module and the
10
+
asset cannot be considered for process execution steps within the SWAP-IT Architecture anymore.
11
+
12
+
3.**Filter Asset:** Provision of assets to the swap-it-execution-engine from a set of registered assets. The Filter Asset Method can
13
+
evaluate product capabilities and match them against asset capabilities.
sphinx-build -M html documentation/source/ documentation/build/html
31
+
#pdf
32
+
sphinx-build -b pdf documentation/source/ documentation/build/pdf/
33
+
18
34
19
35
## Dependencies
20
-
The SWAP-IT Regitry Module requires a locally installed version of the C-based OPC UA SDK open62541 (https://github.com/open62541/open62541) version 1.4.6,
36
+
The SWAP-IT Registry Module requires a locally installed version of the C-based OPC UA SDK open62541 (https://github.com/open62541/open62541) version 1.4.6,
21
37
as well as a locally installed version of the swap-it-open62541-server-template (https://github.com/FraunhoferIOSB/swap-it-open62541-server-template).
22
38
23
-
For the installation of the dependencies, see section Build the Registry-Module
24
39
25
40
## Build the Registry-Module:
26
41
@@ -58,7 +73,7 @@ The default URL of the registry module is: **opc.tcp://localhost:8000**
58
73
./swap-it-registry-module
59
74
60
75
## Related Projects
61
-
Since the SWAP-IT Regitry Module is part of the SWAP-IT Architecture, its application is linked to other SWAP-IT projects. Here are some other relevant repositories:
76
+
Since the SWAP-IT Registry Module is part of the SWAP-IT Architecture, its application is linked to other SWAP-IT projects. Here are some other relevant repositories:
Copy file name to clipboardExpand all lines: documentation/source/unregister.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ Unregister SWAP Assets
12
12
There are several ways to unregister SWAP Assets within the Registry Module:
13
13
- Remove Agent Method within the Registry Module
14
14
- Unregister Method from the `Common Information Model <https://github.com/FraunhoferIOSB/swap-it-common-information-model>`_ (the method callback is provided within the `open62541-server-template <https://github.com/FraunhoferIOSB/swap-it-open62541-server-template>`_)
15
-
- Json Configuration of the `open62541-server-template <https://github.com/FraunhoferIOSB/swap-it-open62541-server-template>`_. However, this approach automatically unregisters the agent when shutting down the server, so that no code example will be provided. The code example is availabe at `Registration`. The server must just be shut down for the un-registration.
15
+
- Json Configuration of the `open62541-server-template <https://github.com/FraunhoferIOSB/swap-it-open62541-server-template>`_. However, this approach automatically unregisters the agent when shutting down the server, so that no code example will be provided. The code example is available at `Registration`. The server must just be shut down for the un-registration.
0 commit comments