How to sent message to processor?

How to sent message to processor?

Cat892
Not applicable
12 Views
1 Reply
Message 1 of 2

How to sent message to processor?

Cat892
Not applicable

[ FlexSim 7.5.4 ]

Hi,


I want to send message from stage4 processor to stage2 processor.

The stage2 have 5 processors, so I write processor number of items to global table.

I set stage4 processor code as below, but not can work.

I think some error in it. Can you help me to fix it?

Thanks a lot.


1676527359248.png


0 Likes
Accepted solutions (1)
13 Views
1 Reply
Reply (1)
Message 2 of 2

joerg_vogel_HsH
Mentor
Mentor
Accepted solution

Without a model it is hard to understand what you want to achieve.

if you want to send a message you must address the receiver. A message is sent to one object, not to a group or suspended until a condition gets true. The condition field is instantly evaluated. If the condition is true the message is sent, otherwise not and you have to do this action again.
You can compare this with sending a postcard. This picklist option has not any intelligence built into.

0 Likes