-
Notifications
You must be signed in to change notification settings - Fork 19
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
4-20mA pressure sensor #76
Comments
Which pressure sensor and ph and orp sensors do you have? |
You can try to feed the mA from the IND to a generic IXIAN pH transmitter to see if it translates the values properly into pH. The calculation for that device is below to convert mA into pH.
|
A couple of things. First these are definitely not EZO probes so njsPC will not be able to simply pull the data and set up an output. You need to select other as the type of probe then feed it to the REM Chem controller through the feeds. Is the pH value correct? Also, there is not an 4-20mA ORP probe in REM yet as I have no idea what the formula translation is from mA to mV on the probe. Finally, you will need to create a generic pressure device and feed the adcValue to it for the pressure but I suspect this too does not have a corresponding mA to psi translation. |
I just put in some screenshots for hooking up a pressure transducer in a separate thread. tagyoureit/nodejs-poolController#995 (reply in thread) |
The method for adding is exactly how I added it to my poolController. The problem is the sensor is 4-20mA current and not voltage. There is data coming through, but it stays at 4.8psi. There is no way to scale the voltage for a current. |
Is there any way to map the current scale to voltage? Is there another way to display my PH and ORP values in my poolController main page as just a value from REM? |
Anyway to setup a 4-20mA pressure sensor with the SM IND board input. I can acquire the signal, but can only use voltage when setting up a generic device for filter pressure. Also using 4-20mA for PH sensor and ORP sensor. I can see the input but cannot find a way to integrate with poolController.
The text was updated successfully, but these errors were encountered: