Changes

no edit summary
Line 81: Line 81:  
*Is used to set a period of time waiting for the response from the server-side. If there is no response from the server during the timeout, the device will send the same record again. Be aware of the fact that if the implementation of data sending protocols isn't correct, it can cause issues when clients claim that the device sends the same data over and over.
 
*Is used to set a period of time waiting for the response from the server-side. If there is no response from the server during the timeout, the device will send the same record again. Be aware of the fact that if the implementation of data sending protocols isn't correct, it can cause issues when clients claim that the device sends the same data over and over.
 
Network Ping Timeout:
 
Network Ping Timeout:
*Enables network ping after timeout to prevent link close by operator. For example, if the operator closes the active link after 15 minutes when no data is sent, you can set the "network ping" timeout to 10 minutes then the device sends a 0xFF byte to server to keep the link open.
+
*Enables network ping after timeout to prevent link close by operator. For example, if the operator closes the active link after 15 minutes when no data is sent, you can set the "network ping" timeout to 10 minutes then the device sends a 0xFF byte to server to keep the link open. This functionality works only for Record and Backup Servers. '''Network Ping Timeout should be always lower than Open Link Timeout.'''
 
Sort by:
 
Sort by:
 
* Can be set either Newest or Oldest. For example if the Oldest is marked the the device first will send the Oldest information, if Newest then Device will send the newest information. Also if there was no connection for some time, the device saves the records to the internal storage, when signal is recovered and if the sorting is set on Newest the device will sent first the Newest record rather than the Older records. If Oldest is set then the device will sent all the records from Oldest to Newest, but it may take some time while the Newest record will be sent. If high priority in I/O section is set then I/O parameter will be sent first.
 
* Can be set either Newest or Oldest. For example if the Oldest is marked the the device first will send the Oldest information, if Newest then Device will send the newest information. Also if there was no connection for some time, the device saves the records to the internal storage, when signal is recovered and if the sorting is set on Newest the device will sent first the Newest record rather than the Older records. If Oldest is set then the device will sent all the records from Oldest to Newest, but it may take some time while the Newest record will be sent. If high priority in I/O section is set then I/O parameter will be sent first.

Navigation menu