Issue
Product Line
EcoStruxure Building Operation
Environment
- Script Program
Cause
In StruxureWare Building Operation a datetime internally is now a 64 bit number, so dates can go beyond the year 2038 which was the top limit for Continuum. Numbers in script for StruxureWare, like in Continuum are just floats ( 32 bits ) so when trying to map a 64 bit number ( the date ) into a float it is not going to work. You will get very erroneous readings, therefore the ban.
Resolution
Here are some examples of the correct StruxureWare program: