Loading…

Method Name: select_disp_screen

Method ID: 0x4184

Method Label: Select Display Screen

Method Help: Allows you to select the screen number of the display


  • {
  • char temp_screen_number;
  • _set_device_status(0xFF,0);
  • _set_xmtr_device_status(0xFF,0);
  • _set_all_resp_code(0);
  • _set_xmtr_all_resp_code(0);
  • if (display_type_code == 0)
  • {
  • ACKNOWLEDGE(literal_string(1228));
  • process_abort();
  • }
  • if (display_type_code == 2)
  • {
  • temp_screen_number = SELECT_FROM_LIST(literal_string(1229),literal_string(582));
  • }


Please login for more