obd.encodeMAF = function(maf) {
    if (obd.isValidMAF(maf)) {
        return convertMAF(maf);
    } else {
        return '';