Loading…
Loading…
方法名称: high_limit_cutoff_select_method
方法ID: 0x45FE
方法标签:
方法描述: Selects whether the High Limit/Cutoff is a cutoff or a limit. If set to Cutoff, then the travel target is set to 125% when the travel goes above the configured value. If set to a Limit, then the travel cannot go above the configured value.
- {
- char S[3];
- long ids[2];
- int i;
- _set_device_status(0xFF,0);
- _set_xmtr_device_status(0xFF,0);
- _set_all_resp_code(1);
- _set_resp_code(8,0);
- send(151,S);
- if (_ivar_value(16804) > 2)
- {
- ACKNOWLEDGE(literal_string(2015));
- return;
- }
- ;
- send_trans(129,0,S);
- _vassign(16452,16427);
- save_values();
- if (1 == _ivar_value(167))
- {
- ACKNOWLEDGE(literal_string(2274));
- process_abort();
- }
请登录以获得完整内容