Fuzzy controller I/O characteristics field

Hi,
I want to test my fuzzy control and check the I/O characteristics field of my controller.
I could not find the map of my controller.
my LabVIEW version is 8.6.1.
Thanx

Hello,
There is not a built in function, but if you only have 2 inputs and 1 output you can certainly plot this data on a 3d graph.  You can read in your fuzzy controller then create 2 for loops, one nested within the other.  In each of these vary input 1 and input 2 along the range that you are interested in and pass those values to the fuzzy logic controller.  You can then pass your input 1 and input 2 arrays along with the matrix of results (Z) to the 3D surface plot and you should see the information you are looking for.
Hope this helps,
Angela M

Similar Messages

  • Info on CCM 2.0 characteristics - Fields length, data types & Desc

    Dear All,
    Does anybody know how or where I can get information about CCM 2.0 standard characteristics data structure?
    Or maybe the table name that holds this information?
    I need the following info:
    1. List of all Standard CCM 2.0 Characteristics
    2. Characteristics Data types (i.e Char)
    3. Characteristice Field lengths
    I have looked into the SAP help for CCM 2.o and the on SAP Servicemarketplace under instguides&IBC....could not find every thing I wanted.
    Regards,
    Grace

    Hi Grace,
    you can look in tables
    /CCM/C_CHAR
    /CCM/C_CHAR_ALS
    /CCM/C_CHAR_ASPT
    /CCM/C_CHAR_TXT
    /CCM/C_CHR_ALIAS
    and
    /CCM/C_DTYPE
    /CCM/C_DTYPE_HDR
    /CCM/C_DTYPE_T
    /CCM/C_DTYPE_TXT
    /CCM/C_DTYPE_VL
    /CCM/C_DTYPE_VLT
    in CCM to get the standard charcateristics and their default settings.
    Chris

  • How to put 2d data as input of fuzzy controller​?

    Hi
    I am working on fuzzy based controller. I have two inputs: 01. EMG 02. Acceleration Angle. These two inputs make a 2d array. But the fuzzy controller VI doesn't accept the 2d array. So I concatenated the array and it worked. But the problem is, when I tried to run the VI for real time data, it took some emg data and then angle data (please see the picture attached, blue circle is EMG and red circle is angle.) But i need those one by one, i.e. one emg data then one angle data then again one emg and so on... How to get it? Please let me know if you have any idea. One simplified VI (for offline data) and my fuzzy system (.fs) are attached herewith.
    Thanks-
    Taslim
    Attachments:
    fuzzy.jpg ‏163 KB
    Fuzzy-EMG.vi ‏75 KB
    emg.zip ‏1 KB

    Use the Interleave 1D Arrays function instead of the Build Array function.
    Kelly Bersch
    Certified LabVIEW Developer
    Kudos are always welcome

  • I need to design fuzzy controller with pid control .

    hi ,
    I need to design fuzzy controller with pid control . to control   Dc servo motor i have NI DAQ PCI 6251 anyone help me??

    ssaara,
    Along with the shipping examples, here is a link to the PID Control Toolkit User Manual. Fuzzy Logic control is discussed in Part II of the manual, Chapters 5 and 8 are good starting points.
    --Michelle
    Instrument Control R&D
    National Instruments
    Instrument Control
    Machine Vision

  • Can fuzzy logic based controller be designed in FPGA of NI? The fuzzy controller is designed for controllin​g shell and tube heat exchanger.

    Please provide me some guidance for configuring FPGA with Fuzzy controller .Later with the same control algorithm dumped inside the FPGA will ber interfaced with the SHELL and Tube Heat exchanger.Thanks in advance!!

    Swg0101
    Thanks for sharing your details - it seems like we should focus on recovery of your system at this point.
    I've sent you a PM - I'll look for your private message response with your contact information and case details so we can look into this and get you some help.
    Best regards,
    Mark
    ThinkPads: S30, T43, X60t, X1, W700ds, IdeaPad Y710, IdeaCentre: A300, IdeaPad K1
    Mark Hopkins
    Program Manager, Lenovo Social Media (Services)
    twitter @lenovoforums
    English Community   Deutsche Community   Comunidad en Español   Русскоязычное Сообщество

  • 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

    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

  • Fuzzy Controller on cRIO FPGA

    Hi,
    I am trying to implement a fuzzy controller on the cRIO 9073 in FPGA mode. My problem is that there is not even the a symbol of fuzzy controll to drag and drop. Are there any possibilities to do that?
    I have already implemented the controller in scan mode. However, I want to implement it in FPGA mode to get higher performance. 
    Michael

    Hi Michael
    You're right the fuzzy controller VIs are not shown under FPGA. The Fuzzy Controller VIs are implemented for
    Windows or Real-Time. (They use DBL as data type which is not supported under FPGA)
    It is possible to implement a Multi-Channel PID with the PID Express VI under your FPGA target. For more
    information see at these two links.
    PID and Fuzzy Logic Toolkit User Manual
    http://www.ni.com/pdf/manuals/372192d.pdf
    Using PID on FPGA Targets (PID and Fuzzy Logic Toolkit)
    http://zone.ni.com/reference/en-XX/help/370401J-01​/lvpidmain/pid_on_fpga/
    Kind regards,
    Andreas Scheuber
    Applications Engineer
    NI Switzerland

  • Can not see Characteristics fields in the output option of VC

    Hello,
    Any body know why is the characteristic fields of a BW query shows only in the input parameter and not shown in the output option when we model BW query in VC?
    Regards,
    Maureen

    Hi Maureen,
    right click on query "Test data service" then excute the query and click on generate.
    Best Regards,
    Marcel

  • Multiple Input Multiple Output Fuzzy Logic Controller

    I am designing an autotuning PID temperature control system whose PID gains are adjusted using a Multiple Input Multiple Output (MIMO) Fuzzy Controller. I am unsure how to set up specific inputs and how to use specific outputs when there are multiple inputs and outputs. Specifically, my Fuzzy system has two inputs and three outputs.
    For the input, I have two 1D arrays of scalars (doubles) which I have used to build an array and concatanated the inputs to the array. How do I configure which values of this array are used as each specific input value to the fuzzy system?
    Similarly, for the output, the fuzzy system gives three output values which are used as the PID gains. How do I configure these such that they are in the right order to be used as the PID Gains of the PID VI?

    Hi natsmi,
    You can find some examples by navigating to:
    C:\Program Files (x86)\National Instruments\LabVIEW XXXX\examples\control\fuzzy
    Some of them are at least MISO systems and might be helpful to clarify some ideas. You can also find them using the Example Finder from LabVIEW (By going to help on the top menu, and then Find Examples). There you can go to the search tab on the left and type in fuzzy.
    Hope this helps.
    Regards,
    AGJ

  • Problem with Fuzzy Logic Controller Design window

    Hi,
    I'm designing a fuzzy inference system using the Fuzzy Logic Controller Design tool.
    But when I use up to 4 input variables, the Rule Editor window is out of center and I cannot see the left parts of the antecedents.
    See the attached picture.
    The visualization is not movable and resizing the window with system utilities does not give any results.
    Anyody can help me? Thanks!
    Attachments:
    Bug Fuzzy Controller Design.JPG ‏68 KB

    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

  • Fuzzy logic controller for DC motor

    Hello guys!
    Can anyone help me out in giving inputs to fuzzy controller which has two input member function Error and Change in error. Is there any tool which can store the previous error and compare it with present error which gives the chane in error?

    Hello,
    Please look at the shipping example of Fuzzy Logic Toolkit in:
    C:\Program Files\National Instruments\LabVIEW 2010\examples\control\fuzzy\Tanks with PI control\FuzzyEx Tanks with PI control.vi
    This code will allow you to see how you can implement the error and rate error by using pure LabVIEW code. Now, if you have the Control Design and Simulation Module, this tool have functions that easily calculate the error and derivative for you.
    Hope this helps
    PS: Notice that this example is in LabVIEW 2010. The same example can be found also in 2009 by changing the number of the LabVIEW version on the path to 2009. Previous versions have this code, but they are a bit more difficult to understand. If you have previous version of LV 2009, I strongly recommend you to update to at least 2009 since on this version the toolkit was completely refactored. If you can't here is the location of the example previous to 2009:
    C:\Program Files\National Instruments\LabVIEW 8.6\examples\control\fuzzy\tanks.llb\Tanks - fuzzy control PI.vi
    Barp - Control and Simulation Group - LabVIEW R&D - National Instruments

  • Fields missing in Interactive forms in SFP

    Hi All,
    I am using interactive forms (transaction SFP) for Prsonnel change request in MSS.When i go to this form ISR_FORM_SPEG thru SFP, i realised that come standard fileds like PERNR,ENAME etc are missing ( Generic ISR Table Type) are missing from the context folder of ISR_FORM_SPEG.Any idea how i can bring them back into place??
    Regards,
    Aditi

    Hi Aditi,
    Go to transaction QISRSCENARIO. check if these fields are there in the characteristics of the corresponding scenario (here SPEG). If they are there, click on the change button next to the form name in the Basic data of the scenario. A pop up message asking you to change the context fields as per the characteristics fields. This gets you to the ALCDesigner. Once the proper bindings are done for the form, exit and lets you go back to the qisrscenario transaction. save the data and also activate the form. <provided you are viewing the standard scenario in the change mode>.
    else
    copy this scenario and make    the adjustments you need.
    if there are some fields in the form that are not part of the characteristics, click on the import form fields button next to the form name. and save it.
    Hope this will solve your problem.
    do update the forum reg your findings.
    Thanks and warm regards,
    Anto.

  • Mandatory field in sales order entry  VA01.

    Hello ,
    I need help to resolve my problem. I am using transaction VA01. In the sales order entry we have provision for fast entry for characteristics.
    This can be customized in SPRO .. IMG -> Sales and Distribution -> Sales Documents -> Fast Data Entry of Characteristics in Sales Documents -> Define Characteristics Display for Overview Screen.
    In the characteristics display I have added the required characteristics I need for sales order creation. Now i need to make one of the characteristics field as mandatory for sales order creation.
    How can I do that setting, so that each time when the sales order is created the particular characteristics fields pops out to be mandatory?
    Thanks in advance.
    Regards,
    Divya

    Hi,
    How can I do that setting, so that each time when the sales order is created the particular characteristics fields pops out to be mandatory?
    Maintain the Entry required for all the desired characteristics of finish material class.
    Try and revert.
    Thanks
    Hrishi

  • Clearing the Custom Controller

    Hi Experts ,
    My requirement is I have two view first view is a table view once user a select a row , second view is displayed with this fields in edit mode there user may change the data . for this I created Custom Controller with all the fields so when user select a row that will be in second view . Now In first view I have a button New entry  when user clicks on New Entry I want to call second view with no data ,but I get the first entry in the table view .
    I bind the both view views to the same custom controller . so how can I delete data in custom controller ,Bcz when I check the CURRENT  object in Get methods it contains data

    Thank you very very much for your reply , Both are different views first one is table view with first attribute type is link , example take it as serial number when user clicks on serial number that serial number data open in another view there user may change data , and I have button Name as Newentry in first screen ,when user clicks on new entry it need to fetch max serial number and increment that number and that number only visable in next screen , no need show other details .
    to show clicked entry I write code like this in the event click ( which was created by me)
    DATA:LR_ENTITY TYPE REF TO IF_BOL_BO_PROPERTY_ACCESS.
      LR_ENTITY ?= ME->TYPED_CONTEXT->SEARCHNODE->COLLECTION_WRAPPER->FIND( IV_INDEX = LV_INDEX ).
      CHECK LR_ENTITY  IS BOUND.
      DATA:LR_COLLECTION TYPE REF TO IF_BOL_BO_COL.
      CREATE OBJECT LR_COLLECTION TYPE CL_CRM_BOL_BO_COL.
      LR_COLLECTION->ADD( LR_ENTITY ).
      CALL METHOD ME->OP_TOSELSCREEN( IV_DATA_COLLECTION = LR_COLLECTION ).
    when user clicks on newentry
    I want to go next view max+1 of serial number and reaming attributes be empty
    Thanks In Advance
    Edited by: siva_crm on Oct 19, 2011 1:48 PM

  • GL Line Items with Material characteristics

    Hello Sap Gurus,
    Is there a datasource for FI that will extract the GL Line Items with Material characteristics?
    We have activated the 0FI_GL_4 and 0FI_GL_6 datasource but there is no Material characteristics field.
    We are using BW 3.5 and R3 4.6.
    Thank you.

    Yes.... General Ledger Accounting FI-GL datasource is based on tables BKPF and BSEG and it dosent provides details at material level.
    Regards

Maybe you are looking for

  • Want to test OSD in Vmware Workstation SCCm 2012

    Which Drivers needed and where to get VMware scsi controller drivers ,I got .flp file but don't know how to extract that can any one provide link from where I can get Drivers needed for OSD in VMware workstation with SCCM 2012 for windows 7.

  • EL in jtls tag attributes?

    I keep getting an exception when I try to use an expression in a jstl tag attribute and I don't understand why. I'm new to jstl, but everywhere I look online people are using these expressions just like I'm trying to. In fact, if I'm not mistaken, th

  • ACR 4.3 - Heal/Spot Removal One Image Only

    I must be missing something obvious. If I want to remove sensor dust spots on one image only in ACR, what's the process? The RWCR Schewe book documents the process only for multiple images. I know I could just go into PS and do it, but since I am pro

  • SQL SERVER 2014 Error :40

    ""A network-related or instance-specification error occured while establishing a connection to SQL Server "" Windows Firewall is on ! what should i do , or change to connect , please help , please 

  • Photosmart b110a impossible to install on windows 8.1

    I'm trying to install the B100a Photosmart on my brand new pc.  I've downloaded the driver from the product page, but when I execute the installer, on the the window doesn't appear the button INSTALL, only the CANCEL one.  If I run the installer in c