question

Fu P avatar image
0 Likes"
Fu P asked Jason Lightfoot commented

Create pop-up window to show information i want

I want to create a pop-up window,when item with higher weight arrived,it can display"rush order arrived".How can i create this pop-up window?

Also,can such information shown in System Console?How can i make it happen?

Thanks a lot.

1648007231509.png


FlexSim 19.2.4
pop up windows
1648007231509.png (99.9 KiB)
· 2
5 |100000

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

Fu P avatar image Fu P commented ·

I just found this ,but i also want to know can such information shown in System Console

1648014725611.png

0 Likes 0 ·
1648014725611.png (70.6 KiB)
Jason Lightfoot avatar image Jason Lightfoot ♦ Fu P commented ·

If you're going to write a lot of information to the system console, try to use a global flag to toggle it all on/off so that it's easy to spot errors/exception messages when you need to.

0 Likes 0 ·

1 Answer

·
Joerg Vogel avatar image
1 Like"
Joerg Vogel answered Joerg Vogel edited

You better try the output console:

You find this console type in Main Menu Statistics. The Command is print(...)

You can also write to the system console by a a set of commands. Each major datatype has its own command.

  • mpf writes floating number values
  • mpd writes discrete number values
  • mpt writes strings
  • mpr does a carriage return to beginn a new line

You find them in the command reference https://docs.flexsim.com/en/19.2/Reference/CodingInFlexSim/CommandReference/CommandsIndex.html

5 |100000

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

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.