. |
SqNode.PacketErrorCount MPX Software API Reference > Controller Object > SynqNet Object > SqNode Object > Network Error Reporting The packet error counter for the SynqNet node associated with the SqNode object. Each SynqNet node has a packet error counter and a packet error rate counter. Packets addressed to a node are checked for integrity. The packet error counters are used to monitor long-term data integrity. These counters do not trigger any fault or fail actions. The packet error counter is incremented once for each missing or invalid packet. Typically, an application will periodically read the packet error counters and store the values in a log file. This property cannot be saved to flash memory. Version HistoryIntroduced in MPX 2.0. Arguments
UnitsSeconds TypeUInt32 (read only) Index
Visual BasicSyntax Property PacketErrorCount As UInt32(index As Mpx.NetworkDirection) Sample Code
C#Syntax uint[Mpx.NetworkDirection] PacketErrorCount; Sample Code
See Also SynqNet Overview
|
| | Copyright © 2001-2021 Motion Engineering |