I have created CT cascade controller which now needs to be implemented in bigger DT structure to add sensor connections etc.
My controller is based mostly on PIDs and a few MatLab functions, and it has been tested with CT dynamics model through series of simulations. Now, I need to connect it to the sensors to test it on a real model. The structure for receiving data from sensors is already existing and it's obviously in DT.
So, my question is how can I digitalize my controller? Is it just matter of using DT PIDs instead of CT ones as inputs will be DT? Or is there something more I should take into consideration?