PlcInt64 Class

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

Represents a Int64 value (in PLC a LINT) its value defines a 64-bit signed integer value.

C#

public class PlcInt64 : PlcValue<long>, IPlcValue<long>, IPlcValue, IPlcSymbol, IPlcEntity, IPlcStatusProvider, IPlcRelocatable<IPlcValue>, IPlcRelocatable, ISupportInitialize


Inheritance ObjectPlcValue<Int64> › PlcInt64


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

Remarks

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

Name Description
PlcInt64(PlcIdentity) Initializes a new instance of the PlcInt64 class using the specified identity
PlcInt64(PlcIdentity, Int64) Initializes a new instance of the PlcInt64 class using the specified identity and value.
PlcInt64(PlcIdentity, PlcName) Initializes a new instance of the PlcInt64 class using the specified identity and name.
PlcInt64(PlcIdentity, PlcName, Int64) Initializes a new instance of the PlcInt64 class using the specified identity, name and value.
PlcInt64(PlcInt64Type) Initializes a new instance of the PlcInt64 class using the specified type
PlcInt64(PlcInt64Type, Int64) Initializes a new instance of the PlcInt64 class using the specified type and value.
PlcInt64(PlcInt64Type, PlcName) Initializes a new instance of the PlcInt64 class using the specified type and name.
PlcInt64(PlcInt64Type, PlcName, Int64) Initializes a new instance of the PlcInt64 class using the specified type, name 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, Int64) Stores the value in the IPlcDevice assigned to the connection specified.