Loading…
Loading…
方法名称: axis_limits_qv
方法ID: 0x4449
方法标签: Assign QV Min Max Values
方法描述: 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;
- }
请登录以获得完整内容