Hi,
I need to read from a Omron CJ1M PLC some variables and save them on a database. I want to do this work only using a code, for example, creating a driver object and then read all variables from that driver.
For example:
- declaration of the driver
- setting the comunications parameters in the form load
- read the variables in a timer sub
I hope I explain well what I want to do.
Thank you for your help.