-
### What happened?
Connect to your Twincat3 PLC with the option load-symbol-and-data-type-tables set to false.
Try browsing or reading a variable, it doesn't get resolved, instead an error is throw…
-
Hi all,
I cannot connect to my Logo 0BA8. As far as I know the logo uses CpuType S7200.
Here is the code:
`
Plc plc = new Plc(CpuType.S7200,ip, 0, 2);
plc.Open();
`
I also tried to vary rac…
-
-
### What happened?
I have tag `Mod1.FDPRT.PAP2.Axis[3].Drive.NcToPlc.ActTorque`
`"Axis[3]"` its not an array, its name of plc tag, so i expext that everything works okay, but seems like it is not pa…
-
# The proxy application is not working
Hi, dear ich-eben. I downloaded the app and built it. It works fine but the main problem is that the **TIA portal does not connect to it**. I start the proxy …
-
I copied the codes from _honeyplc/plc-profiles/Siemens S7-300/s7-300-nmap-fingerprint.txt_ and pasted them into _nmap.prints_. After this I created a template file and ran it with _sudo honeyd -d -f c…
-
### What happened?
Hello,
Using 0.9.1 or 0.11-SNAPSHOT version, EIP or LOGIX, I have some issue reading array and no numeric values.
Examples:
1. ControlLogix: read PLC_2_Server.DMC1 => give m…
-
The S7 will respond with:
* Error Class: 0x83
* Error Code: 0x04
if the user tries a write request and this is not explicitly enabled, we can definitely handle this in a nicer way.
To fix t…
-
Hi, recently i've got an error that crashed the application and i'm not sure the reason of it since i'm pretty much safe guarding every possible error case
> Application: CESIL.API.exe
CoreCLR Ver…
-
### bug description
When trying to write an array, I get this error: "Error: Number of tags must match the number of values"
### To Reproduce
1. Create an array variable. e.g. DB1001,X0.0.1…