Help for this page
Dim Part, FeederType If Library.FindPart (Recipe.Placements(0).PlacementPart.Part.Name, Par +t) Then FeederType = Part.Value ("FEEDERWIDTH", "Default value goes here") MsgBox "Feeder type: " & FeederType End If
my ($Part, $FeederType); for my $placement (in $Recipe->Placements) ... $FeederType = $Part->Value("FEEDERWIDTH", ""); } }