| 1 | = ADEI addressing = |
---|
| 2 | |
---|
| 3 | There is two ways of addressing ADEI channels. |
---|
| 4 | * Using just unique ''uid'' identifiers |
---|
| 5 | * Using full specification |
---|
| 6 | |
---|
| 7 | The full specification is including the data source id, database id, group id, and channel specification. All parts are concatenated using double underscore (''__''). The channel specification can be a channel number or ''uid''. |
---|
| 8 | |
---|
| 9 | Examples: |
---|
| 10 | * ''TI5130'' |
---|
| 11 | * ''db_server__db_name__db_group__0'' |
---|
| 12 | * ''db_server__db_name__db_group__TI5130'' |
---|
| 13 | |
---|
| 14 | |
---|
| 15 | == Addressing of multiple channels == |