.on("ready", function(bot) {
    bot.sensor.on("upperLimit", function(val) {
      console.log("Upper limit reached ===> " + val);
    });