Instruction Parameters
Supported PLC Series
| PLC-AES | PLC-FB | PLC-ES |
|---|---|---|
| ✓ | ✓ | ✓ |
Supported Data Registers
| M | X | Y | K | L | F | T | C | S | Z | R | Q | D | @D | Constant | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| S | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | – | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
| D | ✓ | – | ✓ | ✓ | ✓ | – | ✓ | ✓ | – | ✓ | ✓ | ✓ | ✓ | ✓ | – |
Supported Flags
| Flag | Bit | Support |
|---|---|---|
| Error | F11.0 | ✓ |
| Zero | F11.1 | – |
| Carry | F11.2 | – |
Number of Steps
| Steps |
|---|
| 3 |
Operands
| Operand | Description |
|---|---|
| S | The first operand. Entries are only 2 ASCII WORD data registers. This is the value to be converted to binary notation in Hexadecimal notation. |
| D | The 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 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.

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

HABINP

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.

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

