-
```
Hello
I want to use the TCP-binding to send dimmervalues to a remote unit. I have
tested the binding with this item:
Dimmer val1 "Val_1" (GF_Living) { tcp=">[127.0.0.1:3000]" }
It works p…
-
```
Hello
I want to use the TCP-binding to send dimmervalues to a remote unit. I have
tested the binding with this item:
Dimmer val1 "Val_1" (GF_Living) { tcp=">[127.0.0.1:3000]" }
It works p…
-
Hello!
I have created a website that I would like to host using conpot's webserver. I have set permissions for all files to be read appropriately. However when I start conpot it drops all privileges.…
-
I can connect to shares on my home network's SAMBA shares when no password is required. When I try to access a share that requires a username/password, I get NT_STATUS_WRONG_PASSWORD. I can access t…
-
Hy,
I had to change :
require('nodeS7');
into
require('nodes7');
to make the test run.
Thanks, great jobs, it runs almost out of the box with S7-1200.
-
比如: http://www.bilibili.com/video/av1792430/
-
Not all HTTP interfaces feature one page per filename,
some, e.g. S7-1200, use GET / POST arguments - we need to support
this.
I'll write the necessary code to achieve that..
-
I have been experiencing some problems with conpot. It initialises just perfectly sometimes and the next time it just gives some error. And again it will initialise properly. You never know for sure i…
ghost updated
10 years ago
-
When i beautify this code :
``` c
int main(int argc, char const *argv[]) {
return 0;
}
```
I get this :
``` c
/usr/local/bin/uncrustify:1 Wrong number of arguments: ����...
/usr/local/bin/uncru…
-
It shows a valueError: Procedure called with not enogh arguments (16 bytes missing) or wrong calling convention.
It raised by client.connect(PLC_ip, 0,0)
# test under S7-1200