Reputation: 1
I want to get the power values of energy meter to PC and store it in a SQL Server database as shiftwise (like 8am to 5pm) and display the organized values through Windows Forms interface. I have used modscan software to get data to computer and I want to store that data to data base.
The way I got the data is (Energy Meter (RS485) ---> RS485 to RS232 converter ---> RS232 to USB converter ---> Windows PC) now I want to store that data to data base I made in Microsoft SQL Server,as shiftwise data.
After that I will get the data from server and display it in Visual Studio interface. I want to know is this a easy way or are their any other ways and how to add data to the database.
Upvotes: 0
Views: 185