Recent content by tbalon

  1. T

    non-blocking delay on the input

      I will do some more testing tomorrow using the LED instead of sending email. At least if it works consistently with the LED then I can chalk it up to email glitch. At least the emails get delivered...    What I was seeing originally was that even with a 10 second delay on the input, the email...
  2. T

    non-blocking delay on the input

      FW: 3.02.13 
  3. T

    non-blocking delay on the input

      Using the LED off OP1 showed that the delay is indeed working as expected.    I replaced EMAIL EM1 with SET OP1 1, and added a SET OP1 0 after the set RAM2 0  When I use the LED on the output I can see that it works as it should.   I believe my confusion with this has more to do with the EMAIL...
  4. T

    non-blocking delay on the input

      Here is the entire program. While I'm sure it could be optimized, written differently etc. etc. , I'm more concerned with why the delay doesn't appear to be working properly.      START     SET RAM1 0    // flag to indicate email 1 sent SET RAM2 0   // flag to indicate email 2 sent   LOOP...
  5. T

    non-blocking delay on the input

      Ok, I've changed the code to use a 10 second delay and loaded the new program.   TSTEQ IP2[10000] 1  CALLSUB PWRFAIL   I then viewed the inputs IP2 is 0   I disconnect the wall wart which is driving the CNY-17 opto-coupler   I hit refresh every second   After about 3 seconds,  IP2 goes high. (...
  6. T

    non-blocking delay on the input

      This makes sense, however in my case this is a TTL input. Only 0 or 1 no hi-z. 
  7. T

    non-blocking delay on the input

      I've done this using a simple momentary switch connected as well, same results so while there is some decay time for the wall wart, it still calls the subr immediately.  I don't have web polling enabled, so I hit the refresh button. It does not change immediately. 
  8. T

    non-blocking delay on the input

      I have TTL Input 2 set up to monitor the A/C power to our house. The WebControl Board is set up on a UPS system so it runs for several hours even when power is out. However, I want to know if the power is out so I setup a simple input to send me an email when the power goes out.    I want to...
  9. T

    non blocking delay usage

    WebControl rev 2.2.2, firmware SH 3.2.13   One of my TLL inputs is connected to a switch ( opto ) that detects when a backup sump pump is activated. The code I have works, but I originally had issues with multiple emails being sent.    The switch, on IP1, is normally high (1) indicating the...
  10. T

    Diy - detecting water leaks or water level....

      My sensor is in a closed environment. There is a small diaphragm in the unit. It appears that small water droplets will form on  the sensor after time. How much time varies with the amount of temperature shift seen during the interval. This results in  measurements that are way off...
  11. T

    Diy - detecting water leaks or water level....

      Yes, I wrote the software using php that looks at the data stored by the sensor to display the information on the web page. The gauges use Google Charts ( https://developers.google.com/chart/interactive/docs/index ) for the gauge.    The RNXV is based on the Xbee format, but is standard 802.11...
  12. T

    Diy - detecting water leaks or water level....

    Just saw this post... I built a wireless remote water level sensor using the following.   - HRLV-MaxSonar Sensor. This has an accuracy of 1mm at distance up to 5 meters. The max depth I was measuring was 3m - Roving Networks RN-XV. This is a wifi device with A/D inputs to read and relay data...
  13. T

    Brand new board... f/w 3.0.2.13 ?

    Thanks so much... Still waiting for some sensors before we begin. 
  14. T

    Brand new board... f/w 3.0.2.13 ?

    Just received my new board. I'm in Canada and ordered mine from SmartHome.com. They were the only folks that had anything resembling reasonable shipping to Canada using USPS.  FedEx and UPS were outrageous  ... .anyway,    I got the board, and powered it up. Firmware is 3.0.2.13SH ( I'm guessing...
  15. T

    Terminal boards for WebControl

      Just sent you an email... Thanks !
Back
Top