Loading…

方法名称: TestRelayCMethod

方法ID: 0x420D

方法标签: Test Relay C

方法描述: Method to test Relay C.


  • {
  • char acStatus[3];
  • char acDispString[60];
  • long var_id[1];
  • int wSlen;
  • int wChoice;
  • wSlen = 60;
  • _set_all_resp_code(0);
  • _set_xmtr_all_resp_code(0);
  • _set_device_status(0xFF,0);
  • _set_xmtr_device_status(0xFF,0);
  • ACKNOWLEDGE("|en|Relay C should be removed from automatic control." );
  • _add_abort_method(16907);
  • wChoice = SELECT_FROM_LIST("|en|Do you want to test Relay C?","|en|No;Yes" );
  • if( wChoice == 0 )
  • {
  • DELAY( 2,"|en|Aborting test." );
  • process_abort();


请登录以获得完整内容