Author Topic: Datalogger2  (Read 1089 times)

videv

  • Newbie
  • *
  • Posts: 2
    • View Profile
Datalogger2
« on: November 06, 2018, 12:22:48 PM »
Hi all ,

  How can i get the data-logger datalogger2  to only statically fireoff and run at 11:55:00 PM everyday

thanks

bachphi

  • Hero Member
  • *****
  • Posts: 666
    • View Profile
Re: Datalogger2
« Reply #1 on: November 06, 2018, 02:21:50 PM »
run what?
===================================================
This is NOT alt.read.my.mind.
No such thing is sh^t-for-brains unless you are posting to alt.read.my.mind.
===================================================

videv

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: Datalogger2
« Reply #2 on: November 06, 2018, 02:42:27 PM »
i do not want the datalogger2 running continuously and logging data to csv.  i only want it to log to CSV at 11:55:00 PM, my PLC holds the data and clears at Midnight,


 

bachphi

  • Hero Member
  • *****
  • Posts: 666
    • View Profile
Re: Datalogger2
« Reply #3 on: November 06, 2018, 04:54:48 PM »
If the PLC can clear data at 12, then I'd set a trigger bit from PLC at 11:55 and set that bit in Datalogger
===================================================
This is NOT alt.read.my.mind.
No such thing is sh^t-for-brains unless you are posting to alt.read.my.mind.
===================================================

Archie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5320
    • View Profile
    • AdvancedHMI
Re: Datalogger2
« Reply #4 on: November 06, 2018, 06:05:48 PM »
If you just want to capture one sample ate 11:55, the latest V3.99y Beta 14 has a modified BasicDataLogger with a PLCAddressWriteTrigger that will sample one point on the transition of a PLC register to True