Write Multiple Registers VI

Installed With: LabVIEW

Writes registers to write starting at starting address to the device holding registers.

Write Multiple Registers

datatype_images\crn.gif

Modbus slave in can accept any Modbus slave instance.

datatype_images\cu16.gif

starting address defines the initial address used for the read or write operation. The Modbus specification defines this address as being 1-indexed. This library implementation uses 0-indexed addresses.

datatype_images\c1du16.gif

registers to write defines the set of holding registers to be written to the device. These registers will be written to the device in a single atomic operation. A maximum of 123 registers can be written at once, due to size limitations of the Modbus protocol data unit.

datatype_images\icclst.gif

error out contains error information. This output provides standard error out functionality.

datatype_images\ibool.gif

The status boolean is either TRUE (X) for an error, or FALSE (checkmark) for no error or a warning. The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

datatype_images\ii32.gif

The code input identifies the error or warning. The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

datatype_images\istr.gif

The source string describes the origin of the error or warning. The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

datatype_images\ccclst.gif

error in describes error conditions that occur before this node runs. This input provides standard error in functionality.

datatype_images\cbool.gif

The status boolean is either TRUE (X) for an error, or FALSE (checkmark) for no error or a warning. The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

datatype_images\ci32.gif

The code input identifies the error or warning. The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

datatype_images\cstr.gif

The source string describes the origin of the error or warning. The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

datatype_images\irn.gif

Modbus slave out returns the Modbus slave instance provided as input.