MceRunInformJobCmdByte

0.1.0

Command byte for running INFORM jobs using MceRunInformJob.

Version history

0.1.0

  deGroot

Changes

Added:
  • initial release

Overview

nametypedefaultcomment
bJobNrBit0BITjob number (0-15), bit 0
bJobNrBit1BITjob number (0-15), bit 1
bJobNrBit2BITjob number (0-15), bit 2
bJobNrBit3BITjob number (0-15), bit 3
bJobNumberOkBITconfirm the returned job number
bResetBITreset master job (cursor to top)
bRunBITstart the master job
bHoldBIThold the master job

Details

bJobNrBit0

BIT

Job number (0-15), bit 0.

bJobNrBit1

BIT

Job number (0-15), bit 1.

bJobNrBit2

BIT

Job number (0-15), bit 2.

bJobNrBit3

BIT

Job number (0-15), bit 3.

bJobNumberOk

BIT

Confirm the returned job number.

bReset

BIT

Reset master job (set the cursor to the top).

bRun

BIT

Start the master job.

bHold

BIT

Hold the master job.

Source code

Declarations

(*command byte for running INFORM jobs using MceRunInformJob*)
TYPE MceRunInformJobCmdByte : 

(*
 * -----------------------------------------------------------------------------
 * Name               : MceRunInformJobCmdByte
 * Version            : 0.1.0
 * Date               : 2026-02-23
 * Author             : deGroot
 * Family             : YaskawaMce
 * Organisation       : github.com/YaskawaEurope/mlx-examples
 * 
 * -----------------------------------------------------------------------------
 * command byte for running INFORM jobs using MceRunInformJob
 * -----------------------------------------------------------------------------
 *)

STRUCT
  bJobNrBit0 : BIT; (*job number (0-15), bit 0*)
  bJobNrBit1 : BIT; (*job number (0-15), bit 1*)
  bJobNrBit2 : BIT; (*job number (0-15), bit 2*)
  bJobNrBit3 : BIT; (*job number (0-15), bit 3*)
  bJobNumberOk : BIT; (*confirm the returned job number*)
  bReset : BIT; (*reset master job (cursor to top)*)
  bRun : BIT; (*start the master job*)
  bHold : BIT; (*hold the master job*)
END_STRUCT
END_TYPE

Pages built with Hugo - 04 Mar 2026 16:05 CET