Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ItemData TypeDescription
<Timespan>BadResponsesI4The number of bad responses.
<Timespan>CharReceivesI4The total number of bytes received on the primary and secondary connections. 
<Timespan>CharSendI4The total number of bytes sent in poll messages on the primary and secondary connections. 
<Timespan>CommNoInitsI4For serial based connections, the total number of times the port could not be opened or setup. For socket based connections, the total number of times the socket could not opened or connected.
<Timespan>CommNoOpensI4The number of times a port could not be opened or a socket could not be created.
<Timespan>CommRetriesI4The total number of times poll messages were due to be sent on the primary and secondary connections, but the connection module could not access, or connect to, the required resource (such as a serial port) in the selected <timespan>.
Note: The CommRetries represent the number of times a connection module could not access or open the connection link. For serial connections, this is simply the specified serial port. For dialup connections, this is the specified serial port and/or the modem connection to the device. For connection modules that offer a 'connection retries' configuration parameter, the CommFail item is also used. This item represents the number of times a connection was attempted for each 'connection retry' and no connection could be made.
<Timespan>CRCsI4The total number of CRC, checksum, or other validation checks, that failed on the primary and secondary connections.
<Timespan>ErrorsI4The number of polls that resulted in a protocol error.
<Timespan>GoodResponsesI4The number of good responses.
<Timespan>InterruptionsI4The number of times a poll was interrupted by a higher priority task.
<Timespan>NoPollsI4The number of times a poll was not started when it was due (such as when a device is disabled or not licensed).
<Timespan>NoResponsesI4The total number of poll messages that did not receive a valid response to any of the poll attempts on the primary and secondary connections.
<Timespan>PartialPollsI4The number of times a device was polled but received good responses on only some of its requests.
<Timespan>PctBadTriesR4The percentage of polls that did not get a good response. PctBadTries = 100 * (Bad Responses Tries / (Queries + Retries))
<Timespan>PctErrorsR4The percentage of polls that resulted in a protocol error. PctErrors = 100 * (Error Responses / Queries)
<Timespan>PctFirstTriesR4The percentage of good responses to first tries. PctFirstTries = 100 * (First Try Responses / Queries)
<Timespan>PctGoodPollsR4The percentage of complete poll cycles. PctGoodPolls = 100 * (Complete Polls / Poll Attempts)
<Timespan>PctGoodResponsesR4The percentage of good responses over all tries. PctGoodResponses without regard to whether the response came from a query (the first request) or a retry. PctGoodResponses = 100 * (GoodResponses / Queries)
<Timespan>PctGoodTriesR4The percentage of good responses calculated from all tries (queries and retries). PctGoodTries = 100 * (GoodResponses / (Queries + Retries))
<Timespan>PollAttemptsI4The number of polls that were initiated.
<Timespan>Poll ResetI4(Only available for: “This Hour” and “Today” Timespans)
<Timespan>PollSuccessesI4The number of polls that completed with good responses to all data requests.
<Timespan>QueriesI4The total number of poll messages sent, not including retries, on the primary and secondary connections. Only the first transmission of the message is a “Query”. If no response comes from the device within the allotted time, the message is sent again (up to a configured maximum number of times) – this re-send is a “Retry”.
<Timespan>RetriesI4The total number of times poll messages were re-sent (due to a reply time-out or other error) on the primary and secondary connections.
<Timespan>TimeoutsI4The total number of reply time-outs to poll messages on the primary and secondary connections.
<Timespan>TransmitsI4The number of messages sent through the port.
<Timespan>UnsolicitedsI4The number of times a device called in or initiated a poll request.

...