🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

Motor Drive using Fuzzy controller

User: "Altair Forum User"
Altair Employee
Updated by Altair Forum User

I was wondering if there is any way to implement .fis or any fuzzy logic controller in PSIM. I have built my speed controller of PMSM in matlab and would like to build the same in PSIM to try it using PIL. Any help is appreciated.

Find more posts tagged with

Sort by:
1 - 3 of 31
    User: "Altair Forum User"
    Altair Employee
    OP
    Updated by Altair Forum User

    I thought of simcoupler but i don't think it will be efficient or even works when implementing PIL simulation.

    User: "Altair Forum User"
    Altair Employee
    OP
    Updated by Altair Forum User

    The best thing to do is use the c block and just define it with c code, if you want to use "PSIM blocks" you can probably piece something together with lookup tables, there are 1-D and 2-D lookup tables and you can implement conditional logic with comparator or multiplex elements. You can also implement "if then else" statements inside of the math blocks with the "iif" notation.

    User: "Altair Forum User"
    Altair Employee
    OP
    Updated by Altair Forum User

    The permanent magnet synchronous motor working principle (PMSM) is similar to the synchronous motor. It depends on the rotating magnetic field that generates electromotive force at synchronous speed. To know more about it you can visit Reliance electric motor.
    Thanks.