Constructs a symbol.
Namespace:
Demo3D.PLC.Comms.CIP
Assembly:
PLC (in PLC.dll) Version: 18.04.00
Syntaxpublic Symbol(
string name,
bool isHidden,
bool isSafety,
ClassID classId,
uint instanceId,
PlcType plcType
)
Parameters
- name
- Type: SystemString
Symbol name. - isHidden
- Type: SystemBoolean
True if the symbol is hidden. - isSafety
- Type: SystemBoolean
True if the symbol is a Safety symbol. - classId
- Type: Demo3D.PLC.Comms.CIPClassID
Symbol class id. - instanceId
- Type: SystemUInt32
Symbol instance id. - plcType
- Type: Demo3D.PLC.Comms.CIPPlcType
The PLC type.
See Also