I changed the renaming rule in the Reuse Library but it doesn't work at all. When I click add assembly it doesn't use the rule. I'm not sure if there's a clone method that I need to implement first before this works. I was also wondering how to change the import options currently on ASSEMBLY...
I was asked to change our spreadsheets for screws to include SUPPLIER=STD or STOCK basically telling purchasing if the component is in STOCK or not. The only issue I’m having is with the AUTO screws. As shown in the pictures I just separated the length list by line so I could call out specific...
I was asked to change our spreadsheets for screws to include SUPPLIER=STD or STOCK basically telling purchasing if the component is in STOCK or not. The only issue I’m having is with the AUTO screws. As shown in the pictures I just separated the length list by line so I could call out...
I was also wondering if its possible to add the IF statement to the original moldwizard spreadsheet, I tried =if (LENGTH>5/8) "STOCK" else "STD" but that didn't work either.
Thanks for any help anyone could offer.
Is it possible to use this function and have the result be a string?
I created an Expression: SUPPLIER-----if(LENGTH>5/8) "STOCK" else "STD" (DISPLAY VALUE ="STOCK")
Then I created another Expression: SUPPLIER_ATTRIBUTE-------ug_setPartAttrValue("SUPPLIERS","SUPPLIER") (DISPLAY VALUE =0)...