Loading…
Loading…
Method Name: modify_parameters_method
Method ID: 0x4C70
Method Label: Modify Parameter Values
Method Help: Modify any integer or floating point type parameter in the device.
- {
- char status[3];
- int temp;
- _set_all_resp_code(0);
- _set_device_status(0xFF,0);
- _set_xmtr_device_status(0xFF,0);
- _set_xmtr_all_resp_code(0);
- _get_dev_var_value(literal_string(1162),0,19170);
- send(128,status);
- if (status[0] == 2)
- {
- ACKNOWLEDGE(literal_string(1163));
- process_abort();
- }
Please login for more