Constructs an IO symbol.
Namespace:
Demo3D.PLC.Rockwell.Comms.CIP
Assembly:
PLC (in PLC.dll) Version: 14.0.0.10531
Syntaxprotected IOSymbol(
string name,
bool isHidden,
ClassID classId,
uint instanceId,
PlcType dataType
)
Parameters
- name
- Type: SystemString
Symbol name. - isHidden
- Type: SystemBoolean
True if the symbol is hidden. - classId
- Type: Demo3D.PLC.Comms.CIPClassID
Symbol class id. - instanceId
- Type: SystemUInt32
Symbol instance id. - dataType
- Type: Demo3D.PLC.Comms.CIPPlcType
The PLC type.
See Also