Loading…

Method Name: emiGT_Value_edit_off_method

Method ID: 0x41E9

Method Label: Edit GT Emi. factor

Method Help:


  • {
  • float temp1;
  • float emiGT_Value_old;
  • DD_STRING disp_string;
  • emiGT_Value_old = emiGT_Value;
  • if (fmaMode_Value == 1)
  • ACKNOWLEDGE(literal_string(730));
  • if (transmission_Value >= 10.0 && transmission_Value <= 100.0)
  • {
  • temp1 = 1000.0 / transmission_Value;
  • temp1 = ceil(10 * temp1) / 10;
  • }
  • else
  • temp1 = 10.0;


Please login for more