Loading…

Method Name: high_limit_cutoff_select_method

Method ID: 0x45FE

Method Label:

Method Help: 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();
  • }


Please login for more