Buna ziua! Aș dori să simulez lanțul logistic dintr-un atelier de producție.

Buna ziua! Aș dori să simulez lanțul logistic dintr-un atelier de producție.

caraiman_c
Not applicable
278 Views
4 Replies
Message 1 of 5

Buna ziua! Aș dori să simulez lanțul logistic dintr-un atelier de producție.

caraiman_c
Not applicable

[ FlexSim 19.0.0 ]

6_autosave.fsm

Am 20 de mașini unelte, 3 piese de prelucrat și 3 operatori care să realizeze transportul din fiecare depozit la anumite mașini unelte. De exemplu, pentru piesa P1, un operator ar trebui să aducă o piesă din Queue1 la PP_1, unde să aștepte efectuarea prelucrării (44 ore), apoi să o ducă la VP_1, unde să aștepte efectua prelucrării .... și tot așa, iar între timp operatorul al doilea să desfășoare activități pentru piesa P2, iar al treilea operator pentru piesa P3. Nu mă descurc să fac această propunere pentru că nu sunt experimentate în folosirea softului. Mă poate ajuta cineva?

0 Likes
Accepted solutions (1)
279 Views
4 Replies
Replies (4)
Message 2 of 5

krystian_kogut
Participant
Participant
Accepted solution

Dear Caraiman C,

Can we communicate in English? Please, email me at support@flexsim.pl

0 Likes
Message 3 of 5

patryk_u2
Not applicable

You can do this in two ways


First

Connect processors (connection „A”) and queues according to the technological process then at source on Trigger "on creation" set label "Type" as you did or you can do it on one source by change edit table.

39188-1620290327913.png

Then Trigger "on creation" you can change color by case


39190-1620290379904.png


To chose where the product should go(which machine) you can use in Output "Port by case"

39189-1620290358234.png

It is important to know which port represents which machine or operator. You can check it in „Ports”

Output ports are ports where you can send the product, Central Porst are port with the operator or other task executers as a transporter.

39221-1620290347755.png

Then you should connect operators with procesors.

On each machines and queue you should set Sent port by case if you have more then 1 output port

39213-1620290235415.png

To chose which operator should load/unload the product or process. You can use „Center port by case „ in use transport and the same way in processing if you want to operator processing this product.

39231-1620290401046.png


39232-1620290410377.png

Second way you can use process flow. It is a faster way but more difficult.

In process flow the sequence of operations on the machines is read from the table("P1_process","P2_process","P3_process") according to the order of the rows

39216-1620290549579.png

In attachment, I sent a model

Model_1.fsm

This model I did on the latest flexsim version 21.1.

0 Likes
Message 4 of 5

caraiman_c
Not applicable
Thank you very much for your help! If I wanted to set different processing times for each processor depending on the part received, how could I do this? an operator from one place to another to last a certain time?
0 Likes
Message 5 of 5

eric_m3
Not applicable

Hi @Caraiman C, you can set the processor time depending on the part received in a few different ways, but one of the easiest is like what Patryk did for port by case. Under the processor properties, you can select "Values By Case" for process time. Then you can choose which value to look at (in this case the Type of the item), and set a different time for each. You could also do it with global tables which would be similar to something like this tutorial which would be helpful if you had many different item types with many different processing times.

39445-1620918723210.png

0 Likes