DOCA0275EN-00

Program Logic Commands

Overview

Program logic commands are used to:

  • Identify the program file to the custom logic editor

  • Execute a pre-defined operating mode

The following commands can be used:

  • LOGIC_ID

  • CALL_EOM

  • NOP

LOGIC_ID

The LOGIC_ID statement acts as an identifier for the program file.

LOGIC_ID values have an integer value range from 256 to 511.

Arguments

Representation

1

LOGIC_ID ID#

Input argument

Type

Range

Description

ID#

UINT

256–511

Logic ID of the customized program

No output arguments.

CALL_EOM

The CALL_EOM executes a pre-defined operating mode in the customized program.

Arguments

Representation

1

CALL_EOM OP_MODE#

Input argument

Type

Range

Representation

OP_MODE#

INT

12–22

Embedded operating mode (EOM):

  • 13: Direct Online

  • 14: Reverse Direct Online

  • 15: Star Delta

No output arguments.

NOP

The NOP command performs no operation.

Use the NOP command as a placeholder in a program file to replace a pre-existing command, or to reserve space for a future command.

Arguments

Representation

0

NOP

The NOP command has no arguments.

QR Code is a registered trademark of DENSO WAVE INCORPORATED in Japan and other countries.

Was this helpful?