ORP standard

Request new hardware or ideas for the controller
Post Reply
User avatar
jsclownfish
Posts: 378
Joined: Mon Oct 24, 2011 7:52 pm
Location: Saint Louis

ORP standard

Post by jsclownfish »

Since I don't have an ORP standard solution around and I'm less concerned about the actual value as I am about variance in the number, what is a typical value for the standard and can I just add it to my code?
-Jon
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: ORP standard

Post by rimai »

Try this either in a internal memory file or on your setup() section:

Code: Select all

    InternalMemory.ORPMin_write(2050);
    InternalMemory.ORPMax_write(450);
Roberto.
User avatar
jsclownfish
Posts: 378
Joined: Mon Oct 24, 2011 7:52 pm
Location: Saint Louis

Re: ORP standard

Post by jsclownfish »

My code doesn't seem to recognize "ORPMin_write" or "ORPMax_write" as they generate errors and are not converted to orange text in the code. I looked for an example code, but couldn't find one for ORP in the folder.

-Jon
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: ORP standard

Post by rimai »

Which version are you using?
Roberto.
User avatar
jsclownfish
Posts: 378
Joined: Mon Oct 24, 2011 7:52 pm
Location: Saint Louis

Re: ORP standard

Post by jsclownfish »

I think it is v0.9.0. I'll update them.

That did the trick! Thanks! :D
-Jon
Post Reply