Loading…

Method Name: reset_stall_method

Method ID: 0x40B0

Method Label: Reset Stall

Method Help: Reset Stall: This function resets the control drive to normal operation after a Stall condition has been set. Clear the cause of the Stall condition before selecting Reset Stall. Also see Stall time.


  • {
  • char status[3];
  • char display_string[60];
  • int string_length;
  • _set_device_status(0xFF,0);
  • _set_xmtr_device_status(0xFF,0);
  • string_length = 60;
  • _get_dictionary_string(19726337,display_string,string_length);
  • ACKNOWLEDGE(display_string);
  • _add_abort_method(16566);
  • ACKNOWLEDGE(literal_string(399));


Please login for more