question

Kamil KS avatar image
0 Likes"
Kamil KS asked Regan Blackett edited

How to create a label that is a table?

Hi,

How to create a label that is a table like on the screen below? I spend a few hours searching for solutions in Flexsim and on this site but nothing found.

I have tried using this code but it only assigned a temporary table to this label.

Object buffer = model.find("Zal1");
Table Label = Table(buffer.labels.assert("test"));
Table("Biny").cloneTo(Label);
FlexSim 19.0.7
labels
label.png (11.5 KiB)
5 |100000

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

1 Answer

·
Regan Blackett avatar image
2 Likes"
Regan Blackett answered Regan Blackett edited

If you right-click on a label, you can get the option to see the label as a table:

This will then give you an interface similar to Global Tables so you can see the row and column properties on the Quick Properties panel.


labeltable.png (36.3 KiB)
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.