Tag Archives: Programming
What i learned about web development so far
If you’ve read about the purpose of this page you know that I partly started this website to learn web development and how to manage a web site. And the management part is really easier than I thought but then again I don’t really know what I expected. I mean it just sits there, you […]
Continue readingSequence programming in C/C++ part 2: Memories
Last time I showed you how to program a sequence that is progressed by increasing a counter variable (Part 1), when a condition is fulfilled we increase the counter variable by one to progress the sequence. A similar type of sequence programming is to use memories instead of a counter so that each memory represents […]
Continue readingSequence programming in C/C++ Part 1:Counter
Introduction A sequence is a series of predefined actions with clear conditions for transitioning between each other and since it is predetermined it also has a beginning and an end. Sometimes a sequence is in a loop that repeats itself and in those cases it can be hard to see where it starts and ends […]
Continue readingPID demonstration RIG Part 1: Software
Introduction In the PID regulator article I mentioned that I had an upcoming project utilising a PI regulator, this isn’t it, but when I was writing that article I though to myself that there must be a simple way of demonstrating visually how the different parts of a regulator effect the system as a whole. […]
Continue readingWhy HMI:s should be made intuitive
Take a look at the picture above and try to imagine how long it took the astronauts to learn the position and function of every button on there. The picture is of the interior of Apollo 11’s Command Module “Columbia” . Photographer Eric Long, Courtesy of the Smithsonian’s National Air and Space Museum I am […]
Continue reading