Breadcrumbs

get_input_register_float()

Definition

get_input_register_float(address)

Features

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

Parameters

Parameter Name

Data Type

Default Value

Description

address

unsigned short

-

Address value of Input Float GPR area in Industrial Ethernet Slave(0-23)

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_input _register_float (0)
b = get_input _register_float (63)