question

Penny Peng avatar image
0 Likes"
Penny Peng asked Joerg Vogel edited

FlexSim V23.0 Object Name Error Question

Hello everyone,

I want to ask how to resolve the current error.

Image 1 below shows the warning message I am currently encountering.1742524114783.png

錯誤 圖片.gif

I would like to rename the processor object, changing "Load ST _1" to "A04_2845".

FlexSim 23.0.15
objecterrormessagerename
error-圖片.gif (270.8 KiB)
1742524114783.png (11.8 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

Joerg Vogel avatar image
0 Likes"
Joerg Vogel answered Joerg Vogel edited

I cannot assume, which trigger or event you try to use.
The name property should change the string.

Edit > On reset Trigger

  1. /**Custom Code*/
  2. Object current = ownerobject(c);
  3. current.name = "A04_2845";
· 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.