Everything

[Hook Transaction Settings] tab


This tab is used to display the detailed information categorized by the following and the configuration can be changed.

For details on the hook transaction, see "2.20 Use Hook Function".

 

(1) [Hook Transaction Settings]

[Description of each category]

(1)

[Hook Transaction Settings]

The detailed information on the hook transaction is displayed and its configuration can be changed.

Before download

Specify the processNote to proceed right before downloading the load module file.

Default

Before download[0] ("[]" is the current number of specified processes.)

Modifying

Specify with the Text Edit dialog box.

The Text Edit dialog box is opened by clicking the [...] button that appears at right edge of this field when you select this property (you cannot specify options for the flash memory on this panel).

Available values

Up to 128 processes (one line in the Text Edit dialog box is equivalent to one processing)

Note that up to 64 characters for one process can be specified.

After download

Specify the processNote to proceed right after downloading the load module file.

Default

Before download[0] ("[]" is the current number of specified processes.)

Modifying

Specify with the Text Edit dialog box.

The Text Edit dialog box is opened by clicking the [...] button that appears at right edge of this field when you select this property (you cannot specify options for the flash memory on this panel).

Available values

Up to 128 processes (one line in the Text Edit dialog box is equivalent to one processing)

Note that up to 64 characters for one process can be specified.

After CPU reset under breaking

Specify the processNote to proceed right after CPU reset during break.

Default

Before download[0] ("[]" is the current number of specified processes.)

Modifying

Specify with the Text Edit dialog box.

The Text Edit dialog box is opened by clicking the [...] button that appears at right edge of this field when you select this property (you cannot specify options for the flash memory on this panel).

Available values

Up to 128 processes (one line in the Text Edit dialog box is equivalent to one processing)

Note that up to 64 characters for one process can be specified.

Before running

Specify the processNote to proceed right before the execution of the program.

Default

Before download[0] ("[]" is the current number of specified processes.)

Modifying

Specify with the Text Edit dialog box.

The Text Edit dialog box is opened by clicking the [...] button that appears at right edge of this field when you select this property (you cannot specify options for the flash memory on this panel).

Available values

Up to 128 processes (one line in the Text Edit dialog box is equivalent to one processing)

Note that up to 64 characters for one process can be specified.

After breaking

Specify the processNote to proceed right after the program break.

Default

Before download[0] ("[]" is the current number of specified processes.)

Modifying

Specify with the Text Edit dialog box.

The Text Edit dialog box is opened by clicking the [...] button that appears at right edge of this field when you select this property (you cannot specify options for the flash memory on this panel).

Available values

Up to 128 processes (one line in the Text Edit dialog box is equivalent to one processing)

Note that up to 64 characters for one process can be specified.

Note

From the following three processes, input the specification format of the desired process to the Text Edit dialog box.

[Process 1]:

Automatically overwrites the value of I/O register with Value.

Specification format:

I/O-register-name Value

[Process 2]:

Automatically overwrites the value of CPU register with Value.

Specification format:

CPU-register-name Value

[Process 3]:

Automatically executes a script file which is specified with Python script path (absolute path or relative path from the project folder).

Specification format:

Source Python-script-path