Fix per tooling Fanuc
This commit is contained in:
@@ -4656,13 +4656,13 @@ namespace CMS_CORE_Library.Fanuc
|
||||
// Add obj index to the parameter memory
|
||||
int currentFieldIndex = nextFieldIndex + objOffset * size;
|
||||
string propertyName = property.Name;
|
||||
if ((propertyName + "").StartsWith("_"))
|
||||
if ((propertyName + "").StartsWith("_") || propertyName == "ResidualPresetting")
|
||||
{
|
||||
if (propertyName == "_PresettingDelta")
|
||||
if (propertyName == "_PresettingDelta" || propertyName == "ResidualPresetting")
|
||||
{
|
||||
//properties[propertyIndex].SetValue(models[objIndex],byteValues[memoryIndex]);
|
||||
//memoryIndex += 2;
|
||||
continue;
|
||||
//continue;
|
||||
}
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user