Hello !
I have this project where I should write a flexscript to create items and then flows with a table of opérations.
To be more precise this table "flexsim stations" contains the work stations in our production line and each workstation is represented in the figure down the table. First of all I need to create the production line (precessors in their right places) and a source from where we will get the first two types of items that I'll specify below. In this table below, we have the operations needed to create two types of pieces A and B, these operations are ordered chronologically, each operation has the station it's affected to, the machine as well and how many machines are allowed to operate the operation in the column "machine authorised". Part reference In and Out are the labels on the items respectively in the entrance and the exit of the machine. Finally the duration of every operation.
So our source should provide us with two types of items labled as x#57 and x#58.
In this part I should write a flexscript that does all of these operations continuously.
Please feel free to provide anything that can help because I'm new to the software and it's very hard to read all of the command reference in such a short time.
Thank you everyone !