Search results

  1. M

    Problem with code

    I'm trying to get some code to work and I'm getting some strange results.  I can get the board to send an email when the ACOFF function is called, but I'm not getting one when the ACON function is called.  The emails work when tested.  Anyone have any sugestions?   START DELAY 5000...
  2. M

    Rebooting Several Boxes

    I ran into a strange event today involving the webcontrol boards rebooting every few seconds.  I have three of them on the same network.  They have been working just fine for a while now.    I put a NVR on the same network with four ip cameras.  Once I did this, all three of the webcontrol...
  3. M

    Temperature wire distance

    One of my boards does not like to have the temperature sensor very far from it.  When I put the temperature sensor directly on the board, it runs fine for days.  When I put the temperature sensor farther away from the board, it reboots or at least the plc code restarts.  I've checked and changed...
  4. M

    2 webcontrol boards, 1 relay board

    Is there a way to use 2 webcontrol boards to control 1 relay board? They all have there own power supplies. I have one webcontrol board that uses an 8 channel relay board that are not all used. When I try to add a second webcontrol board, it will not work. It seems to be putting voltage on...
  5. M

    Humidity Bounce

    I have two boards setup in my basement. Both have humidity sensors on them. One for the basement to so I can control the dehumidifier. The other is upstairs so I can control the humidifier on the furnace during the winter. I never noticed it before, but there is about a 3% bounce on them. I...
  6. M

    Webcontrol Web App

    webcontrol http://db.tt/erHhEgSI webcontrolipad http://db.tt/Cswu9tQe The first one is formatted more towards phones and the second for tablets. I recommend getting familiar with jquery mobile, JavaScript and php scripting. The web app can control just about anything on the pc, windows and...
  7. M

    Http requests

    Recently I made my own web app interface for the webcontrol board. It's very quick and reliable running on a dell net book that I wasn't using. The app has a jquery mobile base with php and JavaScript. I read somewhere on this forum that the board has a http queue. My question is how large...
  8. M

    Temperature Sensor Conflicts

    I've been logging the temperature in my house in anticipation to move my furance over to the webcontrol board.  I started out with a waterproof digital probe from ebay.  It was very accurate and quick to respond to temperature changes.  Thinking of space and looks, I switched to a regular...
  9. M

    Another Rebooting Problem

    I just got a new board last week running the latest firmware(3.02.16c). The board seems to be rebooting randomly about every 6 to 8 hours. There is two temperature sensors and a light sensor on that board. I setup the board to send me an email every time the Plc starts over, so when I upload...
  10. M

    Prevent Power Up Email

    I'm currently working on a board that mainly does email notifications on relay events.  The problem I'm having is when the board is first powered up, it will send out emails for normal state conditions.  Is there a way to prevent that from happening? It seems possible, but I just can't see it. ...
  11. M

    Timer for Lights

    I'm trying to figure out a better way to turn on/off a light in my home. I setup a timer using PLC code to turn them on at 5pm and off at 10pm. The problem is my code will not allow me to manually turn the lights off for the entire hour at 5pm and on at 10pm. Is there a better way to write...
  12. M

    Board reboots and strange behavior

    I just got a new board so I could send the older one back to cai to be fixed and the firmware upgraded. After installing the new board yesterday, it seems to reboot every couple of hours. I woke up this morning and my living room lights were on and the garage door was up. I setup a program on...
  13. M

    PLC Code Question

    I purchased a new board to replace my broken one and became aware of the new firmware(bitware) feature. I wrote out the code and it just doesn't look right to me. I do free up three rams, but it seems like using the bitware on more than one sensor is a bad idea. I use openremote with the...
  14. M

    Circuit Design Question

    I'm redesigning my setup for my webcontrol board and I could use some advise on just how it should be build. I purchased a 8 channel relay board and a blank circuit board to build a seperate 5 volt power source. The power supply would provide power to the relay board and the sensors...
  15. M

    Board Locks Up

    I have a board that has been working great for over 8 months now. Today the board stopped responding to http requests. I can ping it, but no http. Any ideas why this happened? Thanks
  16. M

    Relay Board

    Can anyone recommend a good 8 channel relay module to use with the webcontrol board? Thanks
  17. M

    Wireless controller

    I have a wireless remote I use to turn on/off my dehumidifier. The issue is I'm going through batteries every six months or so. The remote takes a A23 12V battery. I have a relay setup on my Webcontrol board to use the remote. My question is how can I hookup the board so I can use the 5V...
  18. M

    Board issues

    I recently added two temperature sensors to the board and they work fine. The board is rebooting every night now. I tried reseting the board twice and it still reboots nightly. Any ideas on what I can do to fix it? Thanks, Mike
  19. M

    Timer Alarm Email

    I have a condensation pump I monitor in my basement. It counts how many times it runs and if it runs for more than 5 minutes, it is supose to send me an email. I don't get many false alarms, but I am getting them. I know that it is not running for more than 5 minutes. Here is my code...
  20. M

    Alternative PLC Code Change

    Is there a alternative way to send plc code to the board other than thourgh the browser?
Back
Top