Skip to content

Machine instruction

Machine Instruction allow you to store and configure machine program parameters in IFS. Example of a Machine Instruction Guideline Text connected to a operation:

image-20220714133918545

GetOperationInfo returns the operation information containing the Machine Instruction text. Example snippet of the response:

{
...
    "MachineInstructions": [
        {
            "GuidelineDescription": "PRM: P/Recpie/123",
            "GuidelineText": "<Parameter 1: 517><Parameter 2: low> <Parameter 3: 'green'>"
        }
...
}