Loading…

方法名称: methodReadFaults

方法ID: 0x4031

方法标签: Current Faults

方法描述: Read the device's current faults.


  • {
  • char status[3];
  • int fault[6];
  • _set_device_status(0xFF,0);
  • _set_xmtr_device_status(0xFF,0);
  • send(136, status);
  • if( status[0] )
  • {
  • display_response_status(136, status[0]);
  • }
  • if( status[2] & 0x10 )
  • {


请登录以获得完整内容