Skip to content
On this page

Machine Commands

Introduction

These are all the machine specific commands that can be requested by posting request bodies to http://{address}:{port}/rest/api/machines.

Note that the "MachineName" field must match the unique machine name set in the modules.config file for the machine you wish to to send the command to. The modules.config file is located at C:\Kval\KvalMachineData\ModuleData\modules.config

VisionFS

MoveToStack

Moves the next door from the infeed stack immediately to the out feed stack, skipping the machine line entirely. This is a "fire and forget" command, matching in functionality to the button on the VisionFS user interface for "Feeder Direct to Stack."

ParamtersData
NoneJSON

Example

json
{
  "MachineName": "VisionFS",
  "Command": "MoveToStack"
}