We’ve managed to make the communication between the two devices; actually we were connecting the plc to the wrong port of the inverter (4-wire RS485 instead of 2-wire RS485) and after a second look we realised that, corrected it and bingo… everything is working perfectly. So to help other people here are the major lines to check:
The Baud rate, we reconfigured the baudrate of the PLC so it would be in the same range of the inverter.
Configure the inverter parameters to use the modbus protocol and setting the baud rate, the node (Refer to manual page 40-41).
For the connection we used a 2-wire RS485 cable, and we should short RXB to TXB and RXA to TXA on the inverter.
The modbus addresses of the inverter were correct (FD01, FC91…) (Refer to manual page 41, abstract).
We should add an offset of +1 to the Address in the FB ModbusMaster.
Thank’s a lot Bertaser for your assistance, and the solutions you gave us to find the problem.