Loading…
Loading…
Method Name: axis_limits_qv
Method ID: 0x4449
Method Label: Assign QV Min Max Values
Method Help: Assign QV MIN MAX Values
- {
- char status[3];
- _set_device_status(0xFF,0);
- _set_xmtr_device_status(0xFF,0);
- _set_all_resp_code(0);
- _set_xmtr_all_resp_code(0);
- send_command(50);
- send_command(64972);
- if(quaternary_variable_code == 0)
- {
- min_val_qv = dp_lrv;
- max_val_qv = dp_urv;
- }
- else if(quaternary_variable_code == 1)
- {
- min_val_qv = sp_lrv;
- max_val_qv = sp_urv;
- }
Please login for more