Variable.InitialValue Property

<< 点击显示目录 >>

主页  PVI通信 > PVI帮助信息 > PVI Services > BR.AN.Namespace > BR.AN.PviServices > Variable Class > Variable Properties >

Variable.InitialValue Property

BR.AN.PviServices .NET


Gets the INITIAL value from the PLC. Will be null as long no one calls ReadInitialValue or if the method fails. Do not mix up with InitialValue!!!

[Visual Basic]

<CLSCompliant(IsCompliant:=False)> _

Public ReadOnly Property InitialValue() As Value

  Public Get

  End Get

End Property

[C#]

[CLSCompliant(IsCompliant=False)]

public Value InitialValue { public get; }

Property Value

Initial value from PLC.

See Also

Variable Class | BR.AN.PviServices Namespace | InitValue


Generated from assembly BR.AN.PviServices [8.1.0.4]