No, a computer does not need to stay connected. Duty cycles, Hysteresis, and PID devices will continue to function, outputs will hold their states, co...
Yes, you can move it by emailing us anytime. The processing is split - time critical functions like duty cycle are handled autonomously on the interf...
You can use a load cell. Some people do but there are some shortcomings, like all. Physically, they are tough to set up, and they can creep. Also unde...
Hi. I do personally use ball valves due to their cost and size. They are not ideal for clean operations because the ball valve seats have dead space b...
As far as the Arduino or other interface microcontroller is concerned - no worries... you don't need to program it or anything - we handle the firmwar...
Using what network type? Ethernet (use a switch)? WiFi (use an access point)?
The data folder has the recorded data (used to make graphs and can be used for other purposes). The logs folder is for debugging and contains the hist...
Hi! Apologies for the delay... the forum didn’t report your request sitting in queue... and we have moderation enabled to prevent... err reduce spam. ...
Sorry, new users require approval before posting - spam is a nightmare!
Simply stated, don’t use ‘wait’ statements. Use ‘if’ checks so that continuous evaluations occur. That make sense?
Yes, the files can grow large. Recording element data every second will do that! To reduce your file sizes, extend the Refresh Interval (whole interfa...
Correct - v1.0 cannot currently pass variables across scripts. You can combine scripts into one, and allow multiple loops to run in "real time" to hav...
Depends. In my personal setup, I have BC running on a computer that runs all the time, so BC runs like a server. This is so I can keep an eye on my di...
Here is mine... wires from each jacket are heat shrinked, then outer bundle of 4 jackets are heat-shrinked together. The wires (not the jackets) run i...
That is odd. Do you have an linear offset calibration set up anywhere in the sensor or PID?