Modifier and Type | Class and Description |
---|---|
class |
ControlLogixArrayServer
This class reads arrays of objects from the control logix controller.
|
class |
ControlLogixBooleanServer
Simple subclass that saves selecting the "Boolean" type.
|
class |
ControlLogixIntServer
Simple subclass that saves selecting the "Boolean" type.
|
class |
ControlLogixRealServer
Simple subclass that saves selecting the "Real" type.
|
class |
ControlLogixServer
This is the abstract superclass of the Logix Ethernet protocol.
|
class |
ControlLogixStringServer
Simple subclass that saves selecting the "String" type.
|
class |
DF1Server
This is the abstract superclass of the DF1 protocol.
|
class |
MicroLogixServer
This is the abstract superclass of the Logix Ethernet protocol.
|
Modifier and Type | Method and Description |
---|---|
int |
ControlLogixAddressBlock.add(PLCServer server,
boolean refresh)
Add the address.
|
Modifier and Type | Class and Description |
---|---|
class |
FinsDInt |
class |
FinsFloat |
class |
FinsServer
This is the abstract superclass of the FINS protocol.
|
class |
FinsString |
Modifier and Type | Class and Description |
---|---|
class |
MelsecDInt |
class |
MelsecFloat |
class |
MelsecServer
Server for Melsec
|
class |
MelsecString |
Modifier and Type | Class and Description |
---|---|
class |
Modbus0XServer
This is the implementation of the Modbus protocol.
|
class |
Modbus1XServer
This is the implementation of the Modbus protocol.
|
class |
ModbusDInt |
class |
ModbusFloat |
class |
ModbusInt |
class |
ModbusPresetSingleRegisterServer
This is the implementation of the Modbus protocol.
|
class |
ModbusServer
This is the implementation of the Modbus protocol.
|
class |
ModbusString |
Modifier and Type | Class and Description |
---|---|
class |
HostLinkServer
This is the implementation of the HostLink protocol.
|
Modifier and Type | Class and Description |
---|---|
class |
DirtyVector<S extends PLCServer>
This subclass of a vector keeps track of whether it is "dirty" it is dirty if either "addElement" or
"removeElement" have been called since the last "clone".
|
Modifier and Type | Field and Description |
---|---|
DirtyVector<? super PLCServer> |
PLCAddressBlock.readServers
The tables of read and write servers.
|
DirtyVector<? super PLCServer> |
PLCAddressBlock.writeServers |
Modifier and Type | Method and Description |
---|---|
int |
PLCAddressBlock.add(PLCServer server,
boolean refresh)
Add the address.
|
void |
PLCDeviceServer.addServer(PLCServer plcServer)
Find, or create a block to which to add the PLC server.
|
int |
PLCAddressBlock.canBeAdded(PLCServer server)
Ask if the address could be added to this address block.
|
boolean |
PLCAddressBlock.canBeAdded(PLCServer server,
int maxOffset)
Ask if the address could be added to this address block.
|
boolean |
PLCAddressBlock.isAppropriateAddress(PLCServer server)
Determines if this address points to the same type of address in the same PLC
as the rest of the block.
|
boolean |
PLCServer.isSimilar(PLCServer server)
This will be called by the PLCAddressBlock to determine if the server is
"similar" to this server.
|
void |
PLCAddressBlock.remove(PLCServer server)
Remove the server from the read servers array.
|
void |
PLCDeviceServer.removeServer(PLCServer plcServer)
Removes a PLCServer, typically a bean or other data source, from this object.
|
Constructor and Description |
---|
PLCAddressBlock(PLCServer server)
Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
PPIServer
This is the abstract superclass of the PPI protocol.
|
class |
S7
This is part of the implementation of the PPI protocol.
|
Modifier and Type | Method and Description |
---|---|
void |
CP243DeviceServer.addServer(PLCServer plcServer) |
void |
CP243ITDeviceServer.addServer(PLCServer plcServer) |
Copyright © 1999-2021 ErgoTech Systems, Inc. All Rights Reserved.