slug said:They emailed me a quote for the b20, $360. About $300 overpriced.
BlitzM4 said:I got a quote for a hanna PH transmiter (HI 8614) that was $348.00 so the b20 certainly isnt cheaper than other transmitters that are available.
BlitzM4 said:I looked at the instructions for the hanna ph transmitter. The only connections it has are 2 for a temp probe/resistor for temp compensation and 2 more for the 4-20mA loop (+VE Loop and -VE Loop) would this just connect to the plcs A+ and A- or is there more to it than that?
BlitzM4 said:I looked at the instructions for the hanna ph transmitter. The only connections it has are 2 for a temp probe/resistor for temp compensation and 2 more for the 4-20mA loop (+VE Loop and -VE Loop) would this just connect to the plcs A+ and A- or is there more to it than that?
BlitzM4 said:http://www.hannainst.com/downloads/instr/hi8614.pdf
here you go, the instructions show no 3rd connection and no power connection.... but it does say it needs 18-30VDC so it must connect somewhere.
The 4-20mA loop cant provide power to the transmitter?
javajaws said:What's the easiest way to keep track of the total time a contact has been closed (i.e. to keep track of how long a pump/light was on, etc.). The count will be in many hours...
Most timers don't seem to like to keep time for that long...so I assume I'll have to check timestamps and calculate on-time for each on/off cycle? Other approaches?
easttn said:Roy,
If you need any R's C's, Xistors, relays or DIPs send me a PM. Got twenty years of the stuff.
Java,
These PLCs have a real time clock and load TOD (time of day) on every pass of reading the stack, it measured in mSand accurate to less than 2min/ month. Events like lighting and such are enabled and disabled as the day passes, no timers for these perse. If you do need timers for delays and what not, there are 64 - 1ms, 16 - 10ms, and 236 - 100ms ones available. Roy understands this I believe, but I don't..yet. There is a battery backup that is good for 190 hours. (Doh, Roy beat me to it.)
gabe21804 said:Or you could have a timer trigger a counter when it hits a certain time frame, for example when 15 mins have passed it adds a count to the counter. To get the time you would create a math expression to multiply the counter by 15, and add whats ever on the time to it. This method is less memory intense, and doesn't force the plc to count every 20ms, as it would have to if the counter was counting a cycle.