Owning Palette: PID Control VIs
Installed With: PID Control Toolkit. This topic might not match its corresponding palette in LabVIEW depending on your operating system, licensed product(s), and target.
Use the Fuzzy Logic VIs to implement fuzzy controllers designed with the Fuzzy Logic Controller Design Project Manager. Use the Load Fuzzy Controller VI and the Fuzzy Controller VI together to implement a fuzzy control application. You can use the Test Fuzzy Control VI as an example to test the input/output behavior of your fuzzy controller.
The VIs on this palette can return general LabVIEW error codes and specific PID Control Toolkit error codes.
| Palette Object | Description |
|---|---|
| Fuzzy Controller | Implements a fuzzy controller designed with the Fuzzy Logic Controller Design Project Manager. You must first load a controller data file, which is the project file that the Fuzzy Logic Controller Design Project Manager generates, from the Load Fuzzy Controller VI. |
| Load Fuzzy Controller | Loads all controller parameters and information. Use this VI together with the Fuzzy Controller VI to implement a fuzzy controller designed with the Fuzzy Logic Controller Design Project Manager. The data file uses the .fc file extension. |
| Test Fuzzy Control | Provides an example for building and testing a fuzzy controller application. You can use this VI as a general purpose fuzzy controller VI with up to four inputs and one output that can be interconnected to the desired process directly. After startup, this VI requests the fuzzy controller data file containing the fuzzy project data to be loaded from disk. You can enter input values using the input controls of the front panel. This VI also displays the controller output on the front panel. |