Our full technical support staff does not monitor this forum. If you need assistance from a member of our staff, please submit your question from the Ask a Question page.


Log in or register to post/reply in the forum.

RTMC: Last value on plot to Digital display


AMK Mar 29, 2017 11:16 PM

Hi,

I'm using the following syntax on a tipping bucket. I'd like to print the last value in a digital display so the user can know exactly what value the last value is on the plot.

Is there a way to do this in RTMC? Last(value) didn't seem to work. To be clear, I don't need the Last value in the table, I just want to grab the last value from the calculation below and then have the display in RTMC show something like "Total preciptation since Midnight: [value]"

TotalOverTimeWithReset("Telemetry:PRIM_230.Table105.TB_PRECIP_Tot"*0.01,

Timestamp("Telemetry:PRIM_230.Table105.TB_PRECIP_Tot"*0.01),

RESET_DAILY)

Log in or register to post/reply in the forum.