Either both modbus addresses are returning the value or you are not fetching the right addresses or you are not displaying it correctly. First use debug nodes to see what data you are actually reading. That will help identify where the error is.
Also why is my address DI1 and DI3 ,they have blink of active and inactive in every seconds but
Address DI2 and DI4 it does not blink,it stays put (active sign only)
Those nodes on the left, are they individual connections? I.e. do you set the IPAddress etc in each one of them? if so then cant you change it to one node and request 4 items from D11?
Also, what data type are you using? If LONG or a 32 bit item, values may overflow the registers (I believe modbus is 16bit by design)
As you haven't stated the node type (node-red-contrib-modbus????) and haven't posted your flow, i suspect you aren't gonna get a lot of help.