3.7.0 3.6.0 3.5.0 3.4.0 3.3.0 3.2.2 3.2.1 3.2.0 Korean English Chinese Czech Dutch French German Hungarian Italian Japanese Polish Portuguese Spanish
3.7.0 3.6.0 3.5.0 3.4.0 3.3.0 3.2.2 3.2.1 3.2.0 Korean English Chinese Czech Dutch French German Hungarian Italian Japanese Polish Portuguese Spanish

get_eip_gpr_expand_output_register_bit()

Definition

get_eip_gpr_expand_output_register_bit(address)

Features

It is used to import values to the Output Bit General Purpose Register (Expand) area of the Industrial Ethernet(EtherNet/IP, PROFINET) Slave.

Parameters

Parameter Name

Data Type

Default Value

Description

address

unsigned short

-

Address value of Output Bit GPR (Expand) area in Industrial Ethernet Slave(0-49)

Return

Value

Description

value

Corresponding register value

Exception

Exception

Description

DR_Error (DR_ERROR_TYPE)

Parameter data error occurred

DR_Error (DR_ERROR_VALUE)

Parameter value is invalid

DR_Error (DR_ERROR_RUNTIME)

C Extension module error occurred

DR_Error (DR_ERROR_STOP)

Program terminated forcefully

Example

Python
a = get_eip_gpr_expand_output_register_bit(0)
b = get_eip_gpr_expand_output_register_bit(63)

Keyword

get_ / output / register / output_register / expand / register_bit