question

Ryan Klayer avatar image
1 Like"
Ryan Klayer asked Krzysztof J commented

Seperator Not working in 21.2

Hi, I just upgraded to 21.2 and the separator isn't working - unpacking or spliting - when I choose anything other than "Entire Contents" in the Quantity Field

FlexSim 21.2.0
flexsim 21.2.0software update
· 1
5 |100000

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

Krzysztof J avatar image Krzysztof J commented ·

I had the same problem. The solution is to change value in model tree - instead of "2" there should be "0".

1629098777862.png

1 Like 1 ·
1629098777862.png (4.8 KiB)
Phil BoBo avatar image
1 Like"
Phil BoBo answered Matthew Gillespie commented

Thanks for the bug report. I've added a case to the dev list.

· 1
5 |100000

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

Matthew Gillespie avatar image Matthew Gillespie ♦♦ commented ·

@Ryan Klayer This is fixed in 21.2.1.

0 Likes 0 ·
Krzysztof J avatar image
0 Likes"
Krzysztof J answered

I have fixed this issue by adding model trigger with such a code:


Group separatory = Model.find("Tools/Groups/Separatory");
for (int i = 1; i <= separatory.length; i++) {
Object zmien = separatory[i];
Model.find(zmien.name+">variables/unpack").value = 0;
}

5 |100000

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

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

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