Jump to content

Recommended Posts

     I am working on a large Kiln. We are trying to create recipes for the Kiln to process burn rates. We have many recipes but I can work with that. What we need to do is set the top temp (let say 1800 deg) and have it climb at a certain rate (lets say 300 deg per hour). I have been looking at the PID but I can only see what it can raise strait up to the degree set and stay there but be steady. I would more need to reset the PID after each hour for 6 hours to get it to smooth out but even that would be wrong because it would climb strait to 300 degrees and ride there until the hour was up. We really need it to take the hour to get to 300 degrees, then take an hour to get to 600 degrees and so on until it gets to 1800 deg. Once there we will want it to hold for a time and then descend at a certain rate as well. 

 

     Does anyone have a Kiln program that we can refer to? I can write a real large program that will do this breaking it down to each minute (Like 5 degrees per minute only) but figure there is a better way.

 

     Any help would be appreciated.

Link to comment
Share on other sites

  • MVP 2023

You need to make your own ramp and soak generator.  You can set up a data table for your recipes and then store all the beginning and end setpoints in the table, as well as how many hours you want the segment to take.  You can then use a Linearization block to generate a gradually increasing setpoint over time by loading the Y1 and Y2 values with your beginning and end setpoints and increasing the X value with a time incrementing register (you have to make that, too).

 

It sounds more complicated than it is.  Let me know if this makes sense to you.

 

Joe T.

Link to comment
Share on other sites

  • 4 weeks later...
  • 2 weeks later...

Hi. Thats easy.  Use the step in range function.  I've done it on my fruit dryers i build for the humidity.  You just fill in the steps.  Mine is 5 perc down every time condition met.

 

Works like a charm.

 

2 or 3 rungs and you done.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...