Unpackbyte, Parameters, Error description – Yaskawa MotionWorks IEC Toolboxes User Manual

Page 575

Advertising
background image

Yaskawa Toolbox: Function Blocks

MotionWorks IEC61131-3 Toolboxes: 2013-09-13

562

UnpackByte

This function block converts a byte into discrete bits.

Parameters

*

Parameter

Data Type

Description

VAR_INPUT

Default

B

InputByte

BYTE

The input data to be separated into bits.

BYTE#0

VAR_OUTPUT

V

Bit0

BOOL

Bit 0 of the InputByte

V

Bit1

BOOL

Bit 1 of the InputByte

V

Bit2

BOOL

Bit 2 of the InputByte

V

Bit3

BOOL

Bit 3 of the InputByte

V

Bit4

BOOL

Bit 4 of the InputByte

V

Bit5

BOOL

Bit 5 of the InputByte

V

Bit6

BOOL

Bit 6 of the InputByte

V

Bit7

BOOL

Bit 7 of the InputByte

Error Description

Advertising