Fernando B

Results 79 comments of Fernando B

It sounds like you need a server handling these requests. You also need to handle the connection exception properly and have some sort of while loop until connection is good...

You could probably do it with one server, that server could make sure all your plc connection(s) are maintained open, problem with python is that is not async. So if...

Can you do the following on cmd prompt, and post results: ``` route print ```

If you can't ping the .50 network when your ip is set to 192.168.100.132, then do the following cmd: Basically you are routing data from the .50 thorough the .100...

> What you're describing sounds like the devices configured at 192.168.50.X and 192.168.100.X are on the same LAN or VLAN as the 192.168.100.0/22 DHCP. EtherNet/IP drivers utilize broadcasts for discovery,...

@AndrewStuhr I would add the route for sure it takes one second, if it doesn't do anything just do route remove command. If you don't do the p parameter it...

Here's my yml if it helps https://github.com/libplctag/goplctag/blob/auto-bindings-2/goplctag.yml

I didn't have this issue. I just used `pip3 install lxml` and app seems to run fine. So this might have been fixed.

> How do we install that plugin in Typora? My extension is a vscode plugin not typora (vscode is a text editor), so if you like typora for editing just...

Just look at the date on these issues, Typora devs have never made an attempt to solve the issue of exporting an entire folder and is a paid app afaik,...