Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MintJulep on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Set/Get Stok Material in the manufacturing process with JLINK

  • Thread starter Thread starter ilson
  • Start date Start date
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
    StockMaterial.jpg
    19 KB · Views: 20
Have you tried these:
• pfcPart.Material.GetPropertyValue
• pfcPart.Material.SetPropertyValue
• pfcPart.Material.SetPropertyUnits
 
hi
Can someone explain to me how to perform this function?
grateful
 
You can always refer to jlink examples for getting API usage. For this particular API refer to "Accessing Material Properties" section in jlinkug.pdf.
 

Part and Inventory Search

Sponsor

Back
Top