Changes from Version 1 of adeiAddressing

Show
Ignore:
Author:
csa (IP: 141.52.232.84)
Timestamp:
09/14/09 05:09:05 (15 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • adeiAddressing

    v0 v1  
     1= ADEI addressing = 
     2 
     3There is two ways of addressing ADEI channels.  
     4 * Using just unique ''uid'' identifiers 
     5 * Using full specification 
     6 
     7The 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 
     9Examples: 
     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 ==