Hi,
After a lot of testing and trying I got stuck..
Goal: Create a chart based on MS Access DB data (.MDB file)
How: Using VB(.net?) on my HomeSeer server
Question: Does anyone have a very simple example that does nothing but:
- Read data from an Access DB
- Generate a chart in your web-browser based on that data
Based on a simple example I can use this to extend it...
Thanks!
DJ
Charts based on Access DB?
- b_weijenberg
- Forum Moderator
- Posts: 1746
- Joined: Sun May 14, 2006 4:32 pm
- Location: Netherlands
Charts based on Access DB?
If you have the RFXCOM plug-in for Homeseer you will find some examples in the html\RFXUSER directory.
These examples get data from an MS-Access database and the charts are created using ChartDirector. With some modifications you will be able to create the charts using .NET.
http://www.domoticaforum.eu/topic.asp?TOPIC_ID=1751
These examples get data from an MS-Access database and the charts are created using ChartDirector. With some modifications you will be able to create the charts using .NET.
http://www.domoticaforum.eu/topic.asp?TOPIC_ID=1751
Charts based on Access DB?
I found an open source component very helpful for drawing great looking charts: http://www.visifire.com/
Currently I am in the process of implementing this for my homeseer plugwise plugin, see for a screenshot: http://www.domoticaforum.eu/topic.asp?T ... hichpage=2
Rene.
Currently I am in the process of implementing this for my homeseer plugwise plugin, see for a screenshot: http://www.domoticaforum.eu/topic.asp?T ... hichpage=2
Rene.
Charts based on Access DB?
Thanks guys, this gave me a few good ideas. The examples in RFXUSER directory indeed are relatively easy to read. The examples of Google Charts and Visifire look very good too.
Merry Xmas!
Merry Xmas!
Charts based on Access DB?
Nice chart component!