Loading…
Loading…
Method Name: emiRT_Value_edit_off_method
Method ID: 0x41E8
Method Label: Edit RT Emi. factor
Method Help:
- {
- float temp1;
- float emiRT_Value_old;
- DD_STRING disp_string;
- emiRT_Value_old = emiRT_Value;
- if (transmission_Value >= 10.0 && transmission_Value <= 100.0)
- {
- temp1 = 1000.0 / transmission_Value;
- temp1 = ceil(10 * temp1) / 10;
- }
- else
- temp1 = 10.0;
- disp_string = literal_string(805);
Please login for more