This project prints BP#05's two holding registers (FLOOD_FLAG and FLOOD_SENSITIVITY) along with the current time.
Please see our BP Sensors to LCD Graph tutorial to learn how to setup slave Modbus devices in AppBlocks.
This project prints BP#05's two holding registers (FLOOD_FLAG and FLOOD_SENSITIVITY) along with the current time.
Please see our BP Sensors to LCD Graph tutorial to learn how to setup slave Modbus devices in AppBlocks.
This project shows how to use Tibbit #22 with an RTD sensor.
RTD sensors excel in applications that require a broad measurement range. Certain RTDs supported by TPS can measure from –200°C to +1000°C, covering temperatures that integrated-circuit (IC) sensors cannot handle.
In this project, there are two variables:
temp_rtd
, a "float" data type variable.max_temp
, a "value(number)" data type variable.The logic behind this project is simple. Every five seconds, if temp_rtd
is above max_temp
, a warning message is printed and TPS beeps three times. If if temp_rtd
is below max_temp
, then max_temp
is printed with no beeping.
This project shows how to use Tibbit #62. Tibbit #62 features two identical individually configurable 1-wire/single-wire channels. Each channel can accommodate up to sixteen 1-wire sensors or one single-wire sensor.
Running on just two or three wire connections and supporting long cable lengths, 1-wire digital temperature sensors offer a reliable and cost-effective solution for building automation, precision agriculture, industrial control, and other applications requiring multipoint temperature measurement. Where temperature and humidity sensing are called for, installers can opt for single-wire DHT11 and DHT22 devices.
The following walkthrough shows the step-by-step creation of this project:
The project showcases AppBlock's prowess in working with Modbus devices.
Driving the pump is Kamoer's 4460.5 board. This board can be controlled via the RS485 Modbus interface.
This utility project scans the range of possible modbus sensor ids and prints out the ids of the sensors that respond to the query. The project is useful for identifying the modbus id of a sensor.
Photos below illustrate the test arrangement. All sensor Tibbits are plugged into the same socket S1.
This project demonstrates how to upload temperature readings from a modbus temperature sensor to the cloud via MQTT.
The temperature sensor data is polled automatically, and is sent over MQTT to a MQTT broker every 20 seconds.
You can also manually trigger the data upload by pressing the MD button.
This project outputs sensor measurements using sys.debugprint, therefore it needs to run in debug mode.
This project shows how to use modbus TCP to poll a sensor value of a modbus slave device over TCP.
This project is to be used with the Modbus TCP Slave example project.
This project shows how to use modbus TCP to transmit a sensor value to a modbus tcp master.
This project is to be used with the Modbus TCP Master example project.
This project shows how to use the CP01 ambient temperature sensor.
This project shows how to use the CP02 ambient temperature and humidity sensor.
This project shows how to use the CP03 ambient light sensor.
This project shows how to use the Tibbit 28 light sensor.
This project shows how to use the Tibbit 29 temperature sensor.
This project shows how to use the Tibbit 30 temperature and humidity sensor.