Loading…
Loading…
Method Name: m_squawk
Method ID: 0x422D
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];
- {
- _set_all_resp_code(0);
- _set_device_status(0xFF,0);
- _set_xmtr_device_status(0xFF,0);
- _set_xmtr_all_resp_code(0);
- }
- ;
- _get_dev_var_value(literal_string(1157),0,2440);
- send(72,status);
- if (status[0])
- {
- display_response_status(72,status[0]);
- DELAY(2,_dictionary_string(19726342));
- process_abort();
Please login for more