Recent content by edlentz

  1. E

    Where can I find the CAI Web Control App

    Some time ago there was a Web Control app.  Is it still available and if so where can I find it?   Thanks in advance
  2. E

    Temp Sensor questions

    Yes al the TTL outputs are controlled by PLC.
  3. E

    Temp Sensor questions

    OP4 stays off no matter what i set T1 at.  I can manually set OP4 to 1 and it runs the relay to turn on the pump.  That is the way I have been using it so far.  So the temp either C or F has to be what it is set for in the device setup and it needs to be 3 digits.  I changed the temp in the code...
  4. E

    Temp Sensor questions

    I have had a CAI Web Control board for a couple of years now.  Mostly I use it to open and close my garage doors.  I have used a couple of temp sensors to monitor temps around my house.  Now I want to take it a little further.  I want to monitor my pool water temp and start my solar pump, keep...
  5. E

    what have I got wrong

    Thanks Larry I will continue to play around.
  6. E

    what have I got wrong

    I have to admit I am a noob on programming.  I literally took the code for that subroutine out of the manual.  No wonder it is always true.  I want to be able to control some lights with this.  I guess I need to study some more.   Thanks
  7. E

    what have I got wrong

    I used the manual example and the output doesn't change.  Am I missiing something?  Here's my code   START TSTEQ OP1[1000] 1 SET OP1 0 TSTEQ OP2[1000] 1 SET OP2 0 TSTNE IP4[50] VAR1 CALLSUB BTN_CHG TSTEQ IP4[1000] 0 CALLSUB BTN_DONE CALLSUB LITES END...
  8. E

    One input two outputs

    Hey that last change got it!  Thanks!  I added [1000] to the set op1 so it would time out and it appears to work just like I want it.  I have been testing with a shorting wire LOL .  Now i need to get a button.   Thanks again!
  9. E

    One input two outputs

    Thanks for the help guys!   Coconut   The first button press set the first OP to 1 and it stayed there, the second press set op2 to 1.  Both stayed on and would not go off.     Ross,   Your code got closer,  The first button press set the first OP to 1 and it went to 0 after a couple of seconds...
  10. E

    One input two outputs

    I was thnking something like sensing the first button press and waiting a preset time (2 sec), if another press during that time open door #2, if there isn't a second button press then open door #1.  I just don't know how to implement it
  11. E

    One input two outputs

    Hi all   I want to use a button as an input to my CAI.  I already have a setup where I tell the CAI over a web page to change an output to close a relay to open one of my garage doors.  I use it to open/close either on demand.  I would like to setup a single button in the house connected to a...
  12. E

    Need suggestions on Temp Sensor housing

    Thanks guys I think I have some ideas now.  I forgot for awhile that I have infloor radiant heat, sticking it out in the room measuring the air temp might not be as good indicator as I first thought. I will play hide and seek with them :)
  13. E

    Need suggestions on Temp Sensor housing

    I want to set this system up to monitor my heating system and possibly control it in the near future.  I have several of the sensors hanging out all over the house, but they are just that, hanging off the wire.  What do yu guys use to house these small temp sensors?  I have a Stadler Viega...
  14. E

    Temp sensor connections

    I am a tinkerer at heart and tend to rush off and hook stuff up. I'll DL the Maxim Doc. rossow I will take any tips and tricks you want to share anytime. Thanks
  15. E

    Temp sensor connections

    rossow-- where do you get your sensors, and parts. My temp sensors are up against copper piping and I am not sure they will last the way I have them against the pipe. I like the individual connections. That way if I have a bum sensor I can replace it quickly. fwd03 -- I do have the...
Back
Top