3017: Type mismatch for signal signal (type1 / type2) in node node.

Cause

A block has been connected to signals of different types, violating a requirement that all connected signals must have the same types. For example, if an Add block is connected to two integer input port blocks and to a real output port block, then a type mismatch occurs, since all ports of the Add block must be connected to signals of the same type.

Resolution

Insert a type conversion block (Bool, Int or Real) in the failing connection.