Loading…
Loading…
Method Name: pre_send_configuration_method
Method ID: 0x03EF
Method Label: Prepare Parameter Download
Method Help: Must be performed prior to a complete parameter download to the device. Writes some basic parameters to the device and performs a warm start.
- {
- send_command(192);
- if (eOptionCustodyLock != 0)
- {
- return;
- }
- _set_device_status(0xFF,0);
- _set_xmtr_device_status(0xFF,0);
- _set_no_device(0);
- _set_comm_status(0xFF,0);
- SET_NUMBER_OF_RETRIES(0);
- send_command(177);
Please login for more