question

Het avatar image
0 Likes"
Het asked Jason Lightfoot answered

Edit Object Properties - Error

Hello Team,

I need assistance to resolve issue with *Edit Selected Objects". As you can see here in the screenshot, I believe I messed by the setting by selecting randomly. I am not able to select or delete the processor.

1707851988610.png

FlexSim 24.0.1
propertiesedit
1707851988610.png (183.8 KiB)
· 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.

Jason Lightfoot avatar image Jason Lightfoot ♦ commented ·
Try resetting the model and re-opening the default workspace.
0 Likes 0 ·
Het avatar image Het Jason Lightfoot ♦ commented ·

error.fsmThanks, Jason, for informing me.

I tried that. But nothing happens. I have attached the file as well.


1707857786789.png


Can you add new processor into the Model and select the all field from "switches" one by one? Suddenly, you will not be able to undo the changes.

0 Likes 0 ·
1707857786789.png (453.3 KiB)
error.fsm (24.9 KiB)

1 Answer

·
Jason Lightfoot avatar image
0 Likes"
Jason Lightfoot answered

You've sent a model with a processor whose no_select switch is toggled on.

You can turn that off using:

Object processor=Model.find("Processor1");
switch_noselect(processor,0);

Is that the problem?

· 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.

Het avatar image Het commented ·
You're the best. It works. I was able to remove that after applying script in console.
0 Likes 0 ·

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.