Combine and separate two different color box

Combine and separate two different color box

owen_liaw_h
Not applicable
40 Views
10 Replies
Message 1 of 11

Combine and separate two different color box

owen_liaw_h
Not applicable

[ FlexSim 19.0.0 ]

1645280307370.png

1645280318184.png

1645280546886.png1.fsm

hi, I don't know how to the combine the two different color box (brown [1] and black[2]) (different length) to one box (they are attached together become more longer)(length 1 + length 2) such as the figure above 1, the drawing (black and red). After that, the separator to two conveyor, it still cannot work... could someone help me?



0 Likes
41 Views
10 Replies
Replies (10)
Message 2 of 11

joerg_vogel_HsH
Mentor
Mentor
Please Update to an actual supported Version. Thanks!
0 Likes
Message 3 of 11

owen_liaw_h
Not applicable
u mean update to newest version, sir?


0 Likes
Message 4 of 11

owen_liaw_h
Not applicable
someone pls help me


0 Likes
Message 5 of 11

joerg_vogel_HsH
Mentor
Mentor

It is a matter of position. A packed item consists of a Container and packed items in it as subnodes items. You need to adjust the subnode item location in a trigger like Prozessfinish.

item.first.as(Object). location=Vec3(1,2,3);

Where 1,2,3 are values for x,y,z in relation to item. You will try different values to meet your requirements.


0 Likes
Message 6 of 11

owen_liaw_h
Not applicable

Sir, im sorry, i still not understand what sir mean about the subnodes items... Then, i just add the code to the triggers on the subnodes items?

There are two sources produce different length of the box then attach together in vertical direction

1645361970250.png

0 Likes
Message 7 of 11

jason_lightfootVL7B4
Autodesk
Autodesk

The suggestion is that you change the combiner from 'batch' to 'pack' which will result in one flowitem leaving that contains the other. Jorg is suggesting that you position the 'packed' item so that it looks like it is joined to the other item (using a combiner trigger or using a flowitem packing method).

0 Likes
Message 8 of 11

owen_liaw_h
Not applicable

i try to change the batch to pack and used combiner trigger (process finish) for code, but still not work...

0 Likes
Message 9 of 11

chanykE2WUT
Explorer
Explorer
Please update your version to latest. We are aware that you are NOT using a legal version to ask question at this platform. Please note of the legal impact toward you



0 Likes
Message 10 of 11

owen_liaw_h
Not applicable
yea, because i used my friend laptop to do this work.. Sorry, i will go install actual version


0 Likes
Message 11 of 11

owen_liaw_h
Not applicable
Sir, can u do one more example for me by using this code


0 Likes