Rockwell Automation 8520-9API 9/Series OCI API Developer's Guide User Manual

Page 93

Advertising
background image

4–45

OCI Data Server Data Items

Publication 8520-6.6 - August 1999

AMPED_TOOL_LENGTH_AXIS_LOGICAL_BIT_PATTERN
Data Type

UDINT

Read/Write

Read only

Array Index

none

Control Type

Lathe/Mill/Grinder

1

1

Grinder Control Type is not available for Release 1 of 9/PC.

This item is used to determine what axes are AMPed as the tool
length axes in the process. It returns a bit pattern of the logical axes
in the process. If a zero is reported to the logical axis number that
axis is not AMPed as a tool length axis. A one indicates the logical
axis is configured to be the default tool length axis. For example:

AMPED_TOOL_LENGTH_AXIS_LOGICAL_BIT_PATTERN.1

Could return the bit pattern 00000100. This would indicate that the
third axis is AMPed to be the default tool length axis.

DRILLING_AXIS_LOGICAL_BIT_PATTERN
Data Type

UDINT

Read/Write

Read only

Array Index

none

Control Type

Lathe/Mill/Grinder

1

1

Grinder Control Type is not available for Release 1 of 9/PC.

This item is used to determine what axes are currently selected as the
drilling axes in the process. The drilling axis is the axis used for
drilling operations for fixed drilling cycles. It returns a bit pattern of
the logical axes in the process. If a zero is reported to the logical
axis number that axis is not currently the active drilling axis. A one
indicates the logical axis is a active drilling axis. For example:

DRILLING_AXIS_LOGICAL_BIT_PATTERN.1

Could return the bit pattern 00000100. This would indicate that the
third axis is selected as the drilling axis for fixed cycles.

Advertising