Loading…

Method Name: siepres_self_test

Method ID: 0x2B2D

Method Label: Self test

Method Help: Selftest- Commands the SITRANS P electronics to perform a selftest. Reports any errors that occured.


  • {
  • int number_of_tries;
  • char status[3];
  • char xmtr_status[25];
  • long var_id[1];
  • int x;
  • number_of_tries = 0;
  • send_command(41);
  • do {
  • get_more_status(status,xmtr_status);
  • }
  • while (status[0] == 8 && number_of_tries < 5);
  • if (status[0] == 8)
  • {
  • ACKNOWLEDGE(literal_string(318));
  • }


Please login for more