Changeset 16794 for trunk/FACT++/scripts
- Timestamp:
- 06/10/13 12:01:47 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/scripts/CheckFTU.js
r15296 r16794 14 14 if (ping[i]==1) 15 15 continue; 16 17 var str = ""; 18 for (var h=0; h<4; h++) 19 { 20 for (var w=0; w<10; w++) 21 str += ping[h*10+w]; 22 if (h!=3) 23 str += '|'; 24 } 25 26 console.out(str) 16 27 17 28 console.out("Problems in the FTU communication found.");
Note:
See TracChangeset
for help on using the changeset viewer.