modbus/web_settings.py
branchsvghmi
changeset 2993 b76f303ffce6
parent 2686 703ebf57508a
child 3054 b4a84892e369
--- a/modbus/web_settings.py	Fri Jul 10 11:15:41 2020 +0200
+++ b/modbus/web_settings.py	Mon Jul 13 13:56:42 2020 +0200
@@ -526,7 +526,7 @@
 
 
 
-def _runtime_modbus_websettings_%(location_str)s_init():
+def _runtime_%(location_str)s_modbus_websettings_init():
     """
     Callback function, called (by PLCObject.py) when a new PLC program
     (i.e. XXX.so file) is transfered to the PLC runtime
@@ -609,7 +609,7 @@
 
 
 
-def _runtime_modbus_websettings_%(location_str)s_cleanup():
+def _runtime_%(location_str)s_modbus_websettings_cleanup():
     """
     Callback function, called (by PLCObject.py) when a PLC program is unloaded from memory
     """