question

Luis M44 avatar image
0 Likes"
Luis M44 asked Jordan Johnson answered

how to learn to program in flexsim

¿Qué lenguaje de programación usa flexsim? Necesito saber para aprender a programar en flexsim para poder hacer mis propias tablas globales personalizadas que son como un contador para cada producto, pero puedo ver que para realizar este tipo de cálculo de tiempo y llevar un recuento, no se puede hacerse solo con la herramienta de flujo de procesos por eso quiero saber como aprender los comandos o si hay un libro o un tutorial para conocer los comandos y ejemplos

FlexSim 22.0.0
global table
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

·
Jordan Johnson avatar image
0 Likes"
Jordan Johnson answered

The best way to make an output table with custom statistics is to use a Statistics Collector:

https://docs.flexsim.com/en/22.0/Tutorials/AdditionalTools/Tutorial2StatsCollector/StatsCollectorOverview/

To learn about writing code, you can read the topics in the help manual under Coding in FlexSim:

https://docs.flexsim.com/en/22.0/Reference/CodingInFlexSim/WritingLogic/

https://docs.flexsim.com/en/22.0/Reference/CodingInFlexSim/BasicModelingFunctions/

You may also be interested to learn about the Table API:

https://docs.flexsim.com/en/22.0/Reference/CodingInFlexSim/FlexScriptAPIReference/Data/Table.html

Hopefully, this points you in the right direction.

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.