-
Hi i'm trying to start a session when I connect, and always throw an IOException when trying to read the message packet i reicive, this is the stack trace:
```System.IO.IOException
en System.Net.…
-
// send information objects
var signalAsdu = new ASDU(parameters, cot, isTest, isNegative, oa, ca, isSequence);
foreach (var rtuSignal in rtuSignals)
{
…
-
How can I use this library if my project has 2000-3000 tags? Both global and local variables.
-
without whitelist/blacklist the output is flowed,
Metadata { name: "modbus.func_code", value: "3", raw_value: None, display: ".000 0011 = Function Code: Read Holding Registers (3)", size: 1, …
-
I want to read
M_ME_TF_1(36) | Short measured value (FLOAT32) with CP56Time2a asdu adress:2063259
from iec60870 server with c# form application but i don't read. Because i don't understand funct…
ghost updated
6 years ago
-
Hello body,
When I used PMA2.0 ,act as iec104 slave,then use lib60870-C source to build a master demo. They can do it work, but run a period of time, like 30min,they communications will break…
-
Hello,
i have q question. Hopefully u can help me
where can I set or find the maximum Payload of an Asdu with a 104 server. I am using the server example and can only add 30 InformationObjects t…
-
![image](https://user-images.githubusercontent.com/32991830/86189943-30a26580-bb6d-11ea-8ff4-ba3d3e8c5f7b.png)
i try the demo sample but some errors.
thank you
-
Hello.
I have compiled the iec60870 library (https://github.com/mz-automation/lib60870) using emmake. When I try to compile my application that uses this library using emcc
```bash
emcc -g -o ../…
-
# NULL Pointer Dereference in CS104_IPAddress_setFromString
## Description
A NULL Pointer Dereference was discovered in CS104_IPAddress_setFromString at src/iec60870/cs104/cs104_slave.c:785. The…