I have succeeded in communicating with my modbus module (the IL_ModbusTCPclient module and the IL_modbusTCPRead device Identification module are working), but I can't read the information in the registers (float 32) of the Schneider module. I don't know what the differences are between the ModbusTCPReadCoils, ModbusTCPReadHoldingRegister and ModbusTCPReadinputRegister blocks. In my case, I created a real array to store the data with a word pointer to it. But it gives me as error : Resource_error for the ModbusTCPReadinputRegister block which means an error "Input 'ModBusLink' is invalid". Communication_error for the IL_ModbusTCPclient block which means "the socket is not connected or Remote station closed Connection". I admit that if you have an idea, I would be delighted. Thanks in advance for your answer, Translated with www.DeepL.com/Translator (free version)
... View more