Hello,
I have two warning on my code, and I would like to understand why. C0540: Attribut 'no_assign' missing for the 'FB_MOdbusReadHolding'. The type of the variable clientTcp is set to 'no_assign'.
In this FB, I have done:
clientTcp : ModbusFB.ClientTCP; clientRequest : ModbusFB.ClientRequestReadHoldingRegisters;
The error comes from clientTcp : ModbusFB.ClientTCP;
I am using ModbusFB 4.4.0.0.
Thx a lot
Log in to post a comment.
Hello,
I have two warning on my code, and I would like to understand why.
C0540: Attribut 'no_assign' missing for the 'FB_MOdbusReadHolding'. The type of the variable clientTcp is set to 'no_assign'.
In this FB, I have done:
The error comes from clientTcp : ModbusFB.ClientTCP;
I am using ModbusFB 4.4.0.0.
Thx a lot