Hi Raj, I have downloded your DVR.mdl file. I try to apply it on my system and it dosen't restore the sag voltage. My system is 3-phase 400V source, 500KVA load. I think that the problem is in choosing the parameters of injection seriese transformers. Could you help me choosing the full parameters of injection seriese transformers, or the proper way to apply the DVR model on my system, please?
Regards
Regards"Raj " <raj15_1986@yahoo.co.in> wrote in message <hovq55$ka7$1@fred.mathworks.com>...
> Sir, actually i have created simulink model for dynamic voltage restorer(dvr) i.e dvr.mdl and to control voltage injection i have used pi controller and my model works fine and i am getting simulation without error. Then i replaced pi controller by fuzzy logic controller and thus form dvr_fuzzy.mdl and also formed dvr_fuzzy.fis in FIS editor. After writing dvr_fuzzy.fis in parameter of fuzzy logic controller(got after double clicking on block),, then opening dvr_fuzzy.fis in FIS editor and exporting to workspace: dvr_fuzzy
> Now after that when i am running the model , i receive following error
> Error in 'dvr_fuzzy/Fuzzy Logic Controller1': Parameter 'dvr_fuzzy.fis' cannot be evaluated. MATLAB error message: Reference to non-existent field 'fis'.
>
> Please help.
>
>
>
> "Arkadiy Turevskiy" <arkadiy.turevskiy@mathworks.com> wrote in message <hotc63$n22$1@fred.mathworks.com>...
> > You will need to provide more information to get meaningful help.
> > If you are using Fuzzy Logic Controller block it should be parameterized with a variable containing fuzzy inference system (fis). From the error message it looks like you are providing a name of the file containing this variable to the block instead of the variable name.
> >
> > Try to load the variable first:
> > >>dvr=readfis('dvr'); % assuming you have a file dvr.fis in working directory
> > then use variable dvr as a parameter for Fuzzy Controlle block.
> >
> > Arkadiy
> >
> > "Raj " <raj15_1986@yahoo.co.in> wrote in message <hot4jk$hv7$1@fred.mathworks.com>...
> > > Hi i am pursuing M.E (Electrical) and making simulink model for dynamic voltage restorer using fuzzy logic controller in my thesis. I am receiving error " dvr.fis cannot be evaluated"......i am unable to solve it....please help.
> > > Thanks in advance.
Regards
Regards"Raj " <raj15_1986@yahoo.co.in> wrote in message <hovq55$ka7$1@fred.mathworks.com>...
> Sir, actually i have created simulink model for dynamic voltage restorer(dvr) i.e dvr.mdl and to control voltage injection i have used pi controller and my model works fine and i am getting simulation without error. Then i replaced pi controller by fuzzy logic controller and thus form dvr_fuzzy.mdl and also formed dvr_fuzzy.fis in FIS editor. After writing dvr_fuzzy.fis in parameter of fuzzy logic controller(got after double clicking on block),, then opening dvr_fuzzy.fis in FIS editor and exporting to workspace: dvr_fuzzy
> Now after that when i am running the model , i receive following error
> Error in 'dvr_fuzzy/Fuzzy Logic Controller1': Parameter 'dvr_fuzzy.fis' cannot be evaluated. MATLAB error message: Reference to non-existent field 'fis'.
>
> Please help.
>
>
>
> "Arkadiy Turevskiy" <arkadiy.turevskiy@mathworks.com> wrote in message <hotc63$n22$1@fred.mathworks.com>...
> > You will need to provide more information to get meaningful help.
> > If you are using Fuzzy Logic Controller block it should be parameterized with a variable containing fuzzy inference system (fis). From the error message it looks like you are providing a name of the file containing this variable to the block instead of the variable name.
> >
> > Try to load the variable first:
> > >>dvr=readfis('dvr'); % assuming you have a file dvr.fis in working directory
> > then use variable dvr as a parameter for Fuzzy Controlle block.
> >
> > Arkadiy
> >
> > "Raj " <raj15_1986@yahoo.co.in> wrote in message <hot4jk$hv7$1@fred.mathworks.com>...
> > > Hi i am pursuing M.E (Electrical) and making simulink model for dynamic voltage restorer using fuzzy logic controller in my thesis. I am receiving error " dvr.fis cannot be evaluated"......i am unable to solve it....please help.
> > > Thanks in advance.