function roundResult() {setTimeout(function round1() {

var result1 = loader.engine.document.getElementById(111661300).getProperty(‘value.value’);
var roundedValue1 = Math.round(result1 * 1) / 1;
loader.engine.document.getElementById(111661300).setValue(({“value”: roundedValue1}));
}, 500)}

window.onchange = roundResult;