beautypg.com

2 reset (r) – HEIDENHAIN TNC 407 (243 020) Technical Manual User Manual

Page 510

background image


01.98

TNC 407/TNC 415/TNC 425

3 Commands

7-49

3.2.2 RESET (R)

Abbreviation for the PLC-Editor:

R (RESET)

Operand changed

Operand unchanged

Execution time [µs]

0.1 to 0.8

0.2 to 0.5

Number of bytes

8 ( 6 )

Byte value in parentheses:
With certain preceding program sequences the command may be shortened.

Operands: M, I, O, T, C

Operation:
The function of the command is dependent on the contents of the Logic Accumulator. If the Logic
Accumulator = 1, the addressed operand is set to 0, otherwise the operand remains unchanged. An
R command is used at the end of a logic chain, in order that a gating result may influence the
operand. The command may be used several times in succession (see example).

Example:
Input I4 and Input I5 should be gated with OR.
If the gating result = 1, Output O2 and Marker M500 should be reset.

Initial state:

Input

I4

= 1

Input

I5

= 0

Output

O2

= ?

Marker

M500 = ?

Line Instruction

Accumulator Contents

Operand Contents

Bit

31

.

.

.

7

0

... x x x x x x X x x x x x x x

1

L I4

... x x x x x x 1 x x x x x x x

1

2

O I5

... x x x x x x 1 x x x x x x x

0

3

R O2

... x x x x x x 1 x x x x x x x

0

4

R M500

... x x x x x x 1 x x x x x x x

0

Line 1:

The operand contents are loaded into the Accumulator.

Line 2:

The contents of the Logic Accumulator and input I5 are gated with OR.

Line 3:

The gating result = 1: Output O2 is reset.

Line 4:

The gating result = 1: Marker 500 is reset.