MceRunInformJobStsByte

0.1.0

Status byte for running INFORM jobs using MceRunInformJob.

Version history

0.1.0

  deGroot

Changes

Added:
  • initial release

Overview

nametypedefaultcomment
bJobNrBit0BITactive job number (0-15), bit 0
bJobNrBit1BITactive job number (0-15), bit 1
bJobNrBit2BITactive job number (0-15), bit 2
bJobNrBit3BITactive job number (0-15), bit 3
bStartButtonBITgreen start button on pendant
bIdleBITmaster job idle (cursor at top)
bBusyBITmaster job busy
bDoneBITmaster job done

Details

bJobNrBit0

BIT

Active job number (0-15), bit 0.

bJobNrBit1

BIT

Active job number (0-15), bit 1.

bJobNrBit2

BIT

Active job number (0-15), bit 2.

bJobNrBit3

BIT

Active job number (0-15), bit 3.

bStartButton

BIT

Green start button on pendant.

bIdle

BIT

Master job idle (ready for start, with cursor at top).

bBusy

BIT

Master job busy.

bDone

BIT

Master job done.

Source code

Declarations

(*status byte for running INFORM jobs using MceRunInformJob*)
TYPE MceRunInformJobStsByte : 

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

STRUCT
  bJobNrBit0 : BIT; (*active job number (0-15), bit 0*)
  bJobNrBit1 : BIT; (*active job number (0-15), bit 1*)
  bJobNrBit2 : BIT; (*active job number (0-15), bit 2*)
  bJobNrBit3 : BIT; (*active job number (0-15), bit 3*)
  bStartButton : BIT; (*green start button on pendant*)
  bIdle : BIT; (*master job idle (cursor at top)*)
  bBusy : BIT; (*master job busy*)
  bDone : BIT; (*master job done*)
END_STRUCT
END_TYPE

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