PlcUInt64 Class

Namespace: IPS7Lnk.Advanced
Assemblies: IPS7LnkNet.Advanced.dll

Represents a UInt64 value (in PLC a LWORD) its value defines a 64-bit unsigned integer value.

C#

[CLSCompliant(false)]
public class PlcUInt64 : PlcValue<ulong>, IPlcValue<ulong>, IPlcValue, IPlcSymbol, IPlcEntity, IPlcStatusProvider, IPlcRelocatable<IPlcValue>, IPlcRelocatable, ISupportInitialize


Inheritance ObjectPlcValue<UInt64> › PlcUInt64


Attributes CLSCompliantAttribute


Implements IPlcValue<UInt64>, IPlcValue, IPlcSymbol, IPlcEntity, IPlcStatusProvider, IPlcRelocatable<IPlcValue>, IPlcRelocatable, ISupportInitialize

Remarks

While a PLC value of this type represents an UInt64 value, all PLC operations performed using this class are done using the LWord. A PLC developer knows a value of this type as LWORD.

Name Description
PlcUInt64(PlcIdentity) Initializes a new instance of the PlcUInt64 class using the specified identity
PlcUInt64(PlcIdentity, PlcName) Initializes a new instance of the PlcUInt64 class using the specified identity and name.
PlcUInt64(PlcIdentity, PlcName, UInt64) Initializes a new instance of the PlcUInt64 class using the specified identity, name and value.
PlcUInt64(PlcIdentity, UInt64) Initializes a new instance of the PlcUInt64 class using the specified identity and value.
PlcUInt64(PlcUInt64Type) Initializes a new instance of the PlcUInt64 class using the specified type
PlcUInt64(PlcUInt64Type, PlcName) Initializes a new instance of the PlcUInt64 class using the specified type and name.
PlcUInt64(PlcUInt64Type, PlcName, UInt64) Initializes a new instance of the PlcUInt64 class using the specified type, name and value.
PlcUInt64(PlcUInt64Type, UInt64) Initializes a new instance of the PlcUInt64 class using the specified type and value.
Name Description
GetValueCore(PlcDeviceConnection) Retrieves the current value of the PLC value from a IPlcDevice using the connection specified.
RelocateCore(PlcAddress) Relocates the value to the address specified.
SetValueCore(PlcDeviceConnection, UInt64) Stores the value in the IPlcDevice assigned to the connection specified.