-
```
>>> iec61850.IedConnection_getFileDirectory(mms._mms_con, "/SETTINGS")
[, 0]
>>> iec61850.IedConnection_getFileDirectory(mms._mms_con, "/FAKE")
22
>>>
```
I'm not even sure how …
-
I am generating a fixed sample rate SG traffic in pub/sub mechanism using the below statements but for some unknown reason, I'm getting random sample count after execution at both publisher and subscr…
-
I have tested pyiec61850 with ied device it's taking 20-24 milliseconds for each address(value)
Ex:
"iec61850.IedConnection_readFloatValue(con,"PQM4LD0/M03_MMXU1.PhV.phsA.instCVal.mag.f",vartype1)…
-
IEC61850_ENTRY_TIME_OFFSET (441763200000L) which represents 14 years (1970 - 1984) in milliseconds is added twice.
Once it is added within OpenIec61850 library (com.beanit.openiec61850.BdaEntryTime.g…
-
I'm getting error in ReadMultipleVariables function
System.FormatException: Could not find any recognizable digits.
at System.ParseNumbers.StringToInt(ReadOnlySpan`1 s, Int32 radix, Int32 flags…
-
SOAP interface for LightMeasurementDevice creation is missing.
It is only possible to assign existing LightMeasurementDevice to Ssld via SetLightMeasurementDeviceRequest from PublicLightingAdHocManag…
-
According to IEC61850-8-1 ed.2 subclause 17.2.1 (about "RptID"):
"If the control block RptID value is NULL, then the MMS data shall contain the object reference
specifying the control block which…
str52 updated
3 years ago
-
As per the documentation, **osgp-protocol-simulator-61850** requires additional confiiguration.
We found that the simulator gets started successfully but there is **no communication** happening be…
-
Hi,
i want to read multiple variables at single time ,instead of sending 50 requests for 50 variables.
1.
i have found found the some method :
MmsConnection_readMultipleVariables(_self, mmsError,…
-
1.Version 1.3 (last);
2.IEC61850 Server(30 LogicalDevices in iedModel);
2.compiled with MinGW4.8.2 x64;
3.run on Windows Server 2008 R2;
4.the client creates a connection (frequent read/write oper…