Loading…
Loading…
Method Name: method_change_sv_mapping
Method ID: 0x4129
Method Label: Change SV 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(4049) == 0)
- {
- mapping_DP = 0;
- mapping_nonDP = 0;
- }
- if (_ivar_value(4049) == 1)
- {
- mapping_DP = 1;
- }
- if (_ivar_value(4049) == 2)
- {
- mapping_DP = 2;
- mapping_nonDP = 2;
- }
- if (_ivar_value(4049) == 3)
- {
- mapping_DP = 3;
- mapping_nonDP = 3;
- }
- if (_ivar_value(4226) == 6)
Please login for more