You are on page 1of 1

RA_PFx_MODBUS_PAR_WRITE UDFB

This UDFB writes a single parameter to one PowerFlex 525, 523, 4, 4M, 40, 40P or
400 drive over Modbus RTU using messaging.

FB Inputs Data Input Data Range Description


Type
FBEN BOOL TRUE/FALSE When preceding rung conditions are TRUE, function
block is enabled.
Channel UINT 2, 5-9 Serial port channel number drive is connected to.
NodeAddress USINT 1-247 Modbus slave address of drive.
ParameterNumber UINT 0-65535 Specifies drive parameter number to write.
ParameterValue UINT 0-65535 16-bit raw value to write to ParameterNumber.

FB Outputs Data Type Description


FBENO BOOL When function block is enabled, this output is enabled (TRUE).
Error BOOL Error status of Modbus write MSG.
ErrorID UINT Error code of Modbus write MSG.

You might also like