AdvancedHMI Software

General Category => Open Discussion => Topic started by: aquilmustafa on August 14, 2015, 02:55:44 AM

Title: Polling Controllogix data using EthernetCLXDriver even when form is hidden
Post by: aquilmustafa on August 14, 2015, 02:55:44 AM
Hi guys,

Is it possible to keep logging the data even when the form is hidden and how is that done?. Please let me know.
Title: Re: Polling Controllogix data using EthernetCLXDriver even when form is hidden
Post by: Archie on August 14, 2015, 06:38:45 AM
If you view the code for the form (right click->View Code), there is a default line of code that stops the update when the form is hidden. You can comment out or remove that code.