Mar 20, 2013 #1 I ilson Guest Hi Has some way to capture the type of material of a manufacturing process and store in variable? And set this parameter? With JLINK? EX: String Variable_XXX = Stock_material (Set) and String Stock_material_XXX = Variable (Get) Grateful.. Attachments StockMaterial.jpg 19 KB · Views: 20
Hi Has some way to capture the type of material of a manufacturing process and store in variable? And set this parameter? With JLINK? EX: String Variable_XXX = Stock_material (Set) and String Stock_material_XXX = Variable (Get) Grateful..
Jul 23, 2013 Thread starter #2 H hemuman Guest Have you tried these: • pfcPart.Material.GetPropertyValue • pfcPart.Material.SetPropertyValue • pfcPart.Material.SetPropertyUnits
Have you tried these: • pfcPart.Material.GetPropertyValue • pfcPart.Material.SetPropertyValue • pfcPart.Material.SetPropertyUnits
Sep 26, 2013 Thread starter #3 I ilson Guest hi Can someone explain to me how to perform this function? grateful
Oct 4, 2013 Thread starter #4 M milindb Guest You can always refer to jlink examples for getting API usage. For this particular API refer to "Accessing Material Properties" section in jlinkug.pdf.
You can always refer to jlink examples for getting API usage. For this particular API refer to "Accessing Material Properties" section in jlinkug.pdf.