Suggestions to model a factory

Answered

Comments

3 comments

  • Official comment
    Avatar
    Rick Kossik

    We have a few simple models that illustrate how something like this can be done (https://support.goldsim.com/hc/en-us/articles/115012987587-Moving-Discrete-Items), but GoldSim simply was not designed for these kinds of simulations.  GoldSim was designed to simulate continuous dynamics, not discrete dynamics.  It can simulate discrete events, but it was not really intended to do so - the discrete event capabilities were designed to be used in conjunction with continuous dynamics (to superimpose discrete changes on continuous systems).  There are many, many discrete event simulation tools that would better suited for such a task.

    Comment actions Permalink
  • Avatar
    Alonso Vargas

    Thanks, Rick, for your answer; it has helped me a lot.

    However, I have been struggling with the definition of some characteristics of the objects in my model.

    I need some way to define characteristics that can change during the simulation, according to some other condition. For example, I need to define the color of an object, and I want to be able to redefine it with some function or inside a loop. What I am trying to do is the following:

    color_object1 = red

    if (some condition) = True,

           color_object1 = blue

     

    How can I assign these types of characteristics and be able to change them during a simulation?

    0
    Comment actions Permalink
  • Avatar
    Rick Kossik

    AS I pointed out previously, GoldSim was simply not designed to do things like this.  I could probably come up with a way to do this, but it would be very complex and difficult to program. There are specialized discrete event simulators that are specifically designed to do things like this.  Why are you trying to use GoldSim to do this?  It simply is not really the best tool for your kind of application.

    0
    Comment actions Permalink

Please sign in to leave a comment.