case 48:
    switch (txDataBin) {
    case '00000001':
      alarm = {type: 'DI', number: 1, status: false, mode: 'Normal'};
      break;