Loading…

Method Name: hardware_test

Method ID: 0x4209

Method Label: Hardware

Method Help: Testing of the BM 70 A/P /700/702 hardware can be initiated with this function when the device is operating. When an error is established, corresponding error/status bit is set. This hardware test is carried out automatically every time the BM 70 A/P /700/702 is started up. During the test the current output holds the last measured value. (Fct. 2.1.1)


  • {
  • char cmd_status[3];
  • long ids[2];
  • send(153,cmd_status);
  • if (cmd_status[0])
  • {
  • display_response_status(153,cmd_status[0]);
  • return;
  • }
  • ids[0] = 16619;
  • ids[1] = 16620;
  • _set_resp_code(8,0);
  • do {


Please login for more