LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

fuzzy logic

Hello, I'm working with Labwindows CVI 6 on fuzzy logic and I have first to set various fuzzy graphing functions (trapzoidal, gaussian....) , then I have to be able to move them on my graph.
I have tried to see many example with cursor that we can move, but no example  with graph.
Do someone know which fonctions should I use to set some fuzzy graph and how can I move them? Here are an exemple of fuzzy graph that I should be able to create and to move. 
thanks.
PS: I've also seen that there was a NI LabWindows/CVI PID Control Toolset but I d'on't have it  😞
 

Message Edité par dara le 11-28-2005 04:19 PM

0 Kudos
Message 1 of 2
(3,076 Views)
Hello,
 
The LabWindows PID toolset doesn't include the Fuzzy function contrary to LabVIEW PID Control Toolkit.

If I understand well your question, you want to be able to move individually the fuzzy graph. One solution to your problem would be to create a 2D array for each fuzzy graphing functions and then to plot it on the graph. Then, if you want to move it, just modify your array and plot it again.
However, it depends what you want to do with your fuzzy graph : control, calculation,...
 
Waiting for an answer,
 
Regards,
 
Benjamin M
NIF
0 Kudos
Message 2 of 2
(2,997 Views)