Unknown icon in assembly configuration manager
Unknown icon in assembly configuration manager
(OP)
Hi all
In a new subassembly I discovered this icon (a black plus sign with a green arrow pointing down) on the left of the configuration name "config_montagem":
[http: //img127.i mageshack. us/img127/ 3691/semtt ulo8fu.jpg].
It's the first time, in several years of SW.
I try to find references to what it means, with no success.
The only issue is that when I'm on the top level assembly and I run my Excel macro for BOM extraction, it stops complaning that the subassembly (it's in a flexible state) needs a rebuild. After the rebuild everything is OK, but next time I ask for a BOM I need to open the subassembly again and rebuild it.
No other issue was detected.
What must I do to get rid of this annoying situation? It's because it's a flexible subassembly?
Regards
In a new subassembly I discovered this icon (a black plus sign with a green arrow pointing down) on the left of the configuration name "config_montagem":
[http:
It's the first time, in several years of SW.
I try to find references to what it means, with no success.
The only issue is that when I'm on the top level assembly and I run my Excel macro for BOM extraction, it stops complaning that the subassembly (it's in a flexible state) needs a rebuild. After the rebuild everything is OK, but next time I ask for a BOM I need to open the subassembly again and rebuild it.
No other issue was detected.
What must I do to get rid of this annoying situation? It's because it's a flexible subassembly?
Regards






RE: Unknown icon in assembly configuration manager
RE: Unknown icon in assembly configuration manager
Helpful SW websites FAQ559-520
How to get answers to your SW questions FAQ559-1091
RE: Unknown icon in assembly configuration manager
I've fully constrained de parts in the subassembly and, in the top level assembly, changed the subassembly to rigid state. The icon was gone.
So it as to do with the fact that the subassembly is governed by the top level assembly (maybe similar to the incontext symbol).
Just didn't figure out why the Excel BOM asks for a rebuild. I need to dig a bit more the macro code!
Thanks for your help! (CBL: I should have found that thread!)
Regards
RE: Unknown icon in assembly configuration manager
That combined with on-going rebuild problems with assemblies I think would at least start to explain your problem. There's likely a reportable bug in there somewhere.
The symbol with the "+" and the green down arrow is definitely a derived config symbol. It seems to only be shown in assemblies with derived configs, not parts with derived configs.
good luck,
RE: Unknown icon in assembly configuration manager
I've created a derived configuration and voilá!, the symbol is there!
I've also found that this "stealth" configuration does not exist in the saved subassembly file. It's created only when the top level assembly is opened and, even if you save the subassembly in this state, next time you open it (without the top level assembly) there's no derived config!
Now it makes some sense that the BOM asks for a rebuild. As the top level assembly creates a "stealth" derived configuration in the subassembly, maybe some mass properties of the subassembly get outdated (that's normally the reason why the BOM macro asks for a rebuild). If I'm right, it makes sense, but shouldn't happen!
Regards