modbus_delete_signal(signal_name)
Deletes the signal identified by the supplied signal name.
>>> modbus_delete_signal("output1")
Parameters
signal_name: A string equal to the name of the signal that should be deleted. The signal name can not be empty.
Example command: modbus_delete_signal("output1")
- Example Parameters:
- Signal name = output1