It has three basic functions.
- Real-time PC(Core Temperatrue, CPU occupied, Memory Usage), Modbus, Vibration sensor monitoring.
- Sensor data save & search
- Sensor configs manage
Check these three points when you using this project.
- If you want to add new configs of sensor, your SensorReader should be inherited BaseSensorReader.
- i utilized linq-to-sql ORM to save sensor data on MS-SQL. So, you should check SensorData.dbml.
- Actived sensors read, upload UI chart and DB - transaction occurs every 2 seconds.
I always welcome your feedback. Please leave a comment. Thank you.