Loading…
Loading…
Method Name: enter_DN_sel
Method ID: 0x4068
Method Label: Meter Size
Method Help:
- {
- int current_value;
- char status[3];
- char xmtr_status[6];
- char cmd_status;
- current_value = _ivar_value(16411);
- _get_dev_var_value(literal_string(65),0,16411);
- if (_ivar_value(16411) == current_value)
- return;
- send(141,status);
- if (status[0] == 66)
- {
- remove_all_abort();
- save_values();
- send_command(15);
- send_command(142);
- send_command(144);
- _add_abort_method(16499);
- process_abort();
- }
- ;
Please login for more