Interface PlcWriter
public interface PlcWriter
Interface implemented by all PlcConnections that are able to write to remote resources.
-
Method Summary
Modifier and Type Method Description CompletableFuture<PlcWriteResponse>write(PlcWriteRequest writeRequest)Writes a given value to a PLC.
-
Method Details
-
write
Writes a given value to a PLC.- Parameters:
writeRequest- object describing the type, location and value that whould be written.- Returns:
- a
CompletableFuturegiving async access to the response of the write operation.
-