From reading some support questions it appears the best way to use this is to have a driver instance per form.
In my case my project will have about 10 forms but the main purpose is alarm/event logging.
I would like to have some background "task" constantly polling my PLC (MicroLogix 1100). All these events will be logged to a database. In addition to this I would like to access a lot of these variables on various forms through project.
What is the best approach to this using this driver?
Separate thread for polling?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi All,
From reading some support questions it appears the best way to use this is to have a driver instance per form.
In my case my project will have about 10 forms but the main purpose is alarm/event logging.
I would like to have some background "task" constantly polling my PLC (MicroLogix 1100). All these events will be logged to a database. In addition to this I would like to access a lot of these variables on various forms through project.
What is the best approach to this using this driver?
Separate thread for polling?