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)