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];
  • char disp_string1[60];
  • char disp_string2[60];
  • int count,
  • exit,
  • i;
  • int slen1;
  • int slen2;
  • int choice;
  • exit = 1;
  • count = 5;
  • slen1 = 60;
  • slen2 = 60;
  • while ( exit )
  • {
  • _get_dictionary_string(19726383,(disp_string1),(slen1));
  • _get_dictionary_string(19726384,(disp_string2),(slen2));
  • choice = SELECT_FROM_LIST(disp_string1, disp_string2);


Please login for more