I have a question about Sending/Recieving Signals over ports:
In a SendSignal Action you can devine a port with "On Port"
The triggers also have the option of selecting a port.
Can you limit the reception of SendSignal and AcceptEvent through ports?
Here is an example:
A block, consisting of 3 subblocks:
Each block has an activity with a diagram.

The IBD:
The ports are typed with interface blocks. Each has one flow property, wich is typed by a signal.

The following is the activity diagram of Block0.
The 3 diagram frames below are from the subblocks.
Block2 and Block3 are both waiting for SIG_1 and SIG_2.
But only Block2 should recieve SIG_1 and Block3 SIG_2.
For this, the SendSignal SIG_1 is On Port: Port1
SendSignal SIG_2 is On Port: Port2
The Triggers of Block2 and Block3 are linked to the port of their block.

The problem is, that Block2 and Block3 both recieve SIG_1 and ignore SIG_2
So am I doing something wrong or does EA not support this functionality?