• This forum is the machine-generated translation of www.cad3d.it/forum1 - the Italian design community. Several terms are not translated correctly.

use together with two configurations in a set

  • Thread starter Thread starter boris\
  • Start date Start date

boris\

Guest
Good morning.

I created a set (grounding cable) that I would like to use in my set in two different places and with two "different configurations":
1st configuration: "right" cave
2nd configuration: cavetto "conformed "

Is it possible to do that? I'm going crazy.
Thank you in advance.
 
this together "catproduct" you have to double it and give it 2 different names (one "right", the other "conformed"), where the difference between the two products is only in the conformed cable, while terminals, fixings and other components are always the same but in different positions. in the product father loads them both and in the positions you want.

Let me know.

Hi.

years ago
 
Good morning.

I created a set (grounding cable) that I would like to use in my set in two different places and with two "different configurations":
1st configuration: "right" cave
2nd configuration: cavetto "conformed "

Is it possible to do that? I'm going crazy.
Thank you in advance.
Hi.
I don't know if and how useful it can be in your case, however, there is a possibility to activate or disable a component within a product, so that only the elements are active.
and this can be controlled, for example, by a string parameter.

If you want, you can try this:
1) check that in tools/option/product infrastructure you have active formulas, parameters etc etc etc.
2) creates a product file with three "under products" . within each insert a specific part for each of them
3) insert a string.1 parameter with multiple values (e.g. 1,2,3,4)
4) go to kwa and generate a new rules . copy and paste the following:


if `string.1` =="1"

{`product4.1\component activation status' =false

`product3.1\component activation status' =false
'product2.1\component activation state' =true'

if `string.1` =="2"
{`product4.1\component activation status' =false
`product3.1\component activation state' =true
'product2.1\component activation state' =false'

if `string.1` =="3"
{`product4.1\component activation state` =true
`product3.1\component activation status' =false
'product2.1\component activation state' =false'

if `string.1` =="4"
{`product4.1\component activation state` =true
`product3.1\component activation state' =true
'product2.1\component activation state' =true'

5) Come on and close.

If the names match, only one of the "sub-products" should be activated depending on the string you select. in your case you could then replace the "1" and "2" with right and conformed, for example.
I don't know if the bom's okay.

try and let us know if it works or not and what problems are.
 
Thank you.

but I didn't understand anything you wrote,
excuse but how do I insert a paramentro inside the product?
What is kwa?
Anyway, thank you very much.
Hi.
I don't know if and how useful it can be in your case, however, there is a possibility to activate or disable a component within a product, so that only the elements are active.
and this can be controlled, for example, by a string parameter.

If you want, you can try this:
1) check that in tools/option/product infrastructure you have active formulas, parameters etc etc etc.
2) creates a product file with three "under products" . within each insert a specific part for each of them
3) insert a string.1 parameter with multiple values (e.g. 1,2,3,4)
4) go to kwa and generate a new rules . copy and paste the following:


if `string.1` =="1"

{`product4.1\component activation status' =false

`product3.1\component activation status' =false
'product2.1\component activation state' =true'

if `string.1` =="2"
{`product4.1\component activation status' =false
`product3.1\component activation state' =true
'product2.1\component activation state' =false'

if `string.1` =="3"
{`product4.1\component activation state` =true
`product3.1\component activation status' =false
'product2.1\component activation state' =false'

if `string.1` =="4"
{`product4.1\component activation state` =true
`product3.1\component activation state' =true
'product2.1\component activation state' =true'

5) Come on and close.

If the names match, only one of the "sub-products" should be activated depending on the string you select. in your case you could then replace the "1" and "2" with right and conformed, for example.
I don't know if the bom's okay.

try and let us know if it works or not and what problems are.
 
try using the flexible assembly function. so if I insert 2 identical assemblies for example a cylinder I can define two different races in the same global .catproduct

flexible assembly is the one with the purple toothed wheel symbol.
 
Thank you.

but I didn't understand anything you wrote,
excuse but how do I insert a paramentro inside the product?
What is kwa?
Anyway, thank you very much.
Please. It's always a pleasure.
kwa is a module to be able to enter rules, functions, etc.
If you have more precise questions about what you can't do, maybe I can help you.
 
try using the flexible assembly function. so if I insert 2 identical assemblies for example a cylinder I can define two different races in the same global .catproduct

flexible assembly is the one with the purple toothed wheel symbol.
hi, you have a guide to understand how to make a flexible assembly
that provided by my company does not clarify what can be done
Also I ask you in advance if you can create in a tube product that inside has multiple configurations (a,b,c) that I can use in other assemblies. for example in product machine I put my byproduct tube in qt.2 but with 2 different active configurations (load pipe "a" and pipe "b")?
 

Forum statistics

Threads
44,997
Messages
339,767
Members
4
Latest member
ibt

Members online

No members online now.
ciao
Back
Top