!7 sclass SystemLoad > DynBigNumber { start { setDescription("SYSTEM LOAD"); ownTimer(doEveryAndNow(4000, r actualUpdate)); } void actualUpdate { //time "System Load" { usually <= 2 ms setValue(formatDouble(systemLoad(), 1)); //} } }