question

a_ltf avatar image
0 Likes"
a_ltf asked Jeanette F commented

update combiner & continuous product process time

hi i am trying to simulate a wire drawing process, i want to Pack (using combiner) one order with the corresponding "N_bobbins" from the orders table then unpack bobbins one by one with process time calculated from the table

1715549383441.png


Variant N_wires_row = /**\nRow: *//***tag:row*//**/item.Order/**/;
Variant N_wires_col = /**\nColumn: *//***tag:col*//**/1/**/;

Variant D_wires_row = /**\nRow: *//***tag:row*//**/item.Order/**/;
Variant D_wires_col = /**\nColumn: *//***tag:col*//**/2/**/;

Variant Length_Bobbin_row = /**\nRow: *//***tag:row*//**/item.Order/**/;
Variant Length_Bobbin_col = /**\nColumn: *//***tag:col*//**/4/**/;

double result = ( table[N_wires_row][N_wires_col] * table[Length_Bobbin_row][Length_Bobbin_col] * ((8/table[D_wires_row][D_wires_col])^2) ) / 5 ;

return result;


but it doesn't seem to work properly.

also the combiner doesn't update as intended
Drawing.fsm

FlexSim 22.2.0
simulations
1715549383441.png (364.3 KiB)
· 2
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

mary avatar image mary commented ·

Hi @a_ltf, seems your model is not attached, I am not able to open the model you mentioned please check.

0 Likes 0 ·
Jeanette F avatar image Jeanette F ♦♦ commented ·

Hi @a_ltf,

We haven't heard back from you. Were you able to solve your problem? If so, please add and accept an answer to let others know the solution. Or please respond to the previous comment so that we can continue to help you.

If we don't hear back in the next 3 business days, we'll assume you were able to solve your problem and we'll close this case in our tracker. You can always comment back at any time to reopen your question, or you can contact your local FlexSim distributor for phone or email help.

0 Likes 0 ·

0 Answers