Recent content by bedi

  1. B

    Humidity Sensor connection mystery

    I also used this sensor but I never relied on the documentation; I just used multimeter to check where +5V and where ground and connected accordingly based on the sensor's datasheet. So if you connect it based on where real 5V and ground is and if +5V is stable (no issues with internal 5V...
  2. B

    Can't access WC8 remotely

    Support, your last message is not related to the problem I described here, at the very beginning and so on. It has nothing to do with inputs IPx.   I had no issues with IPx and I had no issues with the logic and the PLC functioning- it worked properly all the time, even with PLC program based on...
  3. B

    Can't access WC8 remotely

    OK, so I changed PLC program 4 weeks ago and it works no issues since then. The previous program used CTS for time markers (see the previous post). There was no any network traffic but it appears this PLC program caused this phenomenon where the board stopped responding via web- it looks like...
  4. B

    Can't access WC8 remotely

    I use similar to this in 3 places in the code, so 3 RAM locations are constantly updated with 32 bit number; maybe it is too much for the CPU and it stops responding to network traffic after some time?   TSTEQ RAM11 1   ADD CTS UROM2 RAM7 TSTGE CTS RAM7  GOTO OFF2  GOTO ON2   The logic: When...
  5. B

    Can't access WC8 remotely

    It worked 2 days; this morning it is not accessible again. I will be there in January; only then I  could do something. At least PLC is running and it does its job as for now.
  6. B

    Can't access WC8 remotely

    In my PLC program there are few places where I check if inputs are zero. For example, I use TSTEQ IP1 0 VAR1 Maybe it is better to use TSTNE IP1 1 VAR1 instead? Logically it is the same but maybe there is some caveat here?
  7. B

    Can't access WC8 remotely

    Sure I tested from outside while I was there, every day few time per day. I wanted to make sure all works properly before I fly. I checked on the way to airport- it worked fine; the next day I checked- gone; I could not connect to it anymore :-( I asked someone go there to turn it off and on...
  8. B

    Can't access WC8 remotely

    Yes, other place with WC8 use the same Deco M5 router and it works no issues. This router is connected to two WC8; only one has this problem. Again- it worked properly for more than a week; stopped working exactly once no one was in the condo for long time, thus I suspected something in the code...
  9. B

    Can't access WC8 remotely

    I have just rebooted the router- did not help... It works with another WC8 but does not work with this one... So the problem is 100% in the WC8. It sends email but does not allow access to its GUI. It's IP address and port did not change since I left the condo- and it worked... The only thing...
  10. B

    Can't access WC8 remotely

    Hi Suport, thanks for reply.   I can see on router app (Deco M5 smartphone app) that there is no traffic coming to the controller- it is 0k al the time, unless I try to communicate with it- then I see it receives 1-2 k but does not respond. The PLC code is not sending emails all the time- it...
  11. B

    Can't access WC8 remotely

    The WC8 controls A/C based on occupancy. I did port forwarding in TP-Link Deco M5 router. It worked fine for about a week during which I was in the condo- remote access worked fine too. Once I left the condo (I don't live there), the next day the controller became not accessible remotely via...
  12. B

    Temp Sensor Status

    For WC8, I noticed that temp sensor DS18B20 is sensitive to 5V voltage level. It will not work and will show "faulty" if the voltage is just above 5.00V, Say, it will not work if it will be 5.02V If the voltage is 4.95V, and below (down to 4V)  it works stable, no problems. So I guess if there...
  13. B

    WC8 questions

    Yes, and the way I fixed that just confirms that the current firmware has a bug when 2 emails should be sent at the same time- just as I explained many times, from the beginning. What I did is just workaround: I just make sure emails do not sent at the same time. 10 seconds delay makes this...
  14. B

    WC8 questions

    Wow, this is so funny :-) I have never seen that customer who has experience with this stuff for few weeks only, knows the stuff better than people who suppose to support the product :)   Support, do you understand English at least ? I already do not expect you to understand your own opcodes :)...
  15. B

    WC8 questions

    Well, I use only 4 digital inputs, one digital output, one  temp sensor  and humidity sensor, that's it. So I do not believe I abuse the board's resources a lot :-) And my code is not large, 81 lines only. The code runs sequentially to check all inputs, send emails if conditions met and turn...
Back
Top