Loading…

Method Name: methodTuning

Method ID: 0x4022

Method Label: Manual Tuning

Method Help: The user can set tuning PID parameters for slot 0, even though the current selector was selected for the other slot. To SVi1000 device, The only slot 0 PID parameters can be updated.


  • {
  • char nbr;
  • char status[3];
  • char prevMode;
  • int result;
  • long ids[10];
  • int nSelector;
  • send(249,status);
  • if (status[0] != 0)
  • {
  • display_response_status(249,status[0]);
  • DELAY(3,literal_string(697));
  • process_abort();
  • ;
  • }
  • ;
  • if (_ivar_value(16384) != 0)
  • {
  • ACKNOWLEDGE(literal_string(698));
  • PUT_MESSAGE(literal_string(699));
  • _add_abort_method(16387);
  • _iassign(16826,0);


Please login for more