How to build a Modbus driver in Go?
This article serves as a practical guide into how to build a Modbus driver. I use the Go (Golang) programming language because I like it . However, the principles outlined should
Thoughts on software engineering, and life
This article serves as a practical guide into how to build a Modbus driver. I use the Go (Golang) programming language because I like it . However, the principles outlined should
Do you know what a class factory is and why is it useful? Ever considered implementing a class factory in Golang (Google Go) even though Go is not considered fully object oriented in
This article serves to provide a decent overview of the industrial software industry. This industry is the gate to the intelligent solutions that drive the success of industrial operations in factories, plants, pipelines, electrical grids,
Simple Definition: Scaling an application simply means making a piece of software capable of handling amounts of data that is more than the software current ability. This is typically done
Simple Definition: SCADA is the layer that sits between a computer screen and any control or monitoring device. Examples: In a factory, SCADA is what allows the factory operators
Simple Definition: A database is very simply a software program that stores any kind of information to be retrieved later. Examples: In schools, a database is the piece of