# Script to write into the delay Master OR register. # The script is triggered by changes on the local variable asociated with the input text widget. # Orlando Soto, February 2014. from org.csstudio.opibuilder.scriptUtil import PVUtil pv0 = int(PVUtil.getDouble(pvs[0])/10) # Reading from the local variable. pvs[1].setValue(pv0) # Writing into the epics variable.