Loading…

方法名称: ejx_method_set_engr_unit

方法ID: 0x407F

方法标签: Set Engr Unit

方法描述: 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(16653) == 0)
  • {
  • choice = SELECT_FROM_LIST(literal_string(1225),literal_string(1226));
  • eu_max = 46;
  • eu = choice;
  • }
  • else


请登录以获得完整内容