05-21-2021 06:54 AM
This is a heating test labview program.
The power source heats the sample and is controlled by a PID controller per the desired setpoint profile.
The setpoint profile is a ramp and hold profile: 5C increase per step in 5 mins, then hold the temperature for 15 mins, until eventually the temperature goes to 320 C.
However, when the setpoint temperature was at the step where the sample was held at 90 degree C, the set point temperature suddenly went to 190 C, then continued (see below). Has anyone met a similar problem before?
Solved! Go to Solution.
05-21-2021 07:00 AM
Hi Erene,
@Erene123 wrote:
However, when the setpoint temperature was at the step where the sample was held at 90 degree C, the set point temperature suddenly went to 190 C, then continued (see below). Has anyone met a similar problem before?
I don't think so - most probably the problem is in your VI or in your profile definition…
05-21-2021 07:06 AM - edited 05-21-2021 07:09 AM
Hi GerdW,
I have confirmed the defined profile is correct. One column is the elapsed time, the other column is the desired temperature. I wonder what could be the problem in the VI. I thought the VI was standard by NI.
05-21-2021 07:10 AM - edited 05-21-2021 07:22 AM
Hi Erene,
@Erene123 wrote:
I have confirmed the defined profile is correct. One column is the elapsed time, the other column is the desired temperature. I wonder what could be the problem in the VI. I thought the VI was standard by NI.
The problem probably is in your VI, where you call the RampProfile function.
As you did not attach your VI we cannot debug it!
When the profile output (your setpoint) changes so much, then the profile input (most probably time) has also changed that much…
05-21-2021 07:34 AM
Hi GerdW,
Please see attached the VI. Thank you.
05-21-2021 09:02 AM - edited 05-21-2021 09:08 AM
I assume you have to work on the values in your setpoint profile control from your VI:
Regards, Jens
05-21-2021 09:47 AM
Hi Jens,
I just verified the profile again. I still could not trace those values in my profile that have caused the sudden jump to 190 degrees. Can you please suggest a way to resolve it?
Also, I have created a new setpoint profile in a different VI. Can you please help in checking if this issue happens here as well?
05-21-2021 10:01 AM
05-21-2021 10:08 AM
Sorry about the trouble.
Please find the new file below.
It has the same jump in temperature problem.
05-21-2021 10:19 AM
Still exactly the same, and I just copied your setpoint profile to a new VI and connected to an XY-graph for visualization:
Regards, Jens