Modifier and Type | Class and Description |
---|---|
class |
ControlLogixDataBlock
This subclass adds the destination address to the data block.
|
class |
ControlLogixResponseDataBlock
This subclass adds the destination address to the data block.
|
class |
DF1DataBlock
This subclass adds the destination address to the data block.
|
Modifier and Type | Method and Description |
---|---|
PLCDataBlock |
ControlLogixEthernetDeviceServer.readDevice(PLCDataBlock msgOut)
Read the packet from the PLC.
|
PLCDataBlock |
ControlLogixEthernetDirectDeviceServer.readDevice(PLCDataBlock msgOut)
Read the packet from the PLC.
|
PLCDataBlock |
DF1DeviceServer.readDevice(PLCDataBlock msgOut)
Read the packet from the PLC.
|
PLCDataBlock |
LogixEthernetDeviceServer.readDevice(PLCDataBlock msgOut)
Read the packet from the PLC.
|
PLCDataBlock |
ControlLogixServer.validateResponse(PLCDataBlock msgOut,
PLCDataBlock msgIn)
Returns true if the response to a message is correct.
|
PLCDataBlock |
DF1Server.validateResponse(PLCDataBlock msgOut,
PLCDataBlock msgIn)
Returns true if the response to a message is correct.
|
PLCDataBlock |
MicroLogixServer.validateResponse(PLCDataBlock msgOut,
PLCDataBlock msgIn)
Returns true if the response to a message is correct.
|
PLCDataBlock |
ControlLogixEthernetDeviceServer.writeDevice(PLCDataBlock msgOut)
Writes the packet to the PLC.
|
PLCDataBlock |
ControlLogixEthernetDirectDeviceServer.writeDevice(PLCDataBlock msgOut)
Writes the packet to the PLC.
|
PLCDataBlock |
DF1DeviceServer.writeDevice(PLCDataBlock msgOut)
Writes the packet to the PLC.
|
PLCDataBlock |
LogixEthernetDeviceServer.writeDevice(PLCDataBlock msgOut)
Writes the packet to the PLC.
|
PLCDataBlock |
ControlLogixEthernetDeviceServer.writeDeviceInternal(ControlLogixDataBlock controlLogixDataBlock)
Read the packet from the PLC.
|
Modifier and Type | Method and Description |
---|---|
PLCDataBlock |
ControlLogixEthernetDeviceServer.readDevice(PLCDataBlock msgOut)
Read the packet from the PLC.
|
PLCDataBlock |
ControlLogixEthernetDirectDeviceServer.readDevice(PLCDataBlock msgOut)
Read the packet from the PLC.
|
PLCDataBlock |
DF1DeviceServer.readDevice(PLCDataBlock msgOut)
Read the packet from the PLC.
|
PLCDataBlock |
LogixEthernetDeviceServer.readDevice(PLCDataBlock msgOut)
Read the packet from the PLC.
|
PLCDataBlock |
ControlLogixServer.validateResponse(PLCDataBlock msgOut,
PLCDataBlock msgIn)
Returns true if the response to a message is correct.
|
PLCDataBlock |
DF1Server.validateResponse(PLCDataBlock msgOut,
PLCDataBlock msgIn)
Returns true if the response to a message is correct.
|
PLCDataBlock |
MicroLogixServer.validateResponse(PLCDataBlock msgOut,
PLCDataBlock msgIn)
Returns true if the response to a message is correct.
|
PLCDataBlock |
ControlLogixEthernetDeviceServer.writeDevice(PLCDataBlock msgOut)
Writes the packet to the PLC.
|
PLCDataBlock |
ControlLogixEthernetDirectDeviceServer.writeDevice(PLCDataBlock msgOut)
Writes the packet to the PLC.
|
PLCDataBlock |
DF1DeviceServer.writeDevice(PLCDataBlock msgOut)
Writes the packet to the PLC.
|
PLCDataBlock |
LogixEthernetDeviceServer.writeDevice(PLCDataBlock msgOut)
Writes the packet to the PLC.
|
Modifier and Type | Method and Description |
---|---|
PLCDataBlock |
FinsDeviceServer._readDevice(PLCDataBlock msgOut)
Read from the device.
|
PLCDataBlock |
FinsDeviceServer.readDevice(PLCDataBlock msgOut)
Read from the device.
|
PLCDataBlock |
FinsServer.validateResponse(PLCDataBlock msgOut,
PLCDataBlock msgIn)
Returns true if the response to a message is correct.
|
PLCDataBlock |
FinsDeviceServer.writeDevice(PLCDataBlock msgOut)
Write to the device.
|
Modifier and Type | Method and Description |
---|---|
PLCDataBlock |
FinsDeviceServer._readDevice(PLCDataBlock msgOut)
Read from the device.
|
PLCDataBlock |
FinsDeviceServer.readDevice(PLCDataBlock msgOut)
Read from the device.
|
void |
FinsDeviceServer.simulatedWrite(java.lang.String blockType,
int startAddress,
PLCDataBlock values,
int bit)
This method is used to simulate a write to the device.
|
PLCDataBlock |
FinsServer.validateResponse(PLCDataBlock msgOut,
PLCDataBlock msgIn)
Returns true if the response to a message is correct.
|
PLCDataBlock |
FinsDeviceServer.writeDevice(PLCDataBlock msgOut)
Write to the device.
|
Modifier and Type | Method and Description |
---|---|
PLCDataBlock |
MelsecDeviceServer._readDevice(PLCDataBlock msgOut)
Read from the device.
|
PLCDataBlock |
MelsecDeviceServer.readDevice(PLCDataBlock msgOut)
Read from the device.
|
PLCDataBlock |
MelsecServer.validateResponse(PLCDataBlock msgOut,
PLCDataBlock msgIn)
Returns true if the response to a message is correct.
|
PLCDataBlock |
MelsecDeviceServer.writeDevice(PLCDataBlock msgOut)
Write to the device.
|
Modifier and Type | Method and Description |
---|---|
PLCDataBlock |
MelsecDeviceServer._readDevice(PLCDataBlock msgOut)
Read from the device.
|
PLCDataBlock |
MelsecDeviceServer.readDevice(PLCDataBlock msgOut)
Read from the device.
|
PLCDataBlock |
MelsecServer.validateResponse(PLCDataBlock msgOut,
PLCDataBlock msgIn)
Returns true if the response to a message is correct.
|
PLCDataBlock |
MelsecDeviceServer.writeDevice(PLCDataBlock msgOut)
Write to the device.
|
Modifier and Type | Class and Description |
---|---|
class |
ModbusDataBlock
This subclass adds the destination address to the data block.
|
Modifier and Type | Method and Description |
---|---|
PLCDataBlock |
ModbusDeviceServerBase.readDevice(PLCDataBlock msgOut)
Read the packet from the PLC.
|
PLCDataBlock |
ModbusServer.validateResponse(PLCDataBlock msgOut,
PLCDataBlock msgIn)
Returns true if the response to a write message is correct.
|
PLCDataBlock |
ModbusDeviceServerBase.writeDevice(PLCDataBlock msgOut)
Writes the packet to the PLC.
|
Modifier and Type | Method and Description |
---|---|
PLCDataBlock |
ModbusDeviceServerBase.readDevice(PLCDataBlock msgOut)
Read the packet from the PLC.
|
PLCDataBlock |
ModbusServer.validateResponse(PLCDataBlock msgOut,
PLCDataBlock msgIn)
Returns true if the response to a write message is correct.
|
PLCDataBlock |
ModbusDeviceServerBase.writeDevice(PLCDataBlock msgOut)
Writes the packet to the PLC.
|
Modifier and Type | Method and Description |
---|---|
PLCDataBlock |
HostLinkDeviceServer.readDevice(PLCDataBlock msgOut)
Read the packet from the PLC.
|
PLCDataBlock |
HostLinkServer.validateResponse(PLCDataBlock msgOut,
PLCDataBlock msgIn)
Returns true if the response to a message is correct.
|
PLCDataBlock |
HostLinkDeviceServer.writeDevice(PLCDataBlock msgOut)
Writes the packet to the PLC.
|
Modifier and Type | Method and Description |
---|---|
PLCDataBlock |
HostLinkDeviceServer.readDevice(PLCDataBlock msgOut)
Read the packet from the PLC.
|
PLCDataBlock |
HostLinkServer.validateResponse(PLCDataBlock msgOut,
PLCDataBlock msgIn)
Returns true if the response to a message is correct.
|
PLCDataBlock |
HostLinkDeviceServer.writeDevice(PLCDataBlock msgOut)
Writes the packet to the PLC.
|
Modifier and Type | Method and Description |
---|---|
PLCDataBlock |
PLCAddressBlock._refreshImage()
Refresh the data in the block.
|
abstract PLCDataBlock |
PLCDeviceServer.readDevice(PLCDataBlock msgOut)
A PLC transaction.
|
PLCDataBlock |
PLCAddressBlock.refreshImage()
Refresh the data in the block.
|
PLCDataBlock |
PLCDeviceServer.simulateRead(java.lang.String blockType,
int startAddress,
int size)
This method is used to provide data for a simulated read of the device.
|
PLCDataBlock |
PLCServer.triggerRead()
This method will trigger a read of the server and will update the listeners.
|
abstract PLCDataBlock |
PLCServer.validateResponse(PLCDataBlock msgOut,
PLCDataBlock msgIn)
Returns true if the response to a write message is correct.
|
abstract PLCDataBlock |
PLCDeviceServer.writeDevice(PLCDataBlock msgOut)
Writes the packet to the PLC.
|
Modifier and Type | Method and Description |
---|---|
abstract PLCDataBlock |
PLCDeviceServer.readDevice(PLCDataBlock msgOut)
A PLC transaction.
|
void |
PLCDeviceServer.simulatedWrite(java.lang.String blockType,
int startAddress,
PLCDataBlock values)
This method is used to simulate a write to the device.
|
abstract PLCDataBlock |
PLCServer.validateResponse(PLCDataBlock msgOut,
PLCDataBlock msgIn)
Returns true if the response to a write message is correct.
|
abstract PLCDataBlock |
PLCDeviceServer.writeDevice(PLCDataBlock msgOut)
Writes the packet to the PLC.
|
Modifier and Type | Class and Description |
---|---|
class |
PPIDataBlock
This subclass adds the destination address to the data block.
|
Modifier and Type | Method and Description |
---|---|
PLCDataBlock |
CP243DeviceServer.readDevice(PLCDataBlock msgOut)
Read from the device.
|
PLCDataBlock |
CP243ITDeviceServer.readDevice(PLCDataBlock msgOut)
Read from the device.
|
PLCDataBlock |
CP243SlaveDeviceServer.readDevice(PLCDataBlock msgOut) |
PLCDataBlock |
PPIDeviceServer.readDevice(PLCDataBlock msgOut)
Read from the device.
|
PLCDataBlock |
PPIServer.validateResponse(PLCDataBlock msgOut,
PLCDataBlock msgIn)
Returns true if the response to a message is correct.
|
PLCDataBlock |
CP243DeviceServer.writeDevice(PLCDataBlock msgOut)
Write to the device.
|
PLCDataBlock |
CP243ITDeviceServer.writeDevice(PLCDataBlock msgOut)
Write to the device.
|
PLCDataBlock |
CP243SlaveDeviceServer.writeDevice(PLCDataBlock msgOut) |
PLCDataBlock |
PPIDeviceServer.writeDevice(PLCDataBlock msgOut)
Write to the device.
|
Modifier and Type | Method and Description |
---|---|
PLCDataBlock |
CP243DeviceServer.readDevice(PLCDataBlock msgOut)
Read from the device.
|
PLCDataBlock |
CP243ITDeviceServer.readDevice(PLCDataBlock msgOut)
Read from the device.
|
PLCDataBlock |
CP243SlaveDeviceServer.readDevice(PLCDataBlock msgOut) |
PLCDataBlock |
PPIDeviceServer.readDevice(PLCDataBlock msgOut)
Read from the device.
|
PLCDataBlock |
PPIServer.validateResponse(PLCDataBlock msgOut,
PLCDataBlock msgIn)
Returns true if the response to a message is correct.
|
PLCDataBlock |
CP243DeviceServer.writeDevice(PLCDataBlock msgOut)
Write to the device.
|
PLCDataBlock |
CP243ITDeviceServer.writeDevice(PLCDataBlock msgOut)
Write to the device.
|
PLCDataBlock |
CP243SlaveDeviceServer.writeDevice(PLCDataBlock msgOut) |
PLCDataBlock |
PPIDeviceServer.writeDevice(PLCDataBlock msgOut)
Write to the device.
|
Copyright © 1999-2021 ErgoTech Systems, Inc. All Rights Reserved.