-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add device-opcua documentation
Signed-off-by: Jieke Choo <jiekechoo@yiqisoft.cn>
- Loading branch information
Showing
10 changed files
with
453 additions
and
0 deletions.
There are no files selected for viewing
7 changes: 7 additions & 0 deletions
7
docs_src/microservices/device/services/device-opcua/ApiReference.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
title: Device OPC-UA - API Reference | ||
--- | ||
|
||
# Device OPC-UA - API Reference | ||
|
||
This service inherits the [Common Device Service APIs](../../ApiReference.md) from the SDK. |
31 changes: 31 additions & 0 deletions
31
docs_src/microservices/device/services/device-opcua/Configuration.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
--- | ||
title: Device OPC-UA - Configuration | ||
--- | ||
|
||
# Device OPC-UA - Configuration | ||
|
||
OPC-UA Device Service has the following configurations to implement the `OPCUAServer` protocol. | ||
|
||
Example of OPCUAServer as shown below: | ||
|
||
```yaml | ||
# configuration.yml | ||
|
||
OPCUAServer: | ||
DeviceName: SimulationServer | ||
Policy: None | ||
Mode: None | ||
CertFile: '' | ||
KeyFile: '' | ||
Writable: | ||
Resources: 'Counter,Random' | ||
``` | ||
| Configuration | Default Value | Description | | ||
| ------------------ | ----------------- | ------------------------------------------------------------------------------------------------------------------------------------------------ | | ||
| DeviceName | SimmulationServer | Device name of OPC-UA | | ||
| Policy | None | Security Policy of OPC-UA<pre>- None<br>- Basic128Rsa15<br>- Basic256<br>- Basic256Sha256<br>- Aes128Sha256RsaOaep<br>- Aes256Sha256RsaPss</pre> | | ||
| Mode | None | Security Mode of OPC-UA<pre>-None<br>- Sign<br>- SignAndEncrypt</pre> | | ||
| CertFile | none | Cert file of OPC-UA, path to cert.pem | | ||
| KeyFile | none | Key file of OPC-UA, path to private key.pem | | ||
| Writable.Resources | none | Subscritions of OPC-UA | |
Binary file added
BIN
+245 KB
...services/device/services/device-opcua/EdgeX_ExampleOPCUA_simulation_objects.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 added
BIN
+244 KB
...services/device/services/device-opcua/EdgeX_ExampleOPCUA_simulation_startup.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 added
BIN
+223 KB
...oservices/device/services/device-opcua/EdgeX_ExampleOPCUA_simulation_status.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.