Loading…

Method Name: disable_dv_simulation

Method ID: 0x4143

Method Label: Disable dv simulation

Method Help: Disable device variable simulation


  • {
  • char status[3];
  • int dvIndex;
  • _set_all_resp_code(0);
  • dvIndex = SELECT_FROM_LIST(literal_string(811),literal_string(807));
  • if (dvIndex < 0 || dvIndex > 4)
  • {
  • process_abort();
  • }
  • _iassign(resolve_record_ref(resolve_array_ref(269,dvIndex),4847),0);
  • _iassign(4167,dvIndex);
  • send(79,status);
  • if (status[0])
  • {
  • display_response_status(79,status[0]);
  • }


Please login for more