pitch26

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Elastic Report Flexibility #4970
    pitch26
    Participant

    How to set the elastic report to show the maximum value attained for the day of a channel?

    in reply to: Capture Reading at a Certain Time of the Day #3276
    pitch26
    Participant

    Do you need to poll a device once a day? If possible, it’s better to poll a device all day in a cycle and get value what you need.

    Channel of the Minute real type calculates its value every minute. For example, if a formula is Val()+1, the channel value is incremented by 1 every minute.

    What I did was I made a calculated energy reading by doing this formula:
    Val(1) – is the active power from the inverter
    Val(2) – is the energy (calculated)
    Channel Type – Minute Real
    Formula: Val(2)+(Val(1)/60)

    This formula increments every minute to whatever active power reading during that time. However, this is only applicable to power outputs who are constant and stable not with solar plants. Is there a way or a formula I can use to make a faster sampling to get more accurate energy calculated?

    I already made a time monitoring input channel that if the time is 6AM. My goal here is to capture the initial reading of the calculated energy I created at 6AM of the day and subtract it to the actual running energy counter in order for me to get the daily energy. Unless there is another way that you can suggest of getting the data from the system maybe through the historical database.

Viewing 2 posts - 1 through 2 (of 2 total)