Loading…
Loading…
Method Name: PulseDurationMethod
Method ID: 0x4045
Method Label: Pulse Duration
Method Help: 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");
Please login for more