Problem
High values of a variable with data type UINT64 are not being logged to the StrideLinx Cloud.
Cause
UINT64 is supported up to a value of 9.223.372.036.854.775.808 (263-1).
Solution
Make sure that the value of your UINT64 variable does not exceed 9.223.372.036.854.775.808 (263-1).