Files
databeamnew/Strategies/Standard/STR0013/STR0013.json
T
andrea.villa 70b4927fd2 - Migliorato recupero utensili Essetre in base a TAG
- Aggiunta lettura di qualche parametro Q di Essetre
- Piccole modifiche a strategie
2025-08-29 10:55:45 +02:00

76 lines
2.2 KiB
JSON

{
"sStrategyId": "STR0013",
"sStrategyName": "Hole with Mill",
"ParameterList" : [
{
"sName": "dDiameterTolerance",
"sNameNge": "TOLERANCE",
"sValue": "0",
"sDescriptionShort": "Tolerance on Diameter",
"sDescriptionLong": "Tolerance on Diameter",
"sType": "d",
"sMessageId": " ",
"sMinUserLevel": "1"
},
{
"sName": "bUseMillAsDrill",
"sNameNge": "DRILLMILL",
"sValue": "0",
"sDescriptionShort": "Use mill as a drillbit",
"sDescriptionLong": "Admit to use the mill as a drillbit",
"sType": "b",
"sMessageId": " ",
"sMinUserLevel": "1"
},
{
"sName": "bOnlyContouring",
"sNameNge": "ONLYCONT",
"sValue": "0",
"sDescriptionShort": "Execute contour only",
"sDescriptionLong": "Execute the contour anyway, even the hole is bigger than the tool diameter",
"sType": "b",
"sMessageId": " ",
"sMinUserLevel": "1"
},
{
"sName": "sDrillingMode",
"sNameNge": "DRILLING_MODE",
"sValue": "AUTO",
"sDescriptionShort": "Drilling mode",
"sDescriptionLong": "",
"sType": "combo",
"sMinUserLevel": "1",
"Choices": [
{
"sValue": "AUTO",
"sDescriptionShort": "Automatic",
"sDescriptionLong": "",
"sMessageId": ""
},
{
"sValue": "PREFER_ONE",
"sDescriptionShort": "Preferred machining from one side only",
"sDescriptionLong": "",
"sMessageId": ""
},
{
"sValue": "FORCE_TWO",
"sDescriptionShort": "Force machining from two sides",
"sDescriptionLong": "",
"sMessageId": ""
}
]
},
{
"sName": "sMillList",
"sNameNge": "DRILLPOCK_TOOL_LIST",
"sValue": "",
"sDescriptionShort": "Available mill to machine drills",
"sDescriptionLong": "",
"sType": "tool",
"sSubType": "Mill",
"sMessageId": " ",
"sMinUserLevel": "1"
}
]
}