Loading…
Loading…
Method Name: auto_cycle_method
Method ID: 0x4077
Method Label: Set Simulation
Method Help: 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)
Please login for more