Data Structures on Codesys, Part 1 : Double Linked List
We explore Codesys' memory model by implementing a double linked list. This post covers the skeleton of the implementation.
Ridiculous PLC Programming : Recursive "Functions"
We introduce recursion in a place where it definitely doesn't belong : a Rockwell PLC! Hilarity ensues, as long as you never actually use this.