RapidScada / scada

Contains Rapid SCADA sources
Apache License 2.0
680 stars 311 forks source link

Impossible to create SNMP variable #24

Closed DjMomo closed 8 years ago

DjMomo commented 8 years ago

Hello,

I'm a new user of Rapid Scada. It's seems to be a great product.

I've got a problem with SNMP Module. I'm trying to retrieve SNMP values, but I can't create a variable in SCADA Communicator -> My Line -> My Device configuration -> Add variable. In Owner name field I add a variable Name. In OID field I add requested OID (for example) : .1.3.6.4.1.6741.1.2.0 When I clic Add button, Incorrect OID Error message is displayed and variable isn't created.

This message is generated by private bool CheckOID(string oidStr) function (ScadaComm/OpenKPs/KpSnmp/FrmVariable.cs).

Do you know why ?

Is it an OID string format problem ?

Can you send me (or publish) a SNMP & OID configuration example ?

Thanks

DjMomo commented 8 years ago

OK, problem is due to my server (2003 Server). Works fine on Seven.

2mik commented 8 years ago

Hello, Thanks for the info that the problem is solved.