Hi, my name's Miguel, and i would like to get some feedback about this FGV.
For my main application i'm using the QMH Architecture (with only 2 loops), the message handler loops needs to pass data between one state to another, but i dont want to use shift registers because of performance. Is this the best way to pass data between loops or should i create another two loops (one for handling the database logging and the other one for acquiring the data)?
This is my first post, so please tell if did something wrong.
I will give kudos to all the good answers and opinions.