Loading…

Method Name: edit_FF_damping_method

Method ID: 0x41B7

Method Label: Edit FF damping value

Method Help:


  • {
  • DD_STRING disp_string;
  • char status[3];
  • int n;
  • _set_device_status(0xFF,0);
  • _set_all_resp_code(0);
  • _set_xmtr_device_status(0xFF,0);
  • _set_xmtr_all_resp_code(0);
  • device_variable_code = 2;
  • send(54,status);
  • if (status[0])
  • ACKNOWLEDGE(literal_string(675));
  • n = floor(tempFF_DampingValue * 10);
  • if (ceil(tempFF_DampingValue * 10) != n)
  • {
  • ACKNOWLEDGE(literal_string(688));
  • tempFF_DampingValue_enum = 0;
  • }
  • else
  • {


Please login for more