Hi CBG, Yes, you can run multiple processes like brewing and fermenting from one or multiple interfaces (Advanced version required for multiple interf...
Sorry... not following you. The "element switching relay" is there to ensure only one element contactor is possible on at a time. The SSRs are ultimat...
I am not exactly certain what @Augiedoggy is doing here, so I cannot comment. Perhaps he can post up a sketch. In the schematics we put online, we use...
Hi... sorry for the delay - I needed to look it up. The board is 70 x 72mm, or 2.75 x 2.83", with the first dimension being the width along the DIN ra...
Yes... that's will work. This is a 5V coil active low. You can use a 5V coil active high or 12V active low too. Any active low boards get the switch s...
Yes. It may not have the exact same level of control, but it can be done that way. You can run it open loop or use the FM for feedback.
XLRs are certainly robust but are not space efficient when using a bunch. I like the 3 to 5 pin round connectors like:/p>
No, you cannot have duplicate device elements, whether they be on the same workspace or another. Because each device is addressed in the scripting, ea...
Hi, You can do a fairly straightforward swap with the BCS and an Arduino MEGA for the BruControl interface as the inputs and outputs on both are activ...
Yes, there is a problem with the ESP8266 devices remembering the network settings. Keep an eye out for firmware 42P or higher... should be posted with...
Hi, Yes, we have it on the board to allow for data import/export to/from BruControl. With respect to other sensors, nothing is impossible - we just ha...
Yes, but you have pointed out a couple of bugs we will address (thank you for that). True/False and on/off should work. Also, the state is reporting i...
Hi. You can use the 'wait' statement to pause until the input changes. For example: wait "Digital In 1" value == 0 or you can use a loop with the 'if...