Loading…

Method Name: read_tank_profile_method

Method ID: 0x40D5

Method Label: Read Tank Profile

Method Help:


  • {
  • char status[3];
  • long i;
  • _set_device_status(0xFF,0);
  • _set_all_resp_code(0);
  • _set_xmtr_device_status(0xFF,0);
  • _set_xmtr_all_resp_code(0);
  • send_trans(221,2,status);
  • for (i = TankProfileLowerIndexAchieved; i <= TankProfileUpperIndexAchieved; i++)
  • {
  • tank_profile_record_index = i;
  • save_values();
  • send(231,status);
  • _MenuDisplay(16673,literal_string(1574),0);
  • }


Please login for more