real-time plotting

J

JJdesign

Hi, can someone please guide us to a method to do realtime
graphing/plotting from a MS access data base that is being updated
every second , Since all the info the PLC is providing into the data
base what is needed to show this data live ?

thanks

jack
 
D

Duane Hookom

If you used a standard Access form and graph control, you would need to set
up a timer event to requery the graph at an interval of your choice.

I expect there are better charting applications for viewing live data.
 
Top