Starting with REM... Newb questions #514
Replies: 13 comments 113 replies
-
Yes you can simply turn off the temperature feed from njsPC and turn one on from another sensor. Or you can simply put the sample in the same place as the standards for a bit or vice versa. However, it may not be a bad thing to allow you to turn off the feed from njsPC and enter a single value. While the temperature compensation is important, its range in compensation between 75 and 95 degrees is around .04pH. So if the water temperature is within 15 degrees of the standards temperature any variance will be negligible. If we we measuring pH on very high temperature standard solutions then we would need to rethink that. I am not a fan of the internal pull ups for inputs on the Raspberry pi unless you are very careful. First you must change the pin to input then the really only safe way is to enable the pullup in the boot.txt file. The internal pull up/down resistors on the BCM cannot be read back. You must know what state they are in for input on the pins. If you do not then you can destroy the pin when you short a digital input. My typical mode of operation is to solder a protection resistor on the 3v3 line and a pull down on the input line. This turns the 2 wire digital device into a 3 wire and I can't screw it up. If the pin gets inadvertently exported as an output then it just won't work. There is no danger of destroying the pin. Now after that explanation yes you can use the internal pull up/down resistors on the pi. For the pin simply enable the pull up/down resistors in the config.txt. This will ensure the pu/pd is set appropriately on boot. |
Beta Was this translation helpful? Give feedback.
-
I got my IPS flow cell today. I was dissapointed that for almost $200 it didn't come with and tubing or fittings for insertion. Owell. It looks like the flow cell is actually 2 separate parts adhered together. If it could be purchased non adhered, it would be pretty easy to put the lid in my laser engraver and cut the circles to 3/4" for industrial probes. Also got my intelliph tank. It did come with insertion fittings and tubing, but I feel like I'd rather tap into the side of a fitting then the middle of the pipe. How have you all tapped in for chemical insertion? |
Beta Was this translation helpful? Give feedback.
-
I designed a jig to make sure the hole is straight and practiced many times. Jig is here if anyone ever needs it. https://www.thingiverse.com/thing:5436851 I feel I have it down. Time to tap the real deal tomorrow. |
Beta Was this translation helpful? Give feedback.
-
Any idea if the lab grade probes will fit in the probe holders that come with the IPS flow cell? Or should I order one from Atlas for 1/2"? |
Beta Was this translation helpful? Give feedback.
-
I only want to control pH. I got the Atlas Isolated carrier board and EZO-PH with lab grade probe. I'm in I2C mode (blue light). I've connected VCC to 3.3V, Ground, Tx to SDA pin 27, Rx to SCL pin 28. I have RTFM but Atlas documentation really sucks. Default channel 99 I2cdetect -l returns nothing. I can't detect any I2C devices in REM. Do I need to install anything else? |
Beta Was this translation helpful? Give feedback.
-
I am finally up and running! Since I don't have the industrial probe, I did not have the temperature feed for calibration. I put my solutions in a bucket of pool water and had to go into the pool controller software and turn on ph control before it would feed the body temperature back in the calibration window. It would be great just to be able to put in a quick manual temperature for the calibration. How do I get the "corrosion may occur" warning to go away? Is it because I'm using 31 baume acid? |
Beta Was this translation helpful? Give feedback.
-
Let's get your settings correct. First, since you are configured with a pH probe lets dose by volume not time. Set the max dose volume to 50mL and delete that feed for the temperature from REM. Then set the mixing time to 1 hour. Also make sure you have set up your body capacity in the Bodies configuration. Since you do not have a temperature probe in the flow cell simply click the Feed Body Temperature checkbox on the Hardware tab. |
Beta Was this translation helpful? Give feedback.
-
As my actual roof space was mostly eaten up by photovoltaic, I DIYed 15 x 1foot Hot2Sun panels on a ballasted system on top of my insulated patio cover. The vacuum valve leaked at first but the replacement has been holding well. The manufacturer recommends no more than 7 PSI through the headers to keep the soft fin tubing young and vivacious for decades. From experimenting, that's about 2500RPM. I really am excited about getting my pH and TA under control. My scaling was so bad a few years ago, I had to drop the pH below 7 and scuba dive for a few hours with a putty knife to get it all off. My buddy was about to drop some money on a Pentair easy touch system, and I showed him about the Nixie controller. He started ordering stuff already. With all the markups in the world on cars, eggs, gas, etc the hardest one for me is paying $200 for a $35 Raspberry Pi! |
Beta Was this translation helpful? Give feedback.
-
Without a doubt, in this case it was because of the loss of isolation of the probe. I'm sitting at a pretty 7.5 pH with an alkalinity of 97. 600ml of acid dispensed in the last 24 hours. So far so good. |
Beta Was this translation helpful? Give feedback.
-
I started getting this error when I tried to add a schedule yesterday. I deleted the schedule from easy touch menu and the comm error resolved. Now it's back. |
Beta Was this translation helpful? Give feedback.
-
2 days ago my ph as reported in Dash Panel was 7.6 all day, and it kept dosing acid despite the pH dropping as reported in I2C panel of REM. I ended up at a pH of 7.3 (setpoint is 7.5). Just now dashpanel showed 7.4 but REM showed 7.58. When i go in and uncheck FLOW readings only in the chemistry tap it refreshed the pH to reflect what REM is showing. How often does pool controller/dash panel query the probe results from REM? Should i leave the flow reading only unchecked for more timely updates? |
Beta Was this translation helpful? Give feedback.
-
I finally installed in a orp probe. They were 20% off at Atlas scientific so I bit the bullet. Calibration was without an issue. From my googleing, standard orp should be 650 to 750. Njspc defaults to 450. Where do you gents keep your set? How often for the read interval? |
Beta Was this translation helpful? Give feedback.
-
I used 4th of July sales from Poolsupplyunlimited to I order my flow cell and Pentair acid dispenser today. Unfortunately they don't carry them in stock for local pickup so I pretty much blew the savings in shipping.
I have REM up and running but no probes yet. I'm still trying to decide between lab vs industrial.
A few newb questions:
If I get the lab pH probes without temp, what do I do about the temperature for the calibration step? Can the temperature of those solutions be measured with an external thermometer and be manually input?
Can the GPIO pin used for the flow sensor be pulled down internally in the software instead of using a physical 10K resistor? I think it's a 50K ohm internal resistor. Perhaps it could be an option after choosing the GPIO input option?
Beta Was this translation helpful? Give feedback.
All reactions