Forum Software Ferduino code Problem with atlas stamps ph v5.0

Problem with atlas stamps ph v5.0  [SOLVED]


Post Number:#1 Post Sun Jun 29, 2014 3:50 pm
Posts: 27
Topics: 3
Solve rating: 0
Joined: Mon May 12, 2014 4:31 pm
Topics: 3
Age: 40
Gender: Male
National Flag:
Spain
Hello colleagues recently talking about problems with fernando ph readings in my driver .. after several hours lost .. I commented my problem ... some more user has in his hands a stamp ph v5.0?
the problem is this .. to send the temperature value to compensate ph reading. the stamp does not return the value of ph. in the manuals insist that function works that way.
Any user with any stamp v5.0 could confirm me? I have 3 units of v5.0 and have the same problem. We also have a stamp v.3.4 and working properly. someone could confirm that the same problem will happen?

Post Number:#2 Post Tue Jul 01, 2014 3:44 am
Posts: 23
Topics: 4
Solve rating: 0
Joined: Fri May 09, 2014 6:55 am
Topics: 4
Age: 48
Location: Tuscany, Italy
Gender: Male
National Flag:
Italy
Hi Richard,

unfortunately I don't have a stamp to test, but it could be useful to have a link of your stamp v5.0 and a link of your working stamp. Maybe comparing the two datasheets we can find some useful informations.

S.

Post Number:#3 Post Tue Jul 01, 2014 4:48 am
Posts: 27
Topics: 3
Solve rating: 0
Joined: Mon May 12, 2014 4:31 pm
Topics: 3
Age: 40
Gender: Male
National Flag:
Spain
thanks for answering .. fernando already reviewed the pdf of stamps but also I leave the two pdf ..
the version stamp that works properly.
https://www.atlas-scientific.com/_files ... it_3.2.pdf
the version stamp does not.
stamp v5.0
Thanks for your interest

Post Number:#4 Post Tue Jul 01, 2014 3:01 pm
Posts: 27
Topics: 3
Solve rating: 0
Joined: Mon May 12, 2014 4:31 pm
Topics: 3
Age: 40
Gender: Male
National Flag:
Spain
hello again. I just received high response cientific about the problem with v.5.0 stamps as friend fernando detect the problem of temperature compensation costs. atlas for just answered me that they have reprogrammed the module and this function has been removed. that if we send temperature compensated reading but not automatically returns the value ..
All in the code we will have to suffer some ferduino adaptation to this change with the modules v.5.0

Post Number:#5 Post Thu Jul 31, 2014 6:05 pm
Posts: 1699
Topics: 38
Images: 301
Solve rating: 233
Joined: Mon Mar 03, 2014 5:59 pm
Topics: 38
Age: 39
Location: São Paulo
Gender: Male
National Flag:
Brazil

Hi!

The solution to this problem is simple.

In the tab Stamps after:

    Open_channel(ph1);
    Serial3.print(tempC);
    Serial3.print('\r');
    delay(500);


And:

    Open_channel(ph2);
    Serial3.print(tempC);
    Serial3.print('\r');
    delay(500);


Add:

   Serial3.print("r");
   Serial3.print('\r');
   delay(500);


Best regards.
Post your doubts on forum because it can help another user too. Just PM me for support if it's absolutely necessary.




Return to Ferduino code





Who is online

Users viewing this topic: No registered users and 1 guest

cron