Python Forum
Create sensor data for a IoT project
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Create sensor data for a IoT project
#8
(Dec-15-2019, 04:05 PM)georgelza Wrote: A:) I'm trying to simulate 5 factories... 100 sensors min each, maybe more towards 200/300... pushing data every minute, I'll have collector processors that in this case would actually run this random generate code (in real world they would be getting data from the sensors.

I guess you can do this with my example (you've to modify it). You need to know the rate of change. For example a temperature sensor never jumps from 0°C to 100°C.

For gas sensors there is the T50, T70 and T90 value.
Quote:Response Time (T50) refers to the time it takes the sensor to respond with an output signal that is 50% of the full value of the gas being detected; i.e. if the sensor is exposed to a methane concentration of 2% by volume, it would take the sensor 10 seconds to give an output equivalent of 1%

I guess you've already the specification, which sensors to use.
You have too know about the characteristics, then you can model a value-generator for it.
Here is an example: https://cdn.sick.com/media/docs/8/68/668...041668.PDF
Response Time: (T50) 10 seconds

So my example is not enough, because the time is missing.
Measuring temperature is not an easy task.
Almost dead, but too lazy to die: https://sourceserver.info
All humans together. We don't need politicians!
Reply


Messages In This Thread
Create sensor data for a IoT project - by georgelza - Dec-12-2019, 07:31 PM
RE: Create sensor data for a IoT project - by DeaD_EyE - Dec-16-2019, 09:02 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Is it possible to extract 1 or 2 bits of data from MS project files? cubangt 8 1,307 Feb-16-2024, 12:02 AM
Last Post: deanhystad
  Create X Number of Variables and Assign Data RockBlok 8 1,184 Nov-14-2023, 08:46 AM
Last Post: perfringo
  Better python library to create ER Diagram by using pandas data frames as tables klllmmm 0 1,362 Oct-19-2023, 01:01 PM
Last Post: klllmmm
  Create simple live plot of stock data dram 2 3,054 Jan-27-2023, 04:34 AM
Last Post: CucumberNox
  Trying to Get Arduino sensor data over to excel using Python. eh5713 1 1,923 Dec-01-2022, 01:52 PM
Last Post: deanhystad
  Create a function for writing to SQL data to csv mg24 4 1,306 Oct-01-2022, 04:30 AM
Last Post: mg24
  An important question is how to create a zigzag in price data? epsilon 0 1,352 Nov-18-2020, 08:06 PM
Last Post: epsilon
  PyTest >> Yaml parsed data to create api test request AmR 0 1,919 Apr-14-2020, 11:41 AM
Last Post: AmR
  Project, Reading Data from a spreadsheet. Error message!! Shafla 1 5,363 Sep-27-2019, 10:44 AM
Last Post: buran
  Code Wireless Temperature sensor and send sensor readings to google sheet jenkins43 0 2,260 Nov-29-2018, 12:44 PM
Last Post: jenkins43

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020