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


  1. Variant N_wires_row = /**\nRow: *//***tag:row*//**/item.Order/**/;
  2. Variant N_wires_col = /**\nColumn: *//***tag:col*//**/1/**/;
  3.  
  4. Variant D_wires_row = /**\nRow: *//***tag:row*//**/item.Order/**/;
  5. Variant D_wires_col = /**\nColumn: *//***tag:col*//**/2/**/;
  6.  
  7. Variant Length_Bobbin_row = /**\nRow: *//***tag:row*//**/item.Order/**/;
  8. Variant Length_Bobbin_col = /**\nColumn: *//***tag:col*//**/4/**/;
  9.  
  10. 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 ;
  11.  
  12. 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.

0 Answers