Class ConnectorFactory
Implementation of IConnector
Inherited Members
Namespace: Vortex.Adapters.Connector.Tc3.Adapter
Assembly: Vortex.Adapters.Connector.Tc3.dll
Syntax
class ConnectorFactory : IConnectorFactory
Methods
CreateBIT(IVortexObject, String, String)
Creates System.
Declaration
public override OnlinerBit CreateBIT(IVortexObject parent, string readableTail, string symbolTail)
Parameters
Type | Name | Description |
---|---|---|
IVortex |
parent | Parent object of IVortex |
System. |
readableTail | Human readable tail of this value tag. |
System. |
symbolTail | Symbol tail of this value tag. |
Returns
Type | Description |
---|---|
Onliner |
New instance of Ads |
Overrides
CreateBOOL(IVortexObject, String, String)
Creates System.
Declaration
public override OnlinerBool CreateBOOL(IVortexObject parent, string readableTail, string symbolTail)
Parameters
Type | Name | Description |
---|---|---|
IVortex |
parent | Parent object of IVortex |
System. |
readableTail | Human readable tail of this value tag. |
System. |
symbolTail | Symbol tail of this value tag. |
Returns
Type | Description |
---|---|
Onliner |
New instance of Ads |
Overrides
CreateBYTE(IVortexObject, String, String)
Creates System.
Declaration
public override OnlinerByte CreateBYTE(IVortexObject parent, string readableTail, string symbolTail)
Parameters
Type | Name | Description |
---|---|---|
IVortex |
parent | Parent object of IVortex |
System. |
readableTail | Human readable tail of this value tag. |
System. |
symbolTail | Symbol tail of this value tag. |
Returns
Type | Description |
---|---|
Onliner |
New instance of Ads |
Overrides
CreateConnector(Object[])
Creates an instance of TwinCat 3 connector.
Declaration
public override IConnector CreateConnector(object[] parameters)
Parameters
Type | Name | Description |
---|---|---|
System. |
parameters | Connection parameters |
Returns
Type | Description |
---|---|
IConnector | Ads |
Overrides
CreateDATE(IVortexObject, String, String)
Creates System.
Declaration
public override OnlinerDate CreateDATE(IVortexObject parent, string readableTail, string symbolTail)
Parameters
Type | Name | Description |
---|---|---|
IVortex |
parent | Parent object of IVortex |
System. |
readableTail | Human readable tail of this value tag. |
System. |
symbolTail | Symbol tail of this value tag. |
Returns
Type | Description |
---|---|
Onliner |
New instance of Ads |
Overrides
CreateDATE_TIME(IVortexObject, String, String)
Creates System.
Declaration
public override OnlinerDateTime CreateDATE_TIME(IVortexObject parent, string readableTail, string symbolTail)
Parameters
Type | Name | Description |
---|---|---|
IVortex |
parent | Parent object of IVortex |
System. |
readableTail | Human readable tail of this value tag. |
System. |
symbolTail | Symbol tail of this value tag. |
Returns
Type | Description |
---|---|
Onliner |
New instance of Ads |
Overrides
CreateDINT(IVortexObject, String, String)
Creates System.
Declaration
public override OnlinerDInt CreateDINT(IVortexObject parent, string readableTail, string symbolTail)
Parameters
Type | Name | Description |
---|---|---|
IVortex |
parent | Parent object of IVortex |
System. |
readableTail | Human readable tail of this value tag. |
System. |
symbolTail | Symbol tail of this value tag. |
Returns
Type | Description |
---|---|
Onliner |
New instance of Ads |
Overrides
CreateDWORD(IVortexObject, String, String)
Creates System.
Declaration
public override OnlinerDWord CreateDWORD(IVortexObject parent, string readableTail, string symbolTail)
Parameters
Type | Name | Description |
---|---|---|
IVortex |
parent | Parent object of IVortex |
System. |
readableTail | Human readable tail of this value tag. |
System. |
symbolTail | Symbol tail of this value tag. |
Returns
Type | Description |
---|---|
Onliner |
New instance of Ads |
Overrides
CreateINT(IVortexObject, String, String)
Creates System.
Declaration
public override OnlinerInt CreateINT(IVortexObject parent, string readableTail, string symbolTail)
Parameters
Type | Name | Description |
---|---|---|
IVortex |
parent | Parent object of IVortex |
System. |
readableTail | Human readable tail of this value tag. |
System. |
symbolTail | Symbol tail of this value tag. |
Returns
Type | Description |
---|---|
Onliner |
New instance of Ads |
Overrides
CreateLINT(IVortexObject, String, String)
Creates System.
Declaration
public override OnlinerLInt CreateLINT(IVortexObject parent, string readableTail, string symbolTail)
Parameters
Type | Name | Description |
---|---|---|
IVortex |
parent | Parent object of IVortex |
System. |
readableTail | Human readable tail of this value tag. |
System. |
symbolTail | Symbol tail of this value tag. |
Returns
Type | Description |
---|---|
Onliner |
New instance of Ads |
Overrides
CreateLREAL(IVortexObject, String, String)
Creates System.
Declaration
public override OnlinerLReal CreateLREAL(IVortexObject parent, string readableTail, string symbolTail)
Parameters
Type | Name | Description |
---|---|---|
IVortex |
parent | Parent object of IVortex |
System. |
readableTail | Human readable tail of this value tag. |
System. |
symbolTail | Symbol tail of this value tag. |
Returns
Type | Description |
---|---|
Onliner |
New instance of Ads |
Overrides
CreateLTIME(IVortexObject, String, String)
Creates System.
Declaration
public override OnlinerLTime CreateLTIME(IVortexObject parent, string readableTail, string symbolTail)
Parameters
Type | Name | Description |
---|---|---|
IVortex |
parent | Parent object of IVortex |
System. |
readableTail | Human readable tail of this value tag. |
System. |
symbolTail | Symbol tail of this value tag. |
Returns
Type | Description |
---|---|
Onliner |
New instance of Ads |
Overrides
CreateLWORD(IVortexObject, String, String)
Creates System.
Declaration
public override OnlinerLWord CreateLWORD(IVortexObject parent, string readableTail, string symbolTail)
Parameters
Type | Name | Description |
---|---|---|
IVortex |
parent | Parent object of IVortex |
System. |
readableTail | Human readable tail of this value tag. |
System. |
symbolTail | Symbol tail of this value tag. |
Returns
Type | Description |
---|---|
Onliner |
New instance of Ads |
Overrides
CreateREAL(IVortexObject, String, String)
Creates System.
Declaration
public override OnlinerReal CreateREAL(IVortexObject parent, string readableTail, string symbolTail)
Parameters
Type | Name | Description |
---|---|---|
IVortex |
parent | Parent object of IVortex |
System. |
readableTail | Human readable tail of this value tag. |
System. |
symbolTail | Symbol tail of this value tag. |
Returns
Type | Description |
---|---|
Onliner |
New instance of Ads |
Overrides
CreateSINT(IVortexObject, String, String)
Creates System.
Declaration
public override OnlinerSInt CreateSINT(IVortexObject parent, string readableTail, string symbolTail)
Parameters
Type | Name | Description |
---|---|---|
IVortex |
parent | Parent object of IVortex |
System. |
readableTail | Human readable tail of this value tag. |
System. |
symbolTail | Symbol tail of this value tag. |
Returns
Type | Description |
---|---|
Onliner |
New instance of Ads |
Overrides
CreateSTRING(IVortexObject, String, String)
Creates System.
Declaration
public override OnlinerString CreateSTRING(IVortexObject parent, string readableTail, string symbolTail)
Parameters
Type | Name | Description |
---|---|---|
IVortex |
parent | Parent object of IVortex |
System. |
readableTail | Human readable tail of this value tag. |
System. |
symbolTail | Symbol tail of this value tag. |
Returns
Type | Description |
---|---|
Onliner |
New instance of Ads |
Overrides
CreateTIME(IVortexObject, String, String)
Creates System.
Declaration
public override OnlinerTime CreateTIME(IVortexObject parent, string readableTail, string symbolTail)
Parameters
Type | Name | Description |
---|---|---|
IVortex |
parent | Parent object of IVortex |
System. |
readableTail | Human readable tail of this value tag. |
System. |
symbolTail | Symbol tail of this value tag. |
Returns
Type | Description |
---|---|
Onliner |
New instance of Ads |
Overrides
CreateTIME_OF_DAY(IVortexObject, String, String)
Creates System.
Declaration
public override OnlinerTimeOfDay CreateTIME_OF_DAY(IVortexObject parent, string readableTail, string symbolTail)
Parameters
Type | Name | Description |
---|---|---|
IVortex |
parent | Parent object of IVortex |
System. |
readableTail | Human readable tail of this value tag. |
System. |
symbolTail | Symbol tail of this value tag. |
Returns
Type | Description |
---|---|
Onliner |
New instance of Ads |
Overrides
CreateUDINT(IVortexObject, String, String)
Creates System.
Declaration
public override OnlinerUDInt CreateUDINT(IVortexObject parent, string readableTail, string symbolTail)
Parameters
Type | Name | Description |
---|---|---|
IVortex |
parent | Parent object of IVortex |
System. |
readableTail | Human readable tail of this value tag. |
System. |
symbolTail | Symbol tail of this value tag. |
Returns
Type | Description |
---|---|
Onliner |
New instance of Ads |
Overrides
CreateUINT(IVortexObject, String, String)
Creates System.
Declaration
public override OnlinerUInt CreateUINT(IVortexObject parent, string readableTail, string symbolTail)
Parameters
Type | Name | Description |
---|---|---|
IVortex |
parent | Parent object of IVortex |
System. |
readableTail | Human readable tail of this value tag. |
System. |
symbolTail | Symbol tail of this value tag. |
Returns
Type | Description |
---|---|
Onliner |
New instance of Ads |
Overrides
CreateULINT(IVortexObject, String, String)
Creates System.
Declaration
public override OnlinerULInt CreateULINT(IVortexObject parent, string readableTail, string symbolTail)
Parameters
Type | Name | Description |
---|---|---|
IVortex |
parent | Parent object of IVortex |
System. |
readableTail | Human readable tail of this value tag. |
System. |
symbolTail | Symbol tail of this value tag. |
Returns
Type | Description |
---|---|
Onliner |
New instance of Ads |
Overrides
CreateUSINT(IVortexObject, String, String)
Creates System.
Declaration
public override OnlinerUSInt CreateUSINT(IVortexObject parent, string readableTail, string symbolTail)
Parameters
Type | Name | Description |
---|---|---|
IVortex |
parent | Parent object of IVortex |
System. |
readableTail | Human readable tail of this value tag. |
System. |
symbolTail | Symbol tail of this value tag. |
Returns
Type | Description |
---|---|
Onliner |
New instance of Ads |
Overrides
CreateWORD(IVortexObject, String, String)
Creates System.
Declaration
public override OnlinerWord CreateWORD(IVortexObject parent, string readableTail, string symbolTail)
Parameters
Type | Name | Description |
---|---|---|
IVortex |
parent | Parent object of IVortex |
System. |
readableTail | Human readable tail of this value tag. |
System. |
symbolTail | Symbol tail of this value tag. |
Returns
Type | Description |
---|---|
Onliner |
New instance of Ads |
Overrides
CreateWSTRING(IVortexObject, String, String)
Creates System.
Declaration
public override OnlinerWString CreateWSTRING(IVortexObject parent, string readableTail, string symbolTail)
Parameters
Type | Name | Description |
---|---|---|
IVortex |
parent | Parent object of IVortex |
System. |
readableTail | Human readable tail of this value tag. |
System. |
symbolTail | Symbol tail of this value tag. |
Returns
Type | Description |
---|---|
Onliner |
New instance of Ads |