LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

fuzzy controller with 5 inputs

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

 

0 Kudos
Message 1 of 7
(4,341 Views)

Ahmad1978 wrote:

1. Is there anyway to load or open the files of .fis using matlab in labview?


Will this thread helps you?

0 Kudos
Message 2 of 7
(4,325 Views)

Here is another thread you can find for some info for your second question. Hope it helps.

 

Mathan

0 Kudos
Message 3 of 7
(4,323 Views)

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?

0 Kudos
Message 4 of 7
(4,297 Views)

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

Hope this helps.
-Ben

WaterlooLabs
Message 5 of 7
(4,270 Views)

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. 

Message Edited by RafalM on 05-06-2009 10:08 AM
0 Kudos
Message 6 of 7
(4,215 Views)

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

0 Kudos
Message 7 of 7
(3,936 Views)