Henry Watson

MrPLC Member
  • Content count

    1
  • Joined

  • Last visited

Everything posted by Henry Watson

  1. I have been trying to configure my Modicon M241 PLC to act as a Modbus TCP slave using the built-in 'ModbusTCP_Slave_Device' option. I am using Radzio Modbus Master as TCP Master Simulator on my PC. Problem is I am able to read and write the Holding registers but not able to read the input registers. The Modbus Master simulator returns the message : 'Modbus Timeout Error'. On sniffing the traffic using WireShark, the PLC Modbus slave seems to reply Illegal Function, error code = 1 in response to a read request made by the master for input registers. Can you guys suggest some solution for this? Do we need to separately set the read permission for input registers of Modbus TCP map - if so, how?