Loading…

方法名称: self_test

方法ID: 0x4059

方法标签: Status

方法描述: Self Test- Directs the THZ2/TDZ2/TCM electronics to perform a selftest. Reports any errors that occured.


  • {
  • char status[3];
  • char xmtr_status[25];
  • int x;
  • _set_device_status(0xFF,0);
  • _set_all_resp_code(0);
  • get_more_status(status,xmtr_status);
  • if (xmtr_status[0] != 0 || xmtr_status[1] != 0 || xmtr_status[2] != 0 || xmtr_status[3] != 0 || xmtr_status[4] != 0)
  • {
  • if (xmtr_status[0] != 0)
  • {


请登录以获得完整内容