Search results

  1. C

    My Simple Alarm System (With Email Alerts)

    Yeah, I could, but I prefer the KISS principle. :) I have the digital inputs, might as well use 'em. I can also loop digitals together (break the loop, alarm goes off).
  2. C

    My Simple Alarm System (With Email Alerts)

    Hey pittom,   My doors are wired (well, going to be). I'm going to put a current limiting resistor on the +5V send (haven't decided the value yet, but it'll probably just be something from my grab bag, 220 ohm, 1k, whatever works), and then loop through a closed-when-closed magnetic proximity...
  3. C

    Beta test a free android app for WebControl

    Perhaps a user-configurable refresh timer (as a field under setup), in seconds? That way, if I only want to refresh every 300 seconds, I can.
  4. C

    My Simple Alarm System (With Email Alerts)

    Not for my purpose. The TESTEQ command has the following characteristic:   "If test evaluates to false then the next instruction is skipped." (which implies that the instruction after the next one is executed no matter what)   So, if the alarm is enabled ("statement is true"), then it runs the...
  5. C

    My Simple Alarm System (With Email Alerts)

    Here's my simple project. For now, I'm using an old PC case to hold it, with the PC power supply (which will work quite well, supplying +12V and +5V to drive the relays, siren, and power the Webcontrol). Power consumption (according to my kill-a-watt) is 7-8 watts, including the PC power supply...
  6. C

    Beta test a free android app for WebControl

    It took 2 times pressing "Wait", but eventually it did start up.   On my TTL Outputs, the icons do change as I press them (the 'circle' changes colors). I have relays attached, so I hear the relays click pretty much as I push the button.   Output 4 is also working properly. :)   So far so good.
  7. C

    Beta test a free android app for WebControl

    I'll give it a go when I get home.   Any thoughts to adding the capability to work with multiple WebControls? I have one project, already have an idea for the next one - and it appears the app can only handle one unit right now. (Users... they always want more... ;) )
  8. C

    Beta test a free android app for WebControl

    Thank you! Yes, it loaded no problem, and seems to work just fine. The only small issue that I spot right away is that output #4 is not working. It works from my PC (through the web GUI), but not through the Android app. I can toggle all of the other outputs in the Android app.   I do plan to...
  9. C

    Beta test a free android app for WebControl

    I am just wondering, does this app need any special permissions (like being root)? My phone is not rooted, that's why I ask.
  10. C

    Beta test a free android app for WebControl

    I'm trying on my Samsung Galaxy S2 (Sprint), last 3 versions (0130, 0206, 0215) and all I get is a white screen for 60 seconds, and then a force close. Running Android 4.0.4.
  11. C

    Some help programming :)

    I'm new to this (just received my WebControl yesterday), but looking at the structure of your program, I see some things that I'd work towards changing. The main body of the program begins with START, and ends with END. That's fine. But your subroutines should begin with the subroutine name...
Back
Top