GXE600.lvlib:GXE600 Status Read Protection Method.vi

Holding Register (PDU Address : 102d)

Reads actual Protection Method Value.

 b0 : SWOCP
 b2 : SWOVP
 b3 : HWOVP
 (The other bits are not effective.)

Each function has latched off protection if corresponding bit is true.
If each bit is false, corresponding function has auto recovery.

GXE600.lvlib:GXE600 Status Read Protection Method.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

SWOVP

Actual Protection Method of Over Voltage

False indicates auto recovering.

True indicates latched stop.

ibool

SWOCP

Actual Protection Method of Over Current

False indicates auto recovering.

True indicates latched stop.

ibool

HWOVP

Actual Protection Method of Hardware Over Voltage

False indicates auto recovering.

True indicates latched stop.

iu16

Protection Method Value

Protection Method Register Raw Data Value.

b0 : SWOCP

b2 : SWOVP

b3 : HWOVP

The other bits are not effective.