Package io.openems.edge.wago
Class Fieldbus523RO1Ch
java.lang.Object
io.openems.edge.wago.FieldbusModule
io.openems.edge.wago.Fieldbus523RO1Ch
-
Constructor Summary
ConstructorsConstructorDescriptionFieldbus523RO1Ch
(Wago parent, int moduleCount, int coilOffset0, int coilOffset512) -
Method Summary
Modifier and TypeMethodDescriptionGets the Channels of theFieldbusModule
.Gets theModbusCoilElement
for the input coils starting at address 0.Gets theModbusCoilElement
for the input coils starting at address 512.getName()
Gets the Name of theFieldbusModule
.Gets theModbusCoilElement
for the output coils starting at address 512.
-
Constructor Details
-
Fieldbus523RO1Ch
-
-
Method Details
-
getName
Description copied from class:FieldbusModule
Gets the Name of theFieldbusModule
.- Specified by:
getName
in classFieldbusModule
- Returns:
- the name
-
getInputCoil0Elements
Description copied from class:FieldbusModule
Gets theModbusCoilElement
for the input coils starting at address 0.- Specified by:
getInputCoil0Elements
in classFieldbusModule
- Returns:
- the array; empty for no input coils
-
getInputCoil512Elements
Description copied from class:FieldbusModule
Gets theModbusCoilElement
for the input coils starting at address 512.- Specified by:
getInputCoil512Elements
in classFieldbusModule
- Returns:
- the array; empty for no input coils
-
getOutputCoil512Elements
Description copied from class:FieldbusModule
Gets theModbusCoilElement
for the output coils starting at address 512.- Specified by:
getOutputCoil512Elements
in classFieldbusModule
- Returns:
- the array; empty for no output coils
-
getChannels
Description copied from class:FieldbusModule
Gets the Channels of theFieldbusModule
.- Specified by:
getChannels
in classFieldbusModule
- Returns:
- the
Channel
-