Loading…

Method Name: methodCalibPressure

Method ID: 0x4030

Method Label: Pressure Sensor

Method Help: This operation will change zero calibration of all available pressure sensors .


  • {
  • char nbr;
  • char status[3];
  • char prevMode;
  • int result;
  • int DblActAndP2;
  • char bValueOK;
  • long ids[5];
  • send(249,status);
  • if (status[0] != 0)
  • {
  • display_response_status(249,status[0]);
  • DELAY(3,literal_string(1228));
  • process_abort();
  • ;
  • }
  • ;
  • if (_ivar_value(16385) != 0)
  • {
  • ACKNOWLEDGE(literal_string(1230));
  • PUT_MESSAGE(literal_string(1231));
  • _add_abort_method(16390);
  • _iassign(16684,0);
  • send(135,status);
  • if (status[0] != 0)
  • {
  • display_response_status(135,status[0]);
  • DELAY(3,literal_string(1228));
  • process_abort();
  • ;
  • }
  • ;
  • nbr = 0;
  • do {
  • nbr += 1;


Please login for more