Debugging C Code of Heating Machine - PWM & Actual Current

  • Thread starter Thread starter rama1001
  • Start date Start date
  • Tags Tags
    Current Pwm
AI Thread Summary
The discussion revolves around debugging C code for a heating machine, specifically focusing on the relationship between PWM cycles and actual current. The original code adjusts PWM cycles based on the current generated by a transformer, but the user seeks to change this to constant PWM cycles regardless of current variations. There is confusion about whether constant PWM cycles require a constant current or if they are merely for customer display. Participants emphasize the need for clarity on duty cycles and suggest that the proposed changes may not align with traditional debugging practices. It is recommended that the user seek supervisor approval before proceeding with significant code modifications.
rama1001
Messages
130
Reaction score
1
Hi,
I am debugging a C code of a heating machine. I am so confused about real time current and programming control over all the parameters of the machine. The code was written by some one though, i understand it well until now.
Problem is that the previous code works according to the actual current and the PWM cycles are purely depending on the actual current. I want to change this varying PWM cycles to constant PWM cycles even though the current changes. I noticed that the PWM cycle generation was depend on the actual current that generated from the transformer and because of that reason these cycles are always changing their period time.

My doubt is that, if i make this to constant PWM cycles even though the actual current not same for all the working time. Is this to show only to customers or the current should also constant during this constant PWM cycles?
 
Engineering news on Phys.org
I guess I don't understand your post at all. The way I read it makes me believe that you have the cause and effect reversed. If the load doesn't change and the duty cycle of the PWM doesn't change, then how can the current change?
 
My take on this is that rama1001 is planning to change it from a variable period to a fixed period--and within that period vary the duty cycle. Such a major redesign falls outside my usual definition of "debugging".

I suggest that rama1001 get his supervisor's approval to proceed on this course before investing time in it. Can we assume the program does not control the heating satisfactorily as it stands?
 
mention of heaters and transformers suggests some form of AC power is being controlled.

is it possible that the code senses the AC signal and implements phase angle modulation control? this may appear as variable period PWM to somebody who wasn't aware of this method.
 
My guess is that the OP understands less than we even think. Nowhere in the original post do I see the words "duty cycle". What exactly does this mean:
I want to change this varying PWM cycles to constant PWM cycles.
I have never had a discussion of PWM without mentioning the words duty cycle.
 
Thread 'Weird near-field phenomenon I get in my EM simulation'
I recently made a basic simulation of wire antennas and I am not sure if the near field in my simulation is modeled correctly. One of the things that worry me is the fact that sometimes I see in my simulation "movements" in the near field that seems to be faster than the speed of wave propagation I defined (the speed of light in the simulation). Specifically I see "nodes" of low amplitude in the E field that are quickly "emitted" from the antenna and then slow down as they approach the far...
Hello dear reader, a brief introduction: Some 4 years ago someone started developing health related issues, apparently due to exposure to RF & ELF related frequencies and/or fields (Magnetic). This is currently becoming known as EHS. (Electromagnetic hypersensitivity is a claimed sensitivity to electromagnetic fields, to which adverse symptoms are attributed.) She experiences a deep burning sensation throughout her entire body, leaving her in pain and exhausted after a pulse has occurred...
Back
Top