Rockwell Automation 8520 9/Series CNC Lathe User Manual

Page 694

Advertising
background image

Paramacros

Chapter 28

28-20

#3006

Program Stop With Message

Use this parameter to cause a cycle stop operation and display a message

on line 1 of the CRT. Any block that assigns a new value to the parameter

3006 will result in a cycle stop. Any decimal value may be assigned to this

parameter the value of which is not used.

When the control executes this block, a cycle stop is performed and the

message “SEE (MESSAGE) IN PART PROGRAM BLOCK” is displayed

on line 1 of the CRT. This is intended to point out to the operator an

important comment in a program block (see chapter 10 on comment

blocks). This parameter is a write-only.

For example, programming:

#3006=.1 (Install Tool Number 6);

will cause program execution to stop at the beginning of this block and the

message display the message telling the operator to read the comment in

the block.

#3007

Mirror Image

This parameter is a read-only. It generates an integer that represents, in

binary, what axes are mirrored. For example, if the value of this parameter

was 3, the binary equivalent for this is 00000011. The first digit of this

binary equivalent (reading right to left) corresponds to axis 1, the second is

axis 2, the third is axis 3, etc., up to the number of axes configured in your

system. When a zero is in the binary location for an axis, it indicates that

the axis is not mirrored. If a 1 is in that axis location, that axis is mirrored.

For example, if the parameter #3007 is the integer 11 (binary 00001011), it

indicates axes 1, 2, and 4 are mirrored and axes 3, 5, and 6 are not

mirrored.

0 0 0 0 1 0 1 1

6

5

4

3

2

1

*Axis Number
Listed Below

7

8

Where:

0 indicates axis is not mirrored

1 indicates axis is mirrored

Advertising