question

Long Tang avatar image
1 Like"
Long Tang asked Matthew Gillespie commented

How to know all the command that "applicationcommand" can execute?

“For developer use. Execute a command based on its name. This command will search for the named node in VIEW:/nodefunctions, then in MAIN:/project/exec/globals/nodefunctions, then in VIEW:/commands, and lastly in the FlexSim Engine.”-------This is the statement in the Command Help of the flexsim software.I can find the command in the tree,But how should i find the others in the Flexsim Engine?

FlexSim 7.5.4
developer usenodefunctions
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

Phil BoBo avatar image
4 Likes"
Phil BoBo answered Matthew Gillespie commented

You don't. The command applicationcommand() is designed to be used and maintained by FlexSim developers for FlexSim developers. The various options that are available are subject to change in future versions.

The applicationcommand() options defined in the engine are intentionally undocumented.

You are welcome to use the command if you want, but if it changes in a future version, you will need to update your code accordingly.

· 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.