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
Logic Program: Deletes the Modbus signal for both the main program and the Logic Program. See also modbus_add_signal(IP, slave_number, signal_address, signal_type, signal_name, sequential_mode=False, register_count=1) and modbus_add_rw_signal(IP, slave_number, read_address, read_register_count, write_address, write_register_count, signal_name, sequential_mode=False) for shared-client behavior.