Loading…

方法名称: makeItSquawk

方法ID: 0x101B

方法标签: Squawk

方法描述: 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)
  • {


请登录以获得完整内容