Author: Jan

BSA – Dictionary

The Dictionary part of BSA is quite important as your project grows because it is instrumental in keeping overview and re-using components. The content is always the same, but I decided that I needed at least two precentations of the Dictionary content that is selectable by buttons on top of the Dictionary folder itself. You…

Read the full article

BSA – Assign statement

I am using BSA myself daily as we speak and this sometimes makes it very obvious that some of the functionality needs to be improved. I was initially very happy with my Property Editor (at right), but as I have worked on large 4K screens I have noticed that text gets very small and hidden…

Read the full article

PLC – ADC Readings

One of my concerns on 600V design is how to make ADC readings in the 600V area. I need 3 x Current sensors, 1 x DC Voltage Sensor and 1(2) x Temperature sensors in addition to support for up to 3 resolver sensors as well as an external motor temperature sensor. That sums up to…

Read the full article

STM32H503RB

This MCU started to interest me because it is a low price alternative with a lot of contents. ST’s price is 1.7 USD, but that is 3++ USD through Digikey in low volume. It is a 128Kb Flash version, but it has a promissing build-in Bootloader that I want to experiment with. If you build…

Read the full article

PLC – Motor Controller

I have done a few smaller motor controllers in the past, but as I currently work a bit with PLC’s and use larger 400V motors I must admit I am considering making my own PLC/Motor controller. I use the terminology PLC for my own embedded, modular system and having a motor controller that fit into…

Read the full article

BSA – Import, Cut/Copy/Paste

I have started to add four functions “Import, Cut, Copy and Paste”, The example below import a copy of the existing module into the repository. The main challenge to maintain integrity is straight forward as integrity is based on a unique, internal reference that needs to be updated. Names are only a precentation on this…

Read the full article