Revision history  [back]

Hi, everybody. I could solve the problem closing all actuators in an if clause:

if 'handles_done' not in self.data

.... get_actuator_handle(....)

self.data['handles_done'] = True

Look for "PythonPluginCustomSchedule.py" in Example Files

Hi, everybody. I could solve the problem closing all actuators in an if clause:

if 'handles_done' not in self.data

self.data .... get_actuator_handle(....)

get_actuator_handle(....) self.data['handles_done'] = True

Look for "PythonPluginCustomSchedule.py" in Example Files