Changes

no edit summary
Line 79: Line 79:  
*Is used to set a period of time waiting for the response from the server-side. It means that if a client/user has a lot of devices connected to one server, it might take some time for devices to send all the data packets, so server response timeout is used to get response that the data packets were sent.
 
*Is used to set a period of time waiting for the response from the server-side. It means that if a client/user has a lot of devices connected to one server, it might take some time for devices to send all the data packets, so server response timeout is used to get response that the data packets were sent.
 
Network Ping Timeout:
 
Network Ping Timeout:
*Enables network ping after timeout to prevent link close by operator.  
+
*Enables network ping after timeout to prevent link close by operator. If the link is open for data sending, but there is no data, some operators can close the link, so for that device sends a small size of data to keep the open. Device sends data in period taht the '''Network ping timeout''' is set.
 
   
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.