04-27-2009 07:27 PM
Dear
I have two questions:
1. Is there anyway to load or open the files of .fis using matlab in labview?
2. I have fuzzy controllers with 5 inputs but why the fuzzy controller in labview is limited to only four inputs? Is there anyway to build a fuzzy controler with 4 inputs?
Thanks
04-27-2009 11:05 PM
Ahmad1978 wrote:1. Is there anyway to load or open the files of .fis using matlab in labview?
Will this thread helps you?
04-27-2009 11:08 PM
04-28-2009 04:49 PM
Hi all
I didn't find the answer in the thread about adding more than 4 inputs in fuzzy logic controller. Please Could anyone help me?
04-29-2009 09:09 AM
Hey Ahmad,
The Fuzzy Controller VI is limited to only 4 input signals. So, there is not way to connect 5 input signals to the same Fuzzy Controller.vi. Check out the LabVIEW PID Control and Fuzzy Logic Manual (page 128 in particular) for a little more information.
Hope this helps.
-Ben
05-06-2009 10:06 AM - edited 05-06-2009 10:08 AM
Hey Eng.Ahmad
I think it is possible to employ a 5th input for the fuzzy controller (or any number for that matter). It requires editing the (Fuzzy Controller.vi) and (Inferenz4.vi) In the second one the job is not very simple but I think it can be done. You have to add case5 to the case structure that creates all the 4 inputs (and it shall create 5 inputs after editing), you also have to make the big For Loop run 5 times instead of 5 etc... In the Fuzzy Controller.vi you only have to add one set of inputs similar to others.
I am sorry but I have to admit straight from here that I have not tried to do this as I still do not know how to use this whole "fuzzy business". But if you attempt to do this, please post a reply with the result.
10-09-2009 11:14 AM
Hello all
The PID and Fuzzy Logic Toolkit 2009 was completely redesigned.
There are new API VIs and a more intuitive user interface for creating controllers.
You can create MIMO controllers with unlimited inputs and outputs, and also modify the controller on-the-fly.
Check it out the new features and let us know your needs on Fuzzy control.
LabVIEW PID and Fuzzy Logic Toolkit User Manual
Regards,
Bruno Cesar
National Instruments