10-18-2020 12:04 AM
Hi,
I am developing a field testing device that requires motion control and measurements. It basically applies stresses to an object and measures the response using LVDT and load cells. I am currently using a simple state machine structure that consists of a few case structures like 'actuation(PI control) - measurement- advance - save' and it is repeated in while loop until the target value is measured. I am just wondering which design pattern would work best when develop control and measurement program for such device.
Thank you
10-23-2020 02:31 AM
Hi
Design structure which you are using is one of the better method another one structure is producer consumer structure(queue)