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.

How to read DataFillDays?


meteor Feb 21, 2017 12:59 PM

Hello,

i use a CR1000 in test mode in my office.

If i use an ethernet connection (like http://www.xxx.yyy.zzz/?command=NewestRecord&table=DataTableInfo) to the CR1000, i can see DataFillDays(1,1) = 167 days. DataFillDays(1,2) shows 0, but card is used.

The CR1000 in the field should send emails.

To build a message string, i use in CRBasic

s = "CR1000 card full in " + status.DataFillDays(1,1)+" days".

The result is: "CR1000 card full in 1.708184E-12 days"

Why?

The next Problem:

In CRBasic:

s = "CR1000 card " +settings.CardBytesFree/1024/1024 +" MB free" 

No change over some days. After a logger reset, the correct value was read, but only once.

What it could be the problem? 

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