Loading…

方法名称: ConfigReset_method

方法ID: 0x4A6E

方法标签: 参数重置

方法描述: 恢复仪表的出厂标定值。 如果使用HART通讯,请先断开连接,待参数重置过程结束后再恢复通讯。


  • {
  • char status[3];
  • int result;
  • _set_device_status(0xFF,0);
  • _set_all_resp_code(0);
  • _set_xmtr_device_status(0xFF,0);
  • _set_xmtr_all_resp_code(0);
  • result = SELECT_FROM_LIST(literal_string(1568),literal_string(1569));
  • if (result == 0)
  • {
  • send_trans(253,5,status);
  • if (status[0] == 16)
  • {
  • _get_dev_var_value(literal_string(1570),0,16511);
  • send_trans(150,2,status);
  • send_trans(253,5,status);
  • if (status[0] == 16)
  • {


请登录以获得完整内容