Loading…

方法名称: PulseDurationMethod

方法ID: 0x4045

方法标签: Pulse Duration

方法描述: Selectable between 50 and 1000 ms. Default is 250 ms.


  • {
  • char acStatus[3];
  • char acDispString[60];
  • int wSlen;
  • int wRetry;
  • int wChoice;
  • wSlen = 60;
  • _set_device_status(0xFF,0);
  • _set_xmtr_device_status(0xFF,0);
  • _get_dictionary_string(19726337,(acDispString),(wSlen ));
  • ACKNOWLEDGE( acDispString );
  • _add_abort_method(4118);
  • wRetry = 1;
  • do
  • {
  • ACKNOWLEDGE("|en|This will allow a change to the Pulse Duration" );
  • _get_dev_var_value(("|en|Input a pulse duration value between 10 and 1000"),0,16447);
  • send( 137, acStatus );
  • if(acStatus[0] == 0)
  • {
  • ACKNOWLEDGE("|en|Pulse duration value changed");


请登录以获得完整内容