Amp_data_type enumeration, Aux_com_rem_station_type enumeration, Aux_com_search_type enumeration – Rockwell Automation 8520-9API 9/Series OCI API Developer's Guide User Manual

Page 170

Advertising
background image

6–2

Array Indices and Strings

Publication 8520-6.6 - August 1999

AMP_DATA_TYPE enumeration

This enumeration identifies the data type for AMP parameters.

Enumeration

Result:

0

Short

1

Unsigned Short

2

Long

3

Unsigned Long

4

Quad

5

Unsigned Quad

6

Float

7

Double

8

Unsigned Character

9

ASCII Character

AUX_COM_REM_STATION_TYPE enumeration

This enumeration for the aux com identifies the station type.

Enumeration

Result:

1

PLCĆ2 Unprotected r/w

2

PLC-3 Word range r/w

3

PLC-5 Typed r/w

4

Compute Typed r/w

Important: Enumeration does not apply to the 9/PC CNC.

AUX_COM_SEARCH_TYPE enumeration

The search_type enumeration for the aux com feature is as follows:

Enumeration

Result:

0

index line

1

command line

2

channel name line

3

rem node address

4

CNC file

5

remote file

6

remote station type

7

output format line

8

num symbols line

9

CNC symbol line

10

remote symbol line

Important: Enumeration does not apply to the 9/PC CNC.

Advertising