Recent content by salesguy

  1. S

    Best Practice - CAI controlled Sprinkler

    I know there have been several topics on scheduled events including running sprinklers, spa's, etc.   I'm asking for some feedback on those who have used our beloved Webcontrol to operate a lawn sprinkler system, what additional inputs they have used and how it's worked. ...
  2. S

    PLC code to toggle TTL daily

    Not that it's not interesting, but why have we gone so far off topic???   I do love these little boards, so fun.   can't wait to get my sprinkler system automated using the webcontrol, with (hopefully) some adidtions like soil moisture and other plus ups (maybe even weather forecast data)...
  3. S

    PLC code to toggle TTL daily

    Maybe I can have this code call me to tell me the bit has been toggled on OP3 every night at 1AM!
  4. S

    PLC code to toggle TTL daily

    Man you guys are good!   I mispoke the original requirement, what I am doing is resetting a potentially misbehaving arduino board by bringing OP3 LOW, which is connected to the reset pin on the arduino.      Seems like it did the trick last night.  
  5. S

    PLC code to toggle TTL daily

    I implemented some code that I can read easily and follows logic I use elsewhere, ie, using flags, etc.  I'm sure there is a more efficient way of doing this, but this worked well:     TSTEQ CH 1         CALLSUB RESET   TSTNE CH 1         SET RAM3 0     RESET:     TSTEQ RAM3 1     RET     SET...
  6. S

    PLC code to toggle TTL daily

    Thanks very much, I'm running version v03.02.14
  7. S

    PLC code to toggle TTL daily

    Hey folks, I am a long time lurker and users of the Webcontrol, and have been away from my boards and this hobby for a bit while focusing on a new job.  I want to get back into using my webcontrol board for what it's great at doing, things like scheduled TTL changes.     I want to use the board...
  8. S

    suggestions for enhancements to webcontrol (not 32)

    That is a great idea, since these items are high margin but low cost, the shipping savings would make a starter kit worth stocking. At least as a trial thing to see how well they sell.
  9. S

    suggestions for enhancements to webcontrol (not 32)

    Thanks for listening to suggestions. Comments: 1) There is an iphone/ipad app being developed by a third party, in that app, it allows user to rename the I/O inside app. Once they released app in next few days, iPhone and iPad users can rename each TTL input and output to whatever the name...
  10. S

    SmartHome WebControl version number

    Congrats on the distribution deal with smarthome, the more you sell the better for us!
  11. S

    suggestions for enhancements to webcontrol (not 32)

    Some thoughts on future releases: -Allow user changes to GUI. ie, change labels on inputs, outputs -ability to turn on/off 1-wire polling -Support for DHT series temp/humidity sensors. They are just a few bucks each and very reliable. -exposure more TCP capability to send TCP/UDP messages vs...
  12. S

    Noise may affect WebControl operation through Power Supply

    I agree and since I have made this change my boards have been 100% stable. Thanks to CAI for the excellent support!
  13. S

    Board is dead, what next?

    That is a good question, I had the same thing happen, weird resets, PLC code gone missing, etc. I attributed it to power supply issues, since moving to the ISOBAR power strip and more importantly (per CAI) taking all relays off the same power supply as the board, I have not had that issue...
  14. S

    Board is dead, what next?

    That is funny because I had the same thing happen to one of my boards. I don't know what happened, but we left for a trip and my board went crazy, causing my garage door to open and close a few times, leaving it open. My neighbor had to close it, and from now on my wife things HAI stuff is...
  15. test

    test

    test
Back
Top