= ADEI addressing = There is two ways of addressing ADEI channels. * Using just unique ''uid'' identifiers * Using full specification 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}}} == Addressing of multiple channels == Multiple channels are specified using comma-separated lists.