Class PlainPower
This is POCO object for its respective onliner class. For documentation of this type see the onliner class.
Inheritance
System.Object
PlainPower
Implements
System.ComponentModel.INotifyPropertyChanged
Vortex.Connector.IPlain
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
public class PlainPower : PlainTcoObject, INotifyPropertyChanged, IPlain
Constructors
|
Improve this Doc
View Source
PlainPower()
Declaration
Fields
|
Improve this Doc
View Source
__driveEnableLocalTask
Declaration
PlainTcoToggleTask __driveEnableLocalTask
Field Value
|
Improve this Doc
View Source
__driveEnableNegativeLocalTask
Declaration
PlainTcoToggleTask __driveEnableNegativeLocalTask
Field Value
|
Improve this Doc
View Source
__driveEnablePositiveLocalTask
Declaration
PlainTcoToggleTask __driveEnablePositiveLocalTask
Field Value
|
Improve this Doc
View Source
__drivePowerOverrideTask
Declaration
PlainTcoToggleTask __drivePowerOverrideTask
Field Value
|
Improve this Doc
View Source
__override
Declaration
Field Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
_inEnable
Declaration
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
_inEnableNegative
Declaration
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
_inEnablePositive
Declaration
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
_inIsServiceMode
Declaration
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
_inOverride
Declaration
Field Value
Type |
Description |
System.Double |
|
Properties
|
Improve this Doc
View Source
_driveEnableLocalTask
Declaration
public PlainTcoToggleTask _driveEnableLocalTask { get; set; }
Property Value
|
Improve this Doc
View Source
_driveEnableNegativeLocalTask
Declaration
public PlainTcoToggleTask _driveEnableNegativeLocalTask { get; set; }
Property Value
|
Improve this Doc
View Source
_driveEnablePositiveLocalTask
Declaration
public PlainTcoToggleTask _driveEnablePositiveLocalTask { get; set; }
Property Value
|
Improve this Doc
View Source
_drivePowerOverrideTask
Declaration
public PlainTcoToggleTask _drivePowerOverrideTask { get; set; }
Property Value
|
Improve this Doc
View Source
_override
Declaration
public double _override { get; set; }
Property Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
inEnable
Declaration
public bool inEnable { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
inEnableNegative
Declaration
public bool inEnableNegative { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
inEnablePositive
Declaration
public bool inEnablePositive { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
inIsServiceMode
Declaration
public bool inIsServiceMode { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
inOverride
Declaration
public double inOverride { get; set; }
Property Value
Type |
Description |
System.Double |
|
Methods
|
Improve this Doc
View Source
CopyCyclicToPlain(IPower)
Declaration
public void CopyCyclicToPlain(IPower source)
Parameters
Type |
Name |
Description |
IPower |
source |
|
|
Improve this Doc
View Source
CopyCyclicToPlain(Power)
Declaration
public void CopyCyclicToPlain(Power source)
Parameters
Type |
Name |
Description |
Power |
source |
|
|
Improve this Doc
View Source
CopyPlainToCyclic(IPower)
Declaration
public void CopyPlainToCyclic(IPower target)
Parameters
Type |
Name |
Description |
IPower |
target |
|
|
Improve this Doc
View Source
CopyPlainToCyclic(Power)
Declaration
public void CopyPlainToCyclic(Power target)
Parameters
Type |
Name |
Description |
Power |
target |
|
|
Improve this Doc
View Source
CopyPlainToShadow(IShadowPower)
Declaration
public void CopyPlainToShadow(IShadowPower target)
Parameters
|
Improve this Doc
View Source
CopyPlainToShadow(Power)
Declaration
public void CopyPlainToShadow(Power target)
Parameters
Type |
Name |
Description |
Power |
target |
|
|
Improve this Doc
View Source
CopyShadowToPlain(IShadowPower)
Declaration
public void CopyShadowToPlain(IShadowPower source)
Parameters
|
Improve this Doc
View Source
CopyShadowToPlain(Power)
Declaration
public void CopyShadowToPlain(Power source)
Parameters
Type |
Name |
Description |
Power |
source |
|
Events
|
Improve this Doc
View Source
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
Description |
System.ComponentModel.PropertyChangedEventHandler |
|
Implements
System.ComponentModel.INotifyPropertyChanged
Vortex.Connector.IPlain