Skip to content
Advertisement

Tag: automation

Python filter from Excel

I am working on to create a python automation program for Excel. I wanted to divide the longitude based on the median number. What I want to get data is : Below is my code: Below is the output from this code. output above the output is show all longitude in United States. However, I want to filter only 1.

Python, replacing lines in html file to other

I have html line with gallery: I need to add 100 more photos in gallery witch are named from 1.jpg to 101.jpg and I do not want to copy paste them one by one, but id rather use python to make it for me. I have got something like this: But I need to know how to tell Python, to

Are there IEC 61131 / IEC 61499 PLC function blocks that use OPA UA to transport data?

I have a machine learning and advanced control application in Python (TensorFlow + Gekko) that I need to integrate with a Programmable Logic Controller (PLC) that provides the data acquisition and final element control. Can I use a rack-mounted Linux (preferred) or Windows Server as the computational engine, with data transport through OPC-UA (OLE for Process Control – Universal Architecture)?

Advertisement