Loading…

Method Name: ejx_method_squawk

Method ID: 0x4244

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 choice;
  • {
  • _set_all_resp_code(0);
  • _set_device_status(0xFF,0);
  • _set_xmtr_device_status(0xFF,0);
  • _set_xmtr_all_resp_code(0);
  • }
  • ;
  • choice = SELECT_FROM_LIST(literal_string(1498),literal_string(1499));
  • squawk_control = choice;
  • send(72,status);


Please login for more