ADEI addressing
There is two ways of addressing ADEI channels.
- Using just unique uid identifiers
- Using full specification
The uid identifiers should start from the letter of English alphabete and may contain alphanumeric characters and underscores.
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.
Examples:
- TI5130
- db_server__db_name__db_group__0
- db_server__db_name__db_group__TI5130
- db_server__db_name__control_group__TC5130
Addressing of multiple channels
Multiple channels are specified using comma-separated lists.