(0)| 4/18/2011 4:18 PM | |
|
Posts: 35 Rating:
|
There is an article describing how to calculate port load based on SNMP data. Determining the port load of the OSM/ESM via the MIBII objects of the SNMP OPC server http://support.automation.siemens.com/WW/view/en/18691345 But there is no further explanation on how to implement this in WinCC. Some suggestions on how to implement this would be helpfull. Especially on: - how to store the previous value (and change this value once a new value is read) internal tags, global variables, in the tag logging, ... - where to do the calculation (it says it should be done by WinCC, but isn't it possible to do it on the opc server?) - where to get the time value: I can use the cycle time or use the sysUpTime SNMP item or ... I currently have tags in WinCC with the ifOutOctets and ifInOctests values as well as the sysUpTime. Note: The system consists of +10 switches with 10 ports each (so +200 port loads to calculate) Any suggestions? |
Last edited by: O_Moderator at: 4/19/2011 6:04 PMlink edited Last edited by: cajac at: 4/19/2011 3:19 PMcorrected the link |
|
| 5/5/2011 1:44 PM | |
|
Posts: 35 Rating:
|
I modified my original script in an attempt to improve the stability.
How shouldone go about implementing "1. declare them in the script an use them as a trigger" for the script mentioned above? |
Follow us on