Ivaylo FizievMay 82 min readPractical use case: Palletizing part appearancesPalletization is a term used to describe the process of placing materials and packages onto pallets. Usually this is a use case for OLP...
Ivaylo FizievFeb 52 min readPractical use case: Frequency counterAs the name suggests this is a device that measures frequency. It counts the number of pulses in a periodic signal per second. Internally...
Ivaylo FizievJun 8, 20233 min readMaterial FlowMaterials are used in every production line. These are goods of any kind needed to make the final product. It is also important to...
Ivaylo FizievApr 19, 20231 min readPractical use case: A Boolean signal that changes value every 500msRecently I was asked for such an example from customers so I decided to make a post out of it. Interestingly they struggle implementing...
Ivaylo FizievMar 24, 20232 min readBit IndexersI am sure you have used bitwise operations in your practice but have you heard of bit indexers? Personally I didn't know this concept at...
Ivaylo FizievApr 19, 20222 min readBehavior modeling with scriptsWhat is a script? A sequence of instructions (statements) executed one by one by the language interpreter. Each instruction gets you...