| Package | Description |
|---|---|
| org.ogema.drivers.modbus.tasks | |
| org.ogema.drivers.modbus.util |
| Modifier and Type | Class and Description |
|---|---|
class |
ModbusReadTask
Task for reading from a modbus device.
|
class |
ModbusWriteTask
Class for modbus writing tasks (write into a modbus device).
|
| Modifier and Type | Method and Description |
|---|---|
org.ogema.core.channelmanager.measurements.Value |
ModbusDriverUtil.getRegistersValue(com.ghgande.j2mod.modbus.procimg.InputRegister[] registers,
ModbusTask channel) |
org.ogema.core.channelmanager.measurements.Value |
ModbusDriverUtil.getRegistersValue(com.ghgande.j2mod.modbus.procimg.InputRegister[] registers,
ModbusTask channel,
boolean useLittleEndian) |
com.ghgande.j2mod.modbus.util.BitVector |
Connection.readCoils(ModbusTask channel) |
com.ghgande.j2mod.modbus.util.BitVector |
Connection.readDiscreteInputs(ModbusTask channel) |
com.ghgande.j2mod.modbus.procimg.Register[] |
Connection.readHoldingRegisters(ModbusTask channel) |
com.ghgande.j2mod.modbus.procimg.InputRegister[] |
Connection.readInputRegisters(ModbusTask channel) |
void |
Connection.writeMultipleCoils(ModbusTask channel,
com.ghgande.j2mod.modbus.util.BitVector coils) |
void |
Connection.writeMultipleRegisters(ModbusTask channel,
com.ghgande.j2mod.modbus.procimg.Register[] registers) |
void |
Connection.writeSingleCoil(ModbusTask channel,
boolean state) |
void |
Connection.writeSingleRegister(ModbusTask channel,
com.ghgande.j2mod.modbus.procimg.Register register) |
Copyright © 2018. All rights reserved.