Loading…
Loading…
Method Name: pv_bias_reset_stat
Method ID: 0x4271
Method Label: Reset PV Bias
Method Help: Enable the Reset of the Bias = 0.0 operation
- {
- char status[3];
- _set_all_resp_code(0);
- _set_xmtr_all_resp_code(0);
- _set_device_status(0xFF,0);
- _set_xmtr_device_status(0xFF,0);
- _fassign(16501,0.0);
- send(154,status);
- if (status[0])
- {
- display_response_status(154,status[0]);
- process_abort();
- }
- send_command(144);
Please login for more