Loading…

方法名称: modify_parameters_method

方法ID: 0x4C70

方法标签: Modify Parameter Values

方法描述: Modify any integer or floating point type parameter in the device.


  • {
  • char status[3];
  • int temp;
  • _set_all_resp_code(0);
  • _set_device_status(0xFF,0);
  • _set_xmtr_device_status(0xFF,0);
  • _set_xmtr_all_resp_code(0);
  • _get_dev_var_value(literal_string(1162),0,19170);
  • send(128,status);
  • if (status[0] == 2)
  • {
  • ACKNOWLEDGE(literal_string(1163));
  • process_abort();
  • }


请登录以获得完整内容