Commit ad5e5b1
authored
Add RTDE driver configuration and UUID to edge.yaml and uuids.js (#570)
This pull request adds support for a new RTDE driver to the ACS service
setup. The main changes include registering the RTDE driver, defining
its configuration schema and presentation details, and assigning it a
unique UUID.
**RTDE Driver Integration:**
* Registered the `ACS.Driver.RTDE` object in `edge.yaml` to enable RTDE
driver support.
* Added a detailed configuration schema for `ACS.Driver.RTDE` in
`edge.yaml`, including connection details (`host`, `port`), presentation
fields (`address`, `path`), and descriptions for available metric
addresses and JSONPath usage.
**Identifiers and Metadata:**
* Assigned a unique UUID for `ACS.Driver.RTDE` in `lib/uuids.js` to
ensure proper identification and referencing throughout the system.2 files changed
+39
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| 55 | + | |
55 | 56 | | |
56 | 57 | | |
57 | 58 | | |
| |||
635 | 636 | | |
636 | 637 | | |
637 | 638 | | |
| 639 | + | |
| 640 | + | |
| 641 | + | |
| 642 | + | |
| 643 | + | |
| 644 | + | |
| 645 | + | |
| 646 | + | |
| 647 | + | |
| 648 | + | |
| 649 | + | |
| 650 | + | |
| 651 | + | |
| 652 | + | |
| 653 | + | |
| 654 | + | |
| 655 | + | |
| 656 | + | |
| 657 | + | |
| 658 | + | |
| 659 | + | |
| 660 | + | |
| 661 | + | |
| 662 | + | |
| 663 | + | |
| 664 | + | |
| 665 | + | |
| 666 | + | |
| 667 | + | |
| 668 | + | |
| 669 | + | |
| 670 | + | |
| 671 | + | |
| 672 | + | |
| 673 | + | |
| 674 | + | |
| 675 | + | |
638 | 676 | | |
639 | 677 | | |
640 | 678 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
| 126 | + | |
126 | 127 | | |
127 | 128 | | |
128 | 129 | | |
| |||
0 commit comments