Pp_source enumeration, Product_id enumeration, Rotation_ext_status enumeration – Rockwell Automation 8520-9API 9/Series OCI API Developer's Guide User Manual

Page 184: Scaling_indicator enumeration

Advertising
background image

6–16

Array Indices and Strings

Publication 8520-6.6 - August 1999

PP_SOURCE enumeration

PP_Source enumeration is used to select the source that the
executing part program is going to come from. For example use this
enumeration to specify the port name of a program you intend to
execute from a tape reader. The PP_Source enumeration is:

Enumeration

Result:

0

Control Memory

2

1

Port A

4

1

Port B

Important:

1

Does not apply to the 9/PC CNC.

PRODUCT_ID enumeration

PRODUCT_ID enumeration is used to identify the hardware
platform. The PRODUCT_ID enumeration is:

Enumeration

Result:

9

9/260 Lathe/Mill

10

9/260 Grinder

11

9/290 Lathe/Mill

12

9/290 Grinder

15

9/260 Multi Process

17

9/290 MultiĆProcess

22

9/PC Lathe/Mill

ROTATION_EXT_STATUS enumeration

Rotation_Ext_Status enumeration is used to identify the status of
external part rotation for a specific axis. The Rotation_Ext_Status
enumeration is:

Enumeration

Result:

0

External Rotation ON

1

External Rotation OFF

SCALING_INDICATOR enumeration

Scaling_Indicator enumeration is used to identify the status of
scaling for a specific axis. The Scaling_Indicator enumeration is:

Enumeration

Result:

0

Scaling Off

1

Scaling On

Advertising