07-12-2021 08:17 AM
Hello,
i intend to implement an architecture for a test bench at my work. I'm kinda confused and don't know which structure should i pick for my application. The idea of the test is monitoring the temprature of my stator and switch on and off with a constant voltage based on it's temp and eventually stop the fatigue test untill it reaches a maximum deviation in the ohm-resistance.
Any suggestion or issues i should be aware of? is the message queue handler a good option for fatigue checks ?
how can i prevent multiple same messages in mikro seconds areas ?
Thanks for any answer
07-12-2021 09:16 AM
I'd start with the Simple State Machine. From what you've described, you can morph that into any of the other design patterns with little effort.