Author Topic: Polling Controllogix data using EthernetCLXDriver even when form is hidden  (Read 1293 times)

aquilmustafa

  • Full Member
  • ***
  • Posts: 121
    • View Profile
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.

Archie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5268
    • View Profile
    • AdvancedHMI
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.