This adapter publishes simulated machine sensor data at a configurable time interval. It is ideal for exploring the capabilities of StreamPipes without needing your own data or for testing purposes. Three different sensor scenarios are available:
All scenarios include an error or anomaly condition, making them suitable for trend detection, anomaly detection, and similar applications.
This scenario simulates a flowrate sensor in a piping system, including a sensor defect situation. The generated data stream includes:
sensor01.The sensor defect scenario is as follows: Normally, temperature values range between 40 and 50 degrees Celsius. After thirty seconds, the simulation switches to defect mode for another thirty seconds, with temperatures ranging from 80 to 100 degrees Celsius and Sensor Fault Flags set to true.
This scenario simulates a pressure sensor in a gas tank, including an anomaly situation. The generated data stream includes:
sensor01.The anomaly scenario is as follows: Normally, pressure values range between 10 and 40. After thirty seconds, the simulation switches to anomaly mode for another thirty seconds, with pressure values ranging from 40 to 70.
This scenario simulates a sensor in a water tank, including an overflow situation. The generated data stream includes:
sensor01.The overflow scenario is as follows: Normally, level values range between 20 and 30. After thirty seconds, the simulation switches to overflow mode for another thirty seconds, with level values ranging from 60 to 80 and Overflow set to true.
When creating the adapter, the following parameters can be configured:
flowrate, pressure, waterlevel.