#Reset and Turn OFF all LV Channels of the PS on the Module # import lv_PSFunction value = 10 suff = ":switch" lv_PSFunction.lv_PSModule(value,suff,widget) value = 0 suff = ":switch" lv_PSFunction.lv_PSModule(value,suff,widget)