Loading…

方法名称: auto_cycle_method

方法ID: 0x4077

方法标签: Set Simulation

方法描述: Auto Cycle - The transmitter can be made to simulate the level ramping between minimum and maximum. A complete cycle takes approximately 100 seconds. Auto-cycling may be paused.


  • {
  • char status[3];
  • int select;
  • char disp_string[60];
  • int len;
  • len = 60;
  • _get_dictionary_string(19726337,disp_string,len);
  • ACKNOWLEDGE(disp_string);
  • select = SELECT_FROM_LIST(literal_string(381),literal_string(416));
  • if (select == 0)
  • {
  • _iassign(16461,0);
  • SET_NUMBER_OF_RETRIES(2);
  • send(173,status);
  • if (status[0])
  • {
  • display_response_status(173,status[0]);
  • }
  • }
  • else
  • if (select == 1)


请登录以获得完整内容