question

Frenk Gao avatar image
0 Likes"
Frenk Gao asked Mischa Spelt commented

FloWorks free trial limited?

I am using FloWorks, but as pic shows, the SetFlowOutputTriggerAmount command do nothing!

FloWorks maybe not a free module. Could you tell me the FloWorks free trial limited?

FlexSim 16.0.7
FloWorks
a.png (40.4 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
3 Likes"
Steven Hamoen answered Mischa Spelt commented

@Frenk Gao

The function SetFlowOutputTriggerAmount() function sets the amount at which the output trigger will fire. If you would write a msg() on the OnOutput trigger of the source, and you would call this function and then run the model the msg box will show when 50 has left the source. Be careful, this value is removed at reset. So you should reset the model, call this function, run the model and then this trigger will fire. Or even better set this function in the onreset trigger of the source with the use of the predefined options:

The function GetFlowInputTriggerAmount does nothing on a source !!!

If you want to know at what level your output trigger was set you should use GetFlowOutputTriggerAmount(). And that will then return the correct number:

The demo is currently limited on the number of objects that can be connected to the FlowController and the number of events.


· 6
5 |100000

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