Machine instruction¶
Machine Instructions enable you to store and configure machine program parameters within IFS Cloud. These instructions can be essential for guiding machine operations accurately. Below is an example of a Machine Instruction Guideline Text connected to an operation:
When you use the Get Operation Info API, it returns operation information that includes the Machine Instruction text. Here's a snippet of the response in JSON format:
{
...
"MachineInstructions": [
{
"GuidelineDescription": "PRM: P/Recpie/123",
"GuidelineText": "<Parameter 1: 517><Parameter 2: low> <Parameter 3: 'green'>"
}
...
}
The GuidelineDescription
provides a clear identifier for the instruction, and the GuidelineText
contains the specific parameter configurations necessary for the operation. These instructions ensure that machine programs are executed accurately and efficiently, contributing to a smooth production process.