Skip to main content
Skip table of contents

get_output_register_bit(address)

Features

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

Parameter

Parameter NameData TypeDefault ValueDescription

address

unsigned short

-

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

Return

ValueDescription

value

Corresponding register value

Exception

ExceptionDescription

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

PY
a = get_output _register_bit (0)
b = get_output _register_bit (63)
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.