Loading…
Loading…
Method Name: makeItSquawk
Method ID: 0x101B
Method Label: Squawk
Method Help: Make the Field Device Squawk - This causes the device to visually, audibly or mechanically alert to allow technicans to idendify it
- {
- char status[3];
- int count,
- exit,
- i;
- int choice;
- exit = 1;
- count = 5;
- while ( exit )
- {
- choice = SELECT_FROM_LIST("|en|Squawks = %{count}, begin squawking?|ru|Число миганий = %{count}, включить визуальный сигнал?","|en|Change Number of Squawks;Squawk;Exit|ru|Изменение числа сигналов; Сигнал; Выход");
- switch (choice)
- {
Please login for more