Files
databeamnew/Strategies/Standard/STR0014/STR0014.json
T
2025-09-29 08:13:02 +02:00

56 lines
1.5 KiB
JSON

{
"sStrategyId": "STR0014",
"sStrategyName": "Marking",
"ParameterList" : [
{
"sName": "dMachiningDepth",
"sNameNge": "DEPTH",
"sValue": "1",
"sDescriptionShort": "Machining Depth",
"sDescriptionLong": "",
"sType": "d",
"sMessageId": " ",
"sMinUserLevel": "1"
},
{
"sName": "sMillingList",
"sNameNge": "MARK_TOOL_LIST",
"sValue": "",
"sDescriptionShort": "Available mill to machine mark and text",
"sDescriptionLong": "",
"sType": "tool",
"sSubType": "MCH_TF.MILL",
"sMessageId": " ",
"sMinUserLevel": "1"
},
{
"sName": "sMarkStrategy",
"sNameNge": "EXEC_MARK",
"sValue": "AUTO",
"sDescriptionShort": "Marking Strategy",
"sDescriptionLong": "",
"sType": "combo",
"sMinUserLevel": "1",
"Choices": [
{
"sValue": "AUTO",
"sDescriptionShort": "Automatic",
"sDescriptionLong": "",
"sMessageId": ""
},
{
"sValue": "PEN_FORCED",
"sDescriptionShort": "Pen only",
"sDescriptionLong": "",
"sMessageId": ""
},
{
"sValue": "VMILL_FORCED",
"sDescriptionShort": "V-Mill only",
"sDescriptionLong": "",
"sMessageId": ""
}
]
}
]
}