Loading…

Method Name: method_change_qv_mapping

Method ID: 0x412B

Method Label: Change QV Mapping

Method Help:


  • {
  • long vid[3];
  • char status[3];
  • char string1[60];
  • int len1;
  • int rc;
  • len1 = 60;
  • _set_all_resp_code(0);
  • _set_xmtr_all_resp_code(0);
  • _set_device_status(0xFF,0);
  • _set_xmtr_device_status(0xFF,0);
  • send(50,status);
  • if (status[0])
  • {
  • display_response_status(50,status[0]);
  • DELAY(4,literal_string(1556));
  • process_abort();
  • }
  • if (_ivar_value(4226) == 0)
  • {
  • mapping_DP = 0;
  • mapping_nonDP = 0;
  • }
  • if (_ivar_value(4226) == 1)
  • {
  • mapping_DP = 1;
  • }
  • if (_ivar_value(4226) == 2)
  • {
  • mapping_DP = 2;
  • mapping_nonDP = 2;
  • }
  • if (_ivar_value(4226) == 3)
  • {
  • mapping_DP = 3;
  • mapping_nonDP = 3;
  • }
  • if (_ivar_value(4226) == 6)


Please login for more