Skip to main content
. 2023 Feb 16;23(4):2230. doi: 10.3390/s23042230
Algorithm 1:A1 Determine the fan current status

Require: Set θI=v, ϕtol=ε

if V>θI then

    It is judged that the current is in the starting state. Set a flag ΨA1=1

    Continuously monitor for a period of time Γt=K minutes.

    if C<110ϕtolorC>110+ϕtol then

        Send a warning message, set ΨA1=0 and continuously monitor the current.

    end if

  end if