I would like to pre-fill/pre-create a ModBus unit, so it would be visible from polyscope in Installation/Fieldbus/MODBUS menu. I tried using secondary client and sending this command:
def test():
modbus_add_signal(“172.140.17.11”, 255, 5, 1, “output1”)
end