How to connect a pin from one function diagram to different functional diagram
I want to make communication between two function diagram. it is something like this, input(Refering the variable from different diagram) to AND block in another diagram. Both the diagram are connected to the same application.
I was not sure to use off-Digram reference. Since both the function diagram are connected to same application.
Can anyone provide me the way, how to make the communication between function diagram
Answers
In both Diagrams, declare a Communication Variable with the same Name (in the Top Area "Communication Variables" Tab), one side with Direction "out", the other as "in". Use this Variable to connect from the Input and to the AND block.
If what you refer as "input" is only a Variable itself you'll need to add a "move" block there as well to write the Communication Variable.
Hello,
Define communication variable with case sensitive and define the direction as out for provider diagram n in for subscriber diagram set ip resolve as auto
Add new comment