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.

Climate data


Makada Dec 10, 2018 06:20 PM

Hi,

What is the expression in rtmc pro to show e.g. raintotal from march or august this year?


Makada Dec 11, 2018 05:28 PM

...i just discovered a fault in the rtmc pro online help while searching for an answer.

Its the "startattime" function.

When is use the function from the help:

StartAtTime($"10/11/2018 13.35.00", OrderCollected); Server.CR1000.one_sec.temp_degf"

I get the error:

"There is an error in the typed expression. (Double quotes expected after an unquoted dollar sign) Please fix all errors before continuing".


Makada Dec 12, 2018 10:41 AM

The data is from a one minute table, backed up by LNDB.

So there must be an expression which shows the data from month august or whatever?


Makada Dec 15, 2018 02:14 PM


Ive managed to get this working, starting at the first of december, but how to enter a stop condition in this expression, lets say stop at the 5th of december at 00:00:00 ?

StartAtTime(ToDate("01-12-2018 00:00:00.00"),OrderLoggedWithHoles);Maxrun("Database:CR1000_TableOneMin.Temp")

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