Hello, I am currently trying to programmatically read the frame statistics from a Profinet adapter for evaluation purposes. (That would be pretty much what you get if you double-click on a Profinet controller or device in the IDE, change to the ‘Status’ tab, and expand the node ‘Ethernet Statistic.’) So far, I tried to utilise the SysEthernetGetMediaCounters and SysEthernetGetInterfaceCounters functions from SysEthernet. However, to no avail: The result code is 16#0C in both cases, which should map...
Hello, I am currently trying to programmatically read the frame statistics from a Profinet adapter for evaluation purposes. (That would be pretty much what you get if you double-click on a Profinet controller or device in the IDE, change to the ‘Status’ tab, and expand the node ‘Ethernet Statistics.’) So far, I tried to utilise the SysEthernetGetMediaCounters and SysEthernetGetInterfaceCounters functions from SysEthernet. However, to no avail: The result code is 16#0C in both cases, which should...