• 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

    Top left corner of the script window moves it just fine. If you are moving elements, try creating a blank workspace and adjust the script window there. Also, you can lock the workspace but still move the script window.
  2. RiverCityBrewer

    BruControl: Brewery control & automation software

    The integrated antenna on a ESP32 module isn't really up to snuff for listening to weak signals. I've had success with an ESP32 with external antenna adapter, then adding a 8db antenna to it to increase the gain.
  3. RiverCityBrewer

    BruControl: Brewery control & automation software

    Mine is a Elegoo for reference.
  4. RiverCityBrewer

    BruControl: Brewery control & automation software

    In my setup, I use static IP for everything.
  5. RiverCityBrewer

    BruControl: Brewery control & automation software

    Had some time to update my mega (previously on 45K with no issues) to 45O this evening, and I am having similar problems with 45O and the W5500 ethernet shield. Ethernet communications are also strange (I'll see if I can get a packet capture tomorrow to confirm what I think is going on), but I...
  6. RiverCityBrewer

    BruControl: Brewery control & automation software

    I picked up a few of those a couple months ago. Found out that ESP32S and ESP32-DevkitC are not the same sized board. The DevkitC is about 2-3mm wider than the 32S. Not a big deal as long as you didn't plan on using existing boards.
  7. RiverCityBrewer

    BruControl: Brewery control & automation software

    Does this only apply to the mega DOs? I have a couple 8266 boards who's DOs appear to work and they are on *OLD* firmware.
  8. RiverCityBrewer

    BruControl: Brewery control & automation software

    Couple gotchas on the upgrade, all licensing based. 1 - The license didn't automatically activate on startup, I had to manually tell it to. This may be by design, but wasn't explicitly spelled out. 2 - If running the pro license, data exchange faulted because the license wasn't activated on...
  9. RiverCityBrewer

    BruControl: Brewery control & automation software

    My instructions were based around Windows Server 2012R2 and Windows Server 2019 1809 LTSC. I much prefer the LTSC releases over SAC, but in many cases, I'm in the minority on that issue.
  10. RiverCityBrewer

    BruControl: Brewery control & automation software

    Pesky updated versions... Glad you got it sorted out.
  11. RiverCityBrewer

    BruControl: Brewery control & automation software

    What was the issue? I'd like to update the document.
  12. RiverCityBrewer

    BruControl: Brewery control & automation software

    The first step would be getting it installed and familiarizing yourself with the layout and add-on modules. If you have a raspberry pi, it is installed by default and really easy to turn on and play with. If you want to install it on Windows (probably easiest to install it on the same machine...
  13. RiverCityBrewer

    BruControl: Brewery control & automation software

    You have the concept, though I don't think Excel is capable of performing the API calls. I use a platform called node-red to pass data back and forth via the data exchange. It requires the Pro license, but it opens up a lot of flexibility. I use it to populate recipe data via a BeerXML file...
  14. RiverCityBrewer

    BruControl: Brewery control & automation software

    To my knowledge, exponent functions are not part of the math library in BC. I had a similar need, so I offloaded that math to another platform via the data-exchange.
  15. RiverCityBrewer

    BC Script help

    Correct, you could modify it multiple ways to get what you want.
  16. RiverCityBrewer

    BC Script help

    Couple things here: If you want this to persist a script stop/start, use a global, otherwise use a script variable. Create a global/variable to save your "snapshot in time", then create a global to hold your change value. Every time interval, compare the real time value to the snapshot value...
  17. RiverCityBrewer

    BruControl: Brewery control & automation software

    I would use standoff screws to mount the backplane to the enclosure.
  18. RiverCityBrewer

    BruControl: Brewery control & automation software

    Looks like it keeps trying to connect to the 2019 DB. You don't want the MDF from the 1.1.9 zip, you want the MDF from the SQLServer2012.zip
  19. RiverCityBrewer

    BruControl: Brewery control & automation software

    There should be a space between the two words, "Data Source" and "Integrated Security"
  20. RiverCityBrewer

    BruControl: Brewery control & automation software

    Thanks for the clarification. I don't think there is any way currently to simply assign the opposite state without performing multiple tests to first determine the state.
Back
Top