GXE600.lvlib:GXE600 Status Read Reference Source.vi

Holding Register (PDU Address : 101d)

Reads actual CVCC Configuration Value.

 b0 : Digital CV enabled it's true.

 b1 : Digital CC enabled it's true.

(Other bits are not effective.)

GXE600.lvlib:GXE600 Status Read Reference Source.vi


cModbus_Masterlvclass

Modbus master in

Modbus master in can accept any Modbus master instance.

cerrcodeclst

error in (no error)

error in can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

Right-click the error in control on the front panel and select Explain Error or Explain Warning from the shortcut menu for more information about the error.

iModbus_Masterlvclass

Modbus master out

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

ierrcodeclst

error out

error out passes error or warning information out of a VI to be used by other VIs.

Right-click the error out control on the front panel and select Explain Error or Explain Warning from the shortcut menu for more information about the error.

ibool

Digital CV

Reads status of Digital CV function.

False indicates Digital CV disabled. (Analog CV enabled.)

True indicates Digital CV enabled.

ibool

Digital CC

Reads status of Digital CC function.

False indicates Digital CC disabled. (Analog CC enabled.)

True indicates Digital CC enabled.

iu16

CVCC Configuration Value

CVCC Configuration Register Raw Data Value.

b0 : Digital CV (true : enabled / false : disabled)

b1 : Digital CC (true : enabled / false : disabled)

b2 - 15 : reserved.