-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error messages when testing with Thermocouple.py. #194
Comments
The reported values should NOT vary that much. When temps are static, the temps I read on my 31855 don't vary much. Certainly less than 1 degree F. When you are booting up the PI, your SSR is switched on and off every second? I have never seen this happen before. Have you double checked all the wiring to make sure you're connecting everything to the right pins? It seems like there is something fundamentally wrong. |
All of these might help reduce noise... if that's the problem. This sounds like it is more than noise to me though. Try twisting the leads of the thermocouple. |
I agree with jbruce, this seems like the pins are not connected/configured properly. If something else is using the pin you're trying to use, you will see all sorts of odd behavior (even running kiln-controller service at the same time as thermocouple test will cause problems, make sure kiln-controller is not running when you're testing the thermocouple). |
You need to separate problems.
1. Check the tc with a tc meter.
2. Check that the leads to the tc are just going to the tc. They MUST not
connect or even have high resistance to ground.
3. There must be no SSW signals until you in a run , firing.
4. As others mentioned re check wiring...
…On Tue, Sep 3, 2024, 9:12 PM solnus ***@***.***> wrote:
I agree with jbruce, this seems like the pins are not connected/configured
properly. If something else is using the pin you're trying to use, you will
see all sorts of odd behavior (even running kiln-controller service at the
same time as thermocouple test will cause problems, make sure
kiln-controller is not running when you're testing the thermocouple).
—
Reply to this email directly, view it on GitHub
<#194 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AXA65G7KT5KR4YQQ33JQRW3ZU2CDTAVCNFSM6AAAAABNOUMIMKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMRXHA3TKOJZHA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
As an aside do not put power to kiln until uou have it all working. You can
do a trial run without the main power and should see the drive to the SSW
going on.
…On Wed, Sep 4, 2024, 4:00 PM ron doctors ***@***.***> wrote:
You need to separate problems.
1. Check the tc with a tc meter.
2. Check that the leads to the tc are just going to the tc. They MUST not
connect or even have high resistance to ground.
3. There must be no SSW signals until you in a run , firing.
4. As others mentioned re check wiring...
On Tue, Sep 3, 2024, 9:12 PM solnus ***@***.***> wrote:
> I agree with jbruce, this seems like the pins are not
> connected/configured properly. If something else is using the pin you're
> trying to use, you will see all sorts of odd behavior (even running
> kiln-controller service at the same time as thermocouple test will cause
> problems, make sure kiln-controller is not running when you're testing the
> thermocouple).
>
> —
> Reply to this email directly, view it on GitHub
> <#194 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AXA65G7KT5KR4YQQ33JQRW3ZU2CDTAVCNFSM6AAAAABNOUMIMKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMRXHA3TKOJZHA>
> .
> You are receiving this because you are subscribed to this thread.Message
> ID: ***@***.***>
>
|
When I test the TC with thermocople.py, the temperature values are unstable and I get the error messages ‘short circuit to ground’ and ‘short circuit to power’ between the measured values.
I have already exchanged the TC and the max 31855 and the power supply - without success.
The setup of the kiln-controller went through without any error messages.
What else I noticed, during the boot from the RPI the LED from the SSR lights up in 1 sec. rhythm . Is that normal ?
Use a R-pi 4B with 7’ touch display.
Any idea what could be wrong ?
The text was updated successfully, but these errors were encountered: