• Please visit and share your knowledge at our sister communities:
  • If you have not, please join our official Homebrewing Facebook Group!

    Homebrewing Facebook Group

Search results

Homebrew Talk

Help Support Homebrew Talk:

This site may earn a commission from merchant affiliate links, including eBay, Amazon, and others.
  1. RiverCityBrewer

    BruControl: Brewery control & automation software

    If I'm following you correctly and you want to test for a "not true" state, then use the not-equal-to operator !=
  2. RiverCityBrewer

    BruControl: Brewery control & automation software

    Yep, all those things can be scripted, just as you describe. I posted my script a while ago somewhere in this thread for doing below.
  3. RiverCityBrewer

    BruControl: Brewery control & automation software

    Try /globals, not /global.
  4. RiverCityBrewer

    BruControl: Brewery control & automation software

    Based on your screenshots, it looks like your BC server (192.168.168.40) and iSpindel (192.168.4.1?) are in different subnets. If that is the case, do you have a route between them?
  5. RiverCityBrewer

    BruControl: Brewery control & automation software

    I'm ready for native 4-20ma inputs!
  6. RiverCityBrewer

    BruControl: Brewery control & automation software

    I have several of these as well. If going to tri-clamp, these work great and thread right on/off as needed. Also keep in mind that they need to be a bit of a distance away from flow disturbance like the pump or a valve (I think its 6x pipe diameter) otherwise they can give faulty readings. As...
  7. RiverCityBrewer

    BruControl: Brewery control & automation software

    Only option currently is an ESP32.
  8. RiverCityBrewer

    BruControl: Brewery control & automation software

    I ran into an issue today but I can't seem to replicate it. In the script window, I'm not sure what I did but all the line numbers in that particular script disappeared. I'm guessing that I can restart the program and they will reappear, but its not really opportune at this moment to do it, so...
  9. RiverCityBrewer

    BruControl: Brewery control & automation software

    Try the top left and top right corners of the script window to adjust vertical height. If a horizontal scroll bar comes up when you open the script window, the corners are just below the left/right arrows.
  10. RiverCityBrewer

    BruControl: Brewery control & automation software

    Is that power supply only for the MEGA? If so, turning down the voltage can ease the load on the regulator, thus letting it run cooler. I have a separate supply for mine and I run it as low as it would turn down to which was about 10.5v.
  11. RiverCityBrewer

    BruControl: Brewery control & automation software

    How fast are you polling the Arduino (assuming 1s) and what is your timeout setting (assuming 3s)? What firmware are you running on the MEGA? My understanding is that functions like PID are maintained at the interface level, so a random disconnect should leave the interface maintaining...
  12. RiverCityBrewer

    BruControl: Brewery control & automation software

    I have the same kettle, 5500w is more than enough. In fact, when it comes time to replace that element, in going to swap it for a 4500w. Edit: should also mention that I'm using a condenser.
  13. RiverCityBrewer

    BruControl: Brewery control & automation software

    For your first example, its not paused, its just that the 500ms wait is the longest wait in the script sequence and step one and two are executing so fast that its not displaying. Type "print 1" between your two alarm statements and you'll see that its still executing over and over in the...
  14. RiverCityBrewer

    BruControl: Brewery control & automation software

    Sleep will always wait the time set at that line before advancing to the next line. Goto will always immediately jump to the set place and execute the next line. Just keep in mind that the BC interpreter can process thousands of lines of script per second (probably more), so if you need to...
  15. RiverCityBrewer

    BruControl: Brewery control & automation software

    You need another sleep 500 after you switch the alarm background to 2. Without a pause there, you are changing to 2 but immediately changing back to 1, so you never see it change.
  16. RiverCityBrewer

    BruControl: Brewery control & automation software

    Interesting, I'm not sure what the issue is either then. Mine is an Espressif unit, but changing the bootloader definitely made it work. Oh well, its sorted either way if someone else has issues.
  17. RiverCityBrewer

    BruControl: Brewery control & automation software

    Oh sorry, I misunderstood how the unicon was setup as far as I/O. I think you are on the right track.
  18. RiverCityBrewer

    BruControl: Brewery control & automation software

    If you are more comfortable crimping vs soldering and are ok with the increased costs, I think the shielded patch panel will work fine. Keep in mind that the UniCon has 8 IO, but there are typically more than 8 wires associated with those 8 IO points. For example, the valves I use require 3...
  19. RiverCityBrewer

    BruControl: Brewery control & automation software

    Sure, if you have STP at your disposal, then use it, just make sure to ground the drain wire at the panel side.
  20. RiverCityBrewer

    BruControl: Brewery control & automation software

    I think you could use Ethernet jacks and wiring for sensors, but you would be missing out on the benefit of shielding.
Back
Top