question

Sinisa avatar image
0 Likes"
Sinisa asked Sinisa commented

Message on Processor?

Hey guys,

My question how to create a pop up message (and where) when the processor stop working ?

The processor stops at the 39.row (if)

trennschleifmaschine.fsm

FlexSim 17.1.2
processmessage triggerpop up
message.png (53.8 KiB)
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

1 Answer

·
Steven Hamoen avatar image
1 Like"
Steven Hamoen answered Sinisa commented

@Elisabeth Sestili In your picture you write it on the reset trigger so then this code is only executed once, when you press reset...

If your write this code on the process finish you are almost there:

if( Table("Schleif/Trennscheibe")[1][1] > Table("Schleif/Trennscheibe")[2][1] )
{
  msg("titel","message");
  stop();
}
· 1
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

Sinisa avatar image Sinisa commented ·

Thanks ;)

0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.