03-22-2007 04:03 AM
03-22-2007
05:18 AM
- last edited on
03-05-2025
12:32 PM
by
Content Cleaner
Hi Rajasekar
You can purchase the enterprise toolkit fron NI, it includes a "database connectivity toolkit".
As regards the design pattern to do you you describe, it will depends on the refresh rate you need and the rate at which you want to write your data to the database.
I would have 2 loops :
- one acquiring the data and putting it in a queue,
- and a second that get the data from the queue, logging data to database and refreshing the graph.
If the write time to database is too long and slows down the graph refresh you place it in another loop.
Hope this helps
We have two ears and one mouth so that we can listen twice as much as we speak.
Epictetus
03-22-2007 06:09 AM
03-22-2007 06:57 AM
04-02-2007 03:33 AM
04-02-2007 04:48 AM
04-03-2007
08:55 AM
- last edited on
03-05-2025
12:33 PM
by
Content Cleaner