I have been working on a project where the three phase voltage source inverter has to be controlled in so called grid forming mode of operation i.e. the inverter creates three phase grid of fixed frequency and voltage. I have studied a literature and I have found that it is pretty common task nowadays. The task is usually solved by following control structure
My problem is that one of the devices connected to the three phase grid formed by the inverter is squirrel cage induction motor based compressor drive. There is no power electronics converter between the compressor drive and the three phase grid i.e. the compressor drive is started via the direct online connection. The compressor drive can be connected to the grid in any time instant and there is no direct information about its connection (no speed sensor of the compressor, no feedback signal from a contactor). The only one indirect information about the compressor drive connection is the current drawn from the inverter which is a sum of the currents consumed by all the devices connected to the grid. In these assumptions the control algorithm in the digital signal processor controlling the inverter has to ensure that the compressor drive successfully starts up. Also in case when the inverter voltage is reduced due to achieving the current limit in the inner control loop in the control structure above.
I have been thinking about solution of that problem and one idea has popped-up in my mind. The idea is based on the equivalent circuit of the induction machine
and the slip formula \$s=\frac{\omega_s - \omega_m}{\omega_s}\$. In other words I can indirectly reduce the inrush current via reducing the slip which can be done via reduction of the grid frequency. The reduction of frequency should be followed in my opinion by the grid voltage magnitude reduction according to the voltage-frequency characteristic so that the induction motor of the compressor drive operates with its nominal flux. It could be said that I would append following control structure above the aforementioned one.
The question is whether that idea could ever work and if so how to realize the modification of the grid frequency (P,PI,PID controller or something else and based on what signal)?