Loading…

Method Name: ejx_method_set_engr_unit

Method ID: 0x414F

Method Label: Set Engr Unit

Method Help: Set engineering unit- Selects the engineering unit from the list.


  • {
  • int eu;
  • char status[3];
  • int eu_max;
  • int choice;
  • {
  • _set_all_resp_code(0);
  • _set_device_status(0xFF,0);
  • _set_xmtr_device_status(0xFF,0);
  • _set_xmtr_all_resp_code(0);
  • }
  • ;
  • send_command(128);
  • if (_ivar_value(16384) == 0)
  • {
  • choice = SELECT_FROM_LIST(literal_string(1206),literal_string(1207));
  • eu_max = 46;
  • eu = choice;
  • }
  • else


Please login for more