AndrewStuhr

Results 7 comments of AndrewStuhr

Sweet! I was able to read UDT contents with pycomm3. I'm still curious what the status is with PyLogix and/or what it would take to add this functionality. I'm going...

Thanks for the response. I've learned that our router has specific rules for allowing communication across subnets. It's likely that UDP broadcasts have not been added as a rule. Interestingly,...

![routePrint](https://user-images.githubusercontent.com/32115408/70824863-fd96b100-1d97-11ea-9914-9f25f52f5ab0.PNG)

kodaman2: The PC with ip 192.168.100.132 has always been able to ping devices on .50. Is it still worth trying route add? psalwasser: Do you know how to verify whether...

dmroeder: When you said Pylogix uses the same driver as RSLinx's Ethernet I/P, did that mean RSLinx uses UDP? I believe our router blocks UDP traffic, and since RSLinx was...

Thanks guys! I'm using print() to pass data back to a webpage. The logging messages are nice, but giving me trouble with the return data format. I'll try changing the...

Good to know guys. I'm using IIS, calling python scripts with AJAX, and returning data with print(). I'm planning to switch to Flask at some point. Thanks for the websockets...