Loading…

方法名称: vertical_tank_setup

方法ID: 0x40BE

方法标签: Vertical tank setup

方法描述:


  • {
  • char ucStatus[3];
  • char ucXmtr_status[25];
  • int nRetry;
  • _set_device_status(0xFF,0);
  • _set_all_resp_code(0);
  • _set_xmtr_device_status(0xFF,0);
  • _set_xmtr_all_resp_code(0);
  • _add_abort_method(16560);
  • do {
  • _get_dev_var_value(literal_string(441),0,16476);
  • _get_dev_var_value(literal_string(442),0,16477);
  • _get_dev_var_value(literal_string(443),0,16478);
  • _get_dev_var_value(literal_string(444),0,16479);
  • send(151,ucStatus);
  • if (ucStatus[0] == 7)
  • {
  • display_response_status(151,ucStatus[0]);
  • nRetry = 0;
  • }
  • else
  • if (ucStatus[0] == 0)
  • {
  • nRetry = 0;


请登录以获得完整内容