IPlcManagerDataRequest Method
Sends data to PLC.
Namespace: OddPrg.Communication.PlcAssembly: OddPrg.Communication.Plc (in OddPrg.Communication.Plc.dll) Version: 1.0.0.0 (1.0.0.0)
void DataRequest(
byte processID,
byte[] data,
int timeout
)
Parameters
- processID Byte
- 0 - DCU, 1 = request incoming to DLMS server
- data Byte
- Data to send.
- timeout Int32
- Expected timeout in ms to receive the response.