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