The leader in industrial automation and control solutions

Instruction Parameters

Supported PLC Series

PLC-AESPLC-FBPLC-ES

Supported Data Registers

MXYKLFTCSZRQD@DConstant
S
D

Supported Flags

FlagBitSupport
ErrorF11.0
ZeroF11.1
CarryF11.2

Number of Steps

Steps
3

Operands

OperandDescription
SThe first operand.
Entries are only 2 ASCII WORD data registers.
This is the value to be converted to binary notation in Hexadecimal notation.
DThe second operand.
Entries are only WORD data registers.
This is where the conversion is saved.

Notice

Error Flag (F11.0) Notice

The error flag, F11.0, will be ON for one scan when the address of the data register assigned by @D exceeds the range of the data register, D. The range of the data register, D, is dependent on the CPU type. F11.0 turns ON when the value of the data for processing exceeds the data register assigned to D.

Digit Range

The range for each digit to be converted must be H30 ~ H39 or H41 ~ H46. Otherwise, each digit not in range is processed as 0.

Ladder Diagram Examples

HABIN

The HABIN instruction converts an ASCII code value represented in 2 WORD Hexadecimal notation, S, into a binary WORD represented in Hexadecimal notati

The HABIN instruction converts an ASCII code value represented in 2 WORD Hexadecimal notation, S, into a binary WORD represented in Hexadecimal notation. The conversion value is saved as 0 ~ FFFF in an assigned WORD data register, D.

When the contact, M3.0, is powered ON (1), the DBINHA instruction converts two ASCII data registers, D70 and D71, into Hexadecimal.

When the contact, M3.0, is powered ON (1), the DBINHA instruction converts two ASCII data registers, D70 and D71, into Hexadecimal.

The result of the conversion is saved in a Hexadecimal data register, D73.

The result of the conversion is saved in a Hexadecimal data register, D73.

Memory Monitor

The HABINP one-shot instruction converts an ASCII code value represented in 2 WORD Hexadecimal notation, S, into a binary WORD represented in Hexadeci

HABINP

The HABINP one-shot instruction converts an ASCII code value represented in 2 WORD Hexadecimal notation, S, into a binary WORD represented in Hexadeci

The HABINP one-shot instruction converts an ASCII code value represented in 2 WORD Hexadecimal notation, S, into a binary WORD represented in Hexadecimal notation. The conversion value is saved as 0 ~ FFFF in an assigned WORD data register, D. Every time this instruction executes, it energizes the output only once.

When the contact, M3.1, is powered ON (1), the DBINHA instruction converts two ASCII data registers, D75 and D71, into Hexadecimal.

When the contact, M3.1, is powered ON (1), the DBINHA instruction converts two ASCII data registers, D75 and D71, into Hexadecimal.

The result of the conversion is saved in a Hexadecimal data register, D78.

The result of the conversion is saved in a Hexadecimal data register, D78.

Memory Monitor

Memory Monitor for MapleLogic HABIN/HABINP instruction.