<< Click to Display Table of Contents >> Navigation: Program Windows > IQMESH Network Manager Window > Control > AutoNetwork > MID list file format |
•Format of the file containing a list of TR module IDs (MIDs).
oA text file with the TXT or CSV extension.
oEvery line contains one mandatory MID part and several optional parts.
▪MID;node_address;user_note_1;user_note_2;...
▪The IQRF IDE works with the MID and node_address parts only.
oIndividual parts are separated by ";" or ",".
oEvery line ends by CRLF or CR or LF.
oA line beginning with ";;" or ",," is ignored.
oThe MID part consists of 8 HEX characters 0 - F.
oThe Node address is a number in range 1 - 239 in decimal or 0x01 - 0xEF in hexadecimal format.
8111947A;1
83119476;5;my Node 5
8111a47b;6;my Node 6;my note
8211AAbb;0x0A
8211A122;0x0b
8211A123;0x0C;
8211A124;;note
8211A125;;
8211A126;
8211A127
•IQRF IDE automatically checks the file. In case any errors are found it generates a copy of the original file with reporting of these errors.
oA text file with the TXT or CSV extension.
oThe file name: original_file_name_error.csv
oThe error description part is inserted at the beginning of the original line containing a given error.
▪Error[n]: description;original line
oIncorrect MID format.
oIncorrect address format.
oA separator is missing.
oMID is duplicated on line number x.
oAddress is duplicated on line number x.
oThe same MID is already used in existing network at the address x.
oThe address is already used in existing network with MID x.
8111947A;1
Error1: Incorrect MID format;1234567;2;
83119476;3
Error2: The address is already used in existing network with MID 81119471;8111947B;4;
83119477;5