Author Topic: DataSubscriber question  (Read 1298 times)

quadzer

  • Newbie
  • *
  • Posts: 3
    • View Profile
DataSubscriber question
« on: April 13, 2015, 04:37:12 PM »
I'm very new to VB programming, as well as being new to AdvancedHMI.  So with that said is there a way to record a value with the datasubscriber only on data change.   I don't care about poll rate just need it to record when the watched value changes.  Or might there be a better way?

Thanks so much.
Dave

Archie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5290
    • View Profile
    • AdvancedHMI
Re: DataSubscriber question
« Reply #1 on: April 13, 2015, 05:11:47 PM »
You may want to use the BasicDataLogger. It records values to a text file either based on time or based on a change.

quadzer

  • Newbie
  • *
  • Posts: 3
    • View Profile
Re: DataSubscriber question
« Reply #2 on: April 13, 2015, 07:31:41 PM »
Thank you Archie, I will give it a try in the morning