Class Power
Inheritance
System.Object
Power
Implements
Vortex.Connector.Identity.IVortexIdentity
Vortex.Connector.IVortexObject
Vortex.Connector.ITwinObject
Vortex.Connector.IVortexElement
Vortex.Connector.IVortexOnlineObject
Vortex.Connector.IVortexShadowObject
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: TcoDrivesBeckhoffConnector.dll
Syntax
[TypeMetaDescriptor("{attribute addProperty Name \"\" }", "Power", "TcoDrivesBeckhoff", TypeComplexityEnum.Complex)]
public class Power : TcoObject, IVortexIdentity, IsTcoObject, IVortexObject, ITwinObject, IVortexElement, IPower, ITcoObject, IShadowPower, IShadowTcoObject, IVortexOnlineObject, IVortexShadowObject
Constructors
|
Improve this Doc
View Source
Power()
Declaration
|
Improve this Doc
View Source
Power(IVortexObject, String, String)
Declaration
public Power(IVortexObject parent, string readableTail, string symbolTail)
Parameters
Type |
Name |
Description |
Vortex.Connector.IVortexObject |
parent |
|
System.String |
readableTail |
|
System.String |
symbolTail |
|
Fields
|
Improve this Doc
View Source
__driveEnableLocalTask
Declaration
TcoToggleTask __driveEnableLocalTask
Field Value
|
Improve this Doc
View Source
__driveEnableNegativeLocalTask
Declaration
TcoToggleTask __driveEnableNegativeLocalTask
Field Value
|
Improve this Doc
View Source
__driveEnablePositiveLocalTask
Declaration
TcoToggleTask __driveEnablePositiveLocalTask
Field Value
|
Improve this Doc
View Source
__drivePowerOverrideTask
Declaration
TcoToggleTask __drivePowerOverrideTask
Field Value
|
Improve this Doc
View Source
__override
Declaration
Field Value
Type |
Description |
Vortex.Connector.ValueTypes.OnlinerLReal |
|
|
Improve this Doc
View Source
_inEnable
Declaration
Field Value
Type |
Description |
Vortex.Connector.ValueTypes.OnlinerBool |
|
|
Improve this Doc
View Source
_inEnableNegative
Declaration
OnlinerBool _inEnableNegative
Field Value
Type |
Description |
Vortex.Connector.ValueTypes.OnlinerBool |
|
|
Improve this Doc
View Source
_inEnablePositive
Declaration
OnlinerBool _inEnablePositive
Field Value
Type |
Description |
Vortex.Connector.ValueTypes.OnlinerBool |
|
|
Improve this Doc
View Source
_inIsServiceMode
Declaration
OnlinerBool _inIsServiceMode
Field Value
Type |
Description |
Vortex.Connector.ValueTypes.OnlinerBool |
|
|
Improve this Doc
View Source
_inOverride
Declaration
Field Value
Type |
Description |
Vortex.Connector.ValueTypes.OnlinerLReal |
|
Properties
|
Improve this Doc
View Source
_driveEnableLocalTask
Declaration
public TcoToggleTask _driveEnableLocalTask { get; }
Property Value
|
Improve this Doc
View Source
_driveEnableNegativeLocalTask
Declaration
public TcoToggleTask _driveEnableNegativeLocalTask { get; }
Property Value
|
Improve this Doc
View Source
_driveEnablePositiveLocalTask
Declaration
public TcoToggleTask _driveEnablePositiveLocalTask { get; }
Property Value
|
Improve this Doc
View Source
_drivePowerOverrideTask
Declaration
public TcoToggleTask _drivePowerOverrideTask { get; }
Property Value
|
Improve this Doc
View Source
_override
Declaration
public OnlinerLReal _override { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.OnlinerLReal |
|
|
Improve this Doc
View Source
inEnable
Declaration
public OnlinerBool inEnable { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.OnlinerBool |
|
|
Improve this Doc
View Source
inEnableNegative
Declaration
public OnlinerBool inEnableNegative { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.OnlinerBool |
|
|
Improve this Doc
View Source
inEnablePositive
Declaration
public OnlinerBool inEnablePositive { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.OnlinerBool |
|
|
Improve this Doc
View Source
inIsServiceMode
Declaration
public OnlinerBool inIsServiceMode { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.OnlinerBool |
|
|
Improve this Doc
View Source
inOverride
Declaration
public OnlinerLReal inOverride { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.OnlinerLReal |
|
Methods
|
Improve this Doc
View Source
CopyPlainToShadow(PlainPower)
Declaration
public void CopyPlainToShadow(PlainPower source)
Parameters
|
Improve this Doc
View Source
CreatePlainerType()
Declaration
public PlainPower CreatePlainerType()
Returns
|
Improve this Doc
View Source
CreatePlainerType(PlainPower)
Declaration
protected PlainPower CreatePlainerType(PlainPower cloned)
Parameters
Returns
|
Improve this Doc
View Source
FlushOnlineToPlain(PlainPower)
Declaration
public void FlushOnlineToPlain(PlainPower source)
Parameters
|
Improve this Doc
View Source
FlushOnlineToShadow()
Declaration
public void FlushOnlineToShadow()
|
Improve this Doc
View Source
FlushPlainToOnline(PlainPower)
Declaration
public void FlushPlainToOnline(PlainPower source)
Parameters
|
Improve this Doc
View Source
FlushShadowToOnline()
Declaration
public void FlushShadowToOnline()
|
Improve this Doc
View Source
LazyOnlineToShadow()
Declaration
public void LazyOnlineToShadow()
|
Improve this Doc
View Source
LazyShadowToOnline()
Declaration
public void LazyShadowToOnline()
|
Improve this Doc
View Source
PexConstructor(IVortexObject, String, String)
Declaration
void PexConstructor(IVortexObject parent, string readableTail, string symbolTail)
Parameters
Type |
Name |
Description |
Vortex.Connector.IVortexObject |
parent |
|
System.String |
readableTail |
|
System.String |
symbolTail |
|
|
Improve this Doc
View Source
PexConstructorParameterless()
Declaration
void PexConstructorParameterless()
|
Improve this Doc
View Source
PexPreConstructor(IVortexObject, String, String)
Declaration
void PexPreConstructor(IVortexObject parent, string readableTail, string symbolTail)
Parameters
Type |
Name |
Description |
Vortex.Connector.IVortexObject |
parent |
|
System.String |
readableTail |
|
System.String |
symbolTail |
|
|
Improve this Doc
View Source
PexPreConstructorParameterless()
Declaration
void PexPreConstructorParameterless()
Explicit Interface Implementations
|
Improve this Doc
View Source
IPower._driveEnableLocalTask
Declaration
ITcoToggleTask IPower._driveEnableLocalTask { get; }
Returns
|
Improve this Doc
View Source
IPower._driveEnableNegativeLocalTask
Declaration
ITcoToggleTask IPower._driveEnableNegativeLocalTask { get; }
Returns
|
Improve this Doc
View Source
IPower._driveEnablePositiveLocalTask
Declaration
ITcoToggleTask IPower._driveEnablePositiveLocalTask { get; }
Returns
|
Improve this Doc
View Source
IPower._drivePowerOverrideTask
Declaration
ITcoToggleTask IPower._drivePowerOverrideTask { get; }
Returns
|
Improve this Doc
View Source
IPower._override
Declaration
IOnlineLReal IPower._override { get; }
Returns
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineLReal |
|
|
Improve this Doc
View Source
IPower.inEnable
Declaration
IOnlineBool IPower.inEnable { get; }
Returns
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineBool |
|
|
Improve this Doc
View Source
IPower.inEnableNegative
Declaration
IOnlineBool IPower.inEnableNegative { get; }
Returns
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineBool |
|
|
Improve this Doc
View Source
IPower.inEnablePositive
Declaration
IOnlineBool IPower.inEnablePositive { get; }
Returns
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineBool |
|
|
Improve this Doc
View Source
IPower.inIsServiceMode
Declaration
IOnlineBool IPower.inIsServiceMode { get; }
Returns
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineBool |
|
|
Improve this Doc
View Source
IPower.inOverride
Declaration
IOnlineLReal IPower.inOverride { get; }
Returns
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineLReal |
|
|
Improve this Doc
View Source
IShadowPower._driveEnableLocalTask
Declaration
IShadowTcoToggleTask IShadowPower._driveEnableLocalTask { get; }
Returns
|
Improve this Doc
View Source
IShadowPower._driveEnableNegativeLocalTask
Declaration
IShadowTcoToggleTask IShadowPower._driveEnableNegativeLocalTask { get; }
Returns
|
Improve this Doc
View Source
IShadowPower._driveEnablePositiveLocalTask
Declaration
IShadowTcoToggleTask IShadowPower._driveEnablePositiveLocalTask { get; }
Returns
|
Improve this Doc
View Source
IShadowPower._drivePowerOverrideTask
Declaration
IShadowTcoToggleTask IShadowPower._drivePowerOverrideTask { get; }
Returns
|
Improve this Doc
View Source
IShadowPower._override
Declaration
IShadowLReal IShadowPower._override { get; }
Returns
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowLReal |
|
|
Improve this Doc
View Source
IShadowPower.inEnable
Declaration
IShadowBool IShadowPower.inEnable { get; }
Returns
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowBool |
|
|
Improve this Doc
View Source
IShadowPower.inEnableNegative
Declaration
IShadowBool IShadowPower.inEnableNegative { get; }
Returns
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowBool |
|
|
Improve this Doc
View Source
IShadowPower.inEnablePositive
Declaration
IShadowBool IShadowPower.inEnablePositive { get; }
Returns
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowBool |
|
|
Improve this Doc
View Source
IShadowPower.inIsServiceMode
Declaration
IShadowBool IShadowPower.inIsServiceMode { get; }
Returns
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowBool |
|
|
Improve this Doc
View Source
IShadowPower.inOverride
Declaration
IShadowLReal IShadowPower.inOverride { get; }
Returns
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowLReal |
|
Implements
Vortex.Connector.Identity.IVortexIdentity
Vortex.Connector.IVortexObject
Vortex.Connector.ITwinObject
Vortex.Connector.IVortexElement
Vortex.Connector.IVortexOnlineObject
Vortex.Connector.IVortexShadowObject