From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

pwm by fuzzy logic

how to make pwm by fuzzy logic, can help me ? because i have project which relate this.....
0 Kudos
Message 1 of 8
(2,790 Views)

You have a very basic problem in what you want to do in that you are, in a sense, wanting to mix apples and oranges. PWM is a very precise process on the other hand, fuzzy logic is an imprecise statistical process.

 

Now having sad that you could use fuzzy logic to derive the value you want to transfer using PWM.

 

MIke,,,


Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 2 of 8
(2,782 Views)
I don't undrestand about your explain.... I want to control heater with fuzzy.
0 Kudos
Message 3 of 8
(2,779 Views)

In that case you can use fuzzy logic to calculate the heater setpoint - but that is a separate question from how you want to transfer that setpoint to the heater. What you are wanting to do has really three steps:

 

  1. Read the current temp
  2. Calculate a new setpoint for the heater
  3. Sending that new setpoint to the heater.

A temperature controller simply does those three things over and over again. Note that step 2 can be pretty tricky while steps 1 and 3 are generally pretty easy.

 

Do you need drivers for generating PWM using a digital output?

 

Mike...


Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 4 of 8
(2,777 Views)
Yeah. I want to use step 2 and 3. Because output from fuzzy logic will use controlling the heater. I use the heater which voltage ac. Can you help me?
0 Kudos
Message 5 of 8
(2,774 Views)

 Can you the project more information?

0 Kudos
Message 6 of 8
(2,770 Views)
My project is water heater. I use fuzzy logic for control the heater.
I use heater which the voltage ac 220v. Many article I read for control the heater using pwm. I want to mix fuzzy logic with pwm. Output from fuzzy is used bntar the pwm. Can you help me.
0 Kudos
Message 7 of 8
(2,765 Views)

To learn how to generate a pwm signal, do a search in the examples that ship with LV for "PWM".

 

There are several examples.

 

Mike...


Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 8 of 8
(2,757 Views)