question

Alexander avatar image
0 Likes"
Alexander asked Jason Lightfoot commented

Add a column to the exported data

I export data on the operation of all machines. I need to add to the data a column with the name of the group to which the element belongs. Is there any way to do this in FlexSim?

FlexSim 22.2.1
export datadatacolumn
· 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.

Jason Lightfoot avatar image Jason Lightfoot ♦ commented ·

Hi @Alexander, was our answer helpful? If so, please click the "Accept" button at the bottom of their answer. Or if you still have questions, add a comment and we'll continue the conversation.

If we haven't heard back from you within 3 business days we'll auto-accept an answer, but you can always unaccept and comment back to reopen your question.

0 Likes 0 ·

1 Answer

·
Jason Lightfoot avatar image
0 Likes"
Jason Lightfoot answered Jason Lightfoot edited

This is not a one to one map since an object can belong to more than one group, but you access the arrray of groups using getProperty of the object:

processor.getProperty("Groups");
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.