News

Python Script for data acquisition from a PLC or any device using FTP. This code acquires files extracting them from an SD. For the script to run use Task Manager. Set it up to acquire data every 5 ...
Hello I'm trying to set a string value i a DB. This is the code I'm running (cannot get the indent to work properly on GitHub, sorry): def writeString(plc,db,byte,bit,value): data = bytearray(255) ...
It's 2019 now and just running a PLC isn't quite enough anymore. Everyone is talking about the "Industrial Internet of Things" and they have connected their PLCs to the company network. The second ...