Programmable logic controller (PLC) configuration.
Defined in
This message is defined in the configuration_provider.proto file.
Syntax
message PlcConfiguration
{
uint64 hashId = 1;
string plcType = 2;
string plcName = 3;
repeated uint64 plcProtos = 4;
}
Fields
The PlcConfiguration message has the following fields.
PlcConfiguration message fields
Rule Field |
Type |
Name |
Tag |
Description |
|---|---|---|---|---|
|
|
|
|
Unique identifier of the PLC. |
|
|
|
|
Type of the PLC. |
|
|
|
|
Name of the PLC. |
|
|
|
|
List of hash identifiers of the protocols configured for this PLC. |