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 Pro TotalOverTime syntax


PaulHeinrich Jul 24, 2012 09:16 PM

I'm trying to create a digital display for the total precipitation over the last 24 hours in RTMC Pro. So far, I have

TotalOverTime("Database:MixedConifer_Thirty.Precip_30min_mm",TimeStamp("Database:MixedConifer_Thirty.Precip_30min_mm"),nsecPerDay)

Which is just displaying 0.0. Can anyone point out where I'm going wrong?

cheers, Paul


tmecham Jul 25, 2012 03:23 PM

Have you tried overriding the start conditions?

StartRelativeToNewest(nsecPerDay, OrderCollected);TotalOverTime("Database:MixedConifer_Thirty.Precip_30min_mm",TimeStamp("Database:MixedConifer_Thirty.Precip_30min_mm"),nsecPerDay)


PaulHeinrich Jul 25, 2012 06:55 PM

Thanks! That seems to have worked.

cheers, Paul

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