Port_baud_rate enumeration, Port_comm_format enumeration, Port_data_bits enumeration – Rockwell Automation 8520-9API 9/Series OCI API Developer's Guide User Manual

Page 179

Advertising
background image

6–11

Array Indices and Strings

Publication 8520-6.6 - August 1999

Enumeration:

Result:

Enumeration:

Result:

36

1

Digitizing

76

3

9/PC 5 Servo Loops

37

PAL/Logic Program Activation

77

3

9/PC 8 Servo Loops

1

Does not apply to 9/PC

2

Applies to a dual-process system only

3

Applies to 9/PC only

4

Applies to lathe only

5

Apllies to mill only

6

Applies to grinder only

7

Applies to a mono-process system only

PORT_BAUD_RATE enumeration

The port_baud_rate enumeration is used to select the baud rate for
one of the serial communication ports. The enumeration are:

Enumeration:

Result:

0

300 Baud

1

600 Baud

2

1200 Baud

3

2400 Baud

4

4800 Baud

5

9600 Baud

6

19200 Baud

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

PORT_COMM_FORMAT enumeration

The port_comm_format enumeration is used to select the format for
communication on one of the serial communication ports. The
enumerations are:

Enumeration:

Result:

0

EIA

1

ASCII

2

N/A

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

PORT_DATA_BITS enumeration

The port_data_bits enumeration is used to determine the number of
data bits used for communication on one of the serial communication
ports. The enumeration are:

Enumeration:

Result:

0

7 bit

1

8 bits

Advertising