Results 1 to 9 of 9

Thread: Temperature calibration

  1. #1
    Join Date
    10.10.2013
    Posts
    1,002

    Ausrufezeichen Temperature calibration

    Hello,

    I know you say temperature calibration are useless because are done by GHL at factory.
    But I have a ProfiLux 3.1T eX with a temp probe and a ExpansionBox with a temp probe.
    The 2 probes are for test at the same place and they never show the same temperature…

    I write down the original ADC1 & DC2 value for both probes:
    Profilux: 604/247
    Box: 645/271

    And use the lowered/reised with the Adjust temperature tool to set the same temp.

    But if they show the same temp at 25° the temp differ at 20° or 30°, that mean this don't work.

    The problem is that we can't find the good ADC1 and ADC2 value to set to each sensor because we can't see current ADC value
    If we can see current ADC value we can with check water at 20° and at 30° find the good ADC1 and ADC2.

    Please can you add the current ADC value somewhere.

    Thank
    Last edited by Gael; 20.02.2015 at 10:14.

  2. #2
    Join Date
    10.10.2013
    Posts
    1,002

    Default

    Hello,

    GHL, if you do not understand what I have written, let me know please.
    English was not my natural language.
    I need help :-)

    thank you

  3. #3
    Join Date
    19.02.2009
    Posts
    2,976

    Default

    Hello,

    I've replied to your e-mail yesterday.
    You have a PM.
    No support or warranty issues over PM! Please send PMs to the moderators only if you have general problems with using the forum! Thanks for helping us to keep the support efficient.
    Kein Support oder Reklamationsabwicklung über PM! Bitte senden Sie an die Moderatoren nur PMs bei allgemeinen Problemen mit der Verwendung des Forums! Danke dass Sie uns dabei helfen, den Support effektiv zu gestalten.

  4. #4
    Join Date
    10.10.2013
    Posts
    1,002

    Default

    Hello,

    I received your values. (Sorry your mail was in SPAM, i read it now. Thank.)

    These are the original values that I had:-(
    But with these values I do not have the same temperature while the two probes are at the same place. I have several degrees difference.

    So I repeat my request, can you add somewhere in real-time visualization of the current ADC value in order to find for 20 ° and 30 ° ADC1 DC2 and values in order to recalibrate myself 2 probes.

    Please help me.

    Thank you in advance

  5. #5
    Join Date
    10.10.2013
    Posts
    1,002

    Default

    Hello,

    Any news?

    Thank

  6. #6
    Join Date
    18.02.2009
    Location
    Kaiserslautern
    Posts
    7,710

    Default

    yes, this is already (with a small trick) possible

    but how do you want to get exactly 20° and 30°C in a fluid?
    No support or warranty issues over PM! Please send PMs to the moderators only if you have general problems with using the forum! Thanks for helping us to keep the support efficient.
    Kein Support oder Reklamationsabwicklung über PM! Bitte senden Sie an die Moderatoren nur PMs bei allgemeinen Problemen mit der Verwendung des Forums! Danke dass Sie uns dabei helfen, den Support effektiv zu gestalten.

  7. #7
    Join Date
    10.10.2013
    Posts
    1,002

    Default

    Hello,
    Thank Matthias to help me,

    Quote Originally Posted by Matthias View Post
    yes, this is already (with a small trick) possible
    Can you explain me how to see current ADC value?

    Quote Originally Posted by Matthias View Post
    but how do you want to get exactly 20° and 30°C in a fluid?
    With several other good thermometer already calibrated.

    I need a solution :-)

    Thank in advance.

  8. #8
    Join Date
    06.02.2012
    Posts
    2,020

    Default

    If you have a PL with webserver, you can get the raw ADC value of the sensor by calling the following line in browser.

    http://<ip_of_your_PL>/communication.php?name=Admin&pass=<pass>&dir=enq&c ode=10009
    Replace the values in the brackets with your ones and ensure the temp sensor is #2 (if not, decrease/increase the 10009 / 1=10008 / 3=10010 etc.)
    Last edited by Gunther; 11.03.2015 at 20:08.

  9. #9
    Join Date
    10.10.2013
    Posts
    1,002

    Default

    Hi,

    while true; do wget -qO- "http://192.168.1.4/communication.php?name=Admin&pass=<pass>&dir=enq&c ode=10009" |cat|cut -d'=' -f3;sleep 1;done
    485
    485
    484
    484
    484
    484
    485
    485
    484
    484
    ^C

    And for temp prob on the expansion box:
    while true; do wget -qO- "http://192.168.1.4/communication.php?name=Admin&pass=<pass>&dir=enq&c ode=11001" |cat|cut -d'=' -f3;sleep 1;done
    463
    463
    463
    463
    463
    463
    463
    463
    463
    463
    463
    463
    ^C

    Thank Gunther :-)
    Last edited by Gael; 29.06.2019 at 20:41.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •