Class TcoSignalInfo
Provides symbol information about a I/O signal.
important
`SymbolPath` can only contain string of 255 characters.
tip
This block is partially extended by IVF to provide more information about the symbol.
Inheritance
Inherited Members
Namespace: PlcDocu.TcoCore
Assembly: TcoCoreConnector.dll
Syntax
public abstract class TcoSignalInfo
Constructors
| Improve this Doc View SourceTcoSignalInfo()
Prevents creating instance of this class via public constructor
Declaration
public TcoSignalInfo()
Fields
| Improve this Doc View SourceSymbolPath
Symbol path of the Signal.
important
SymbolPath can only contain string of 255 characters.
Declaration
public object SymbolPath
Field Value
Type | Description |
---|---|
System.Object |
Methods
| Improve this Doc View SourceGetSignalInfo(Object, Object)
Gets symbol path of the variable that is associated to hardware I/O.
Declaration
[IgnoreReflection]
public void GetSignalInfo(dynamic ioSIZE, dynamic pVARIABLE)
Parameters
Type | Name | Description |
---|---|---|
System.Object | ioSIZE | Plc type : UDINT [VAR_INPUT]; Twin type : Vortex.Connector.ValueTypes.OnlinerUDInt
|
System.Object | pVARIABLE | Plc type : ULINT [VAR_INPUT]; Twin type : Vortex.Connector.ValueTypes.OnlinerULInt
|