Loading…

Method Name: SV_reset_values

Method ID: 0x4204

Method Label: Reset CJ Tracking Values

Method Help: Reset CJ Tracking Values


  • {
  • int loc_reset_no;
  • char status[3];
  • _set_device_status(0xFF,0);
  • _set_all_resp_code(0);
  • _set_xmtr_device_status(0xFF,0);
  • loc_reset_no = SELECT_FROM_LIST("|en|Choose the Reset option","|en|Reset All;Reset High Value;Reset Low Value;Reset High Alarm Count;Reset Low Alarm Count");
  • loc_reset_no += 1;
  • _iassign(16679,(loc_reset_no));
  • send(64813, status);
  • if (status[0])
  • {
  • display_response_status(64813,status[0]);
  • process_abort();
  • }
  • else ACKNOWLEDGE("|en|CJ Tracking Values are reset.");


Please login for more