while(system_is_up)
{
   for(i =1; i<number_of_uC; i++ ) 
   {
      do you have something to say? 
      if (yes) 
      { 
         process the data 
      } 
   } 
}