KB-32169: Generating a daily historic file.

Question:

How can I generate a daily historic file?

Solution:

To do so, follow these procedures:

  1. Create an expression tag and retrieve Day attribute from the Global Manager.
  2. On this tag’s Alarms tab, check the option Keep tag value always updated.
  3. Then, create the following script at the OnValueChanged event:
        DIM FileName
        FileName = StrZero(day-1,2)+StrZero(month,2)+Str(year)
        CopyFile(Hist1.filename, Str(FileName)+”.dat”)
        Hist1.ClearHistoricalData()
Print Friendly, PDF & Email

Este artigo foi útil? Was this helpful?

Classificação média - Average rating 0 / 5. Count: 0

,

Deixe seu Comentário

Seu endereço de e-mail não será publicado. Campos marcados com asterisco são obrigatórios *