Modifier and Type | Method and Description |
---|---|
int |
DF1DeviceServer.getACK(PortInterface port)
Return on valid ACK or return an error code on NAK or other error.
|
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.
|
void |
DF1Server.setAddress(java.lang.String address)
Sets the PLC address.
|
void |
ControlLogixServer.setLogixTagName(java.lang.String address)
Sets the PLC address.
|
void |
ControlLogixServer.setVariableName(java.lang.String variableName)
Set the variable name.
|
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 |
FinsDeviceServer._readDevice(PLCDataBlock msgOut)
Read from the device.
|
PLCDataBlock |
FinsDeviceServer.readDevice(PLCDataBlock msgOut)
Read from the device.
|
void |
FinsServer.setAddress(java.lang.String address)
Sets the PLC address.
|
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.
|
void |
MelsecServer.setAddress(java.lang.String address)
Sets the PLC address.
|
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 |
ModbusDeviceServerBase.readDevice(PLCDataBlock msgOut)
Read the packet from the PLC.
|
void |
Modbus0XServer.setReg(java.lang.String register)
Sets the registerNumber of the server.
|
void |
ModbusServer.setReg(java.lang.String register)
Sets the registerNumber of the server.
|
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.
|
void |
HostLinkServer.setAddress(java.lang.String address)
Sets the PLC address.
|
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 |
---|---|
byte[] |
PLCDeviceServer.getRegisterBlock(java.lang.String blockType,
int startAddress,
int size)
This method returns a register block (byte[]) that is the correct type
and at least large enough to read or write the simulated registers.
|
byte[] |
PLCDeviceServer.getRegisterBlockLocal(java.lang.String blockType,
int startAddress,
int size)
This method returns a register block (byte[]) that is the correct type
and at least large enough to read or write the simulated registers.
|
byte[] |
PLCDeviceServer.getRegisterBlockShared(java.lang.String blockType,
int startAddress,
int size)
This method returns a register block (byte[]) that is the correct type
and at least large enough to read or write the simulated registers.
|
abstract PLCDataBlock |
PLCDeviceServer.readDevice(PLCDataBlock msgOut)
A PLC transaction.
|
void |
PLCArray.setReg(java.lang.String reg)
Set the starting register for this array.
|
void |
PLCArray.setStartReg(java.lang.String startReg)
Set the starting register for this array.
|
void |
PLCDeviceServer.simulatedWrite(java.lang.String blockType,
int startAddress,
PLCDataBlock values)
This method is used to simulate a write to the device.
|
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.
|
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 |
---|---|
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.
|
void |
PPIServer.setAddress(java.lang.String address)
Sets the PLC address.
|
void |
PPIServer.setReg(java.lang.String address)
Sets the register address in the PLC.
|
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.