PlcUInt32ArrayInfo Class

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

Represents a PLC array member which addresses an unique data entry stored within a programmable logic controller (PLC) its values are 32-bit unsigned integer values (UInt32).

C#

[CLSCompliant(false)]
public class PlcUInt32ArrayInfo : PlcArrayInfo<uint>, IPlcValueInfo, IPlcArrayInfo, IPlcMemberInfo, IPlcRelocatable<IPlcMemberInfo>, IPlcRelocatable


Inheritance ObjectPlcMemberInfoPlcValueInfo<UInt32> › PlcArrayInfo<UInt32> › PlcUInt32ArrayInfo


Attributes CLSCompliantAttribute


Implements IPlcValueInfo, IPlcArrayInfo, IPlcMemberInfo, IPlcRelocatable<IPlcMemberInfo>, IPlcRelocatable

Remarks

While a PLC array of this type represents an array of UInt32 values, all PLC operations performed using this class are done using the DWord. A PLC developer knows an array of this type as an ARRAY OF DWORD.

Name Description
PlcUInt32ArrayInfo(PlcIdentity, PlcName, Int32) Initializes a new instance of the PlcUInt32ArrayInfo class using the specified identity, name and length.
PlcUInt32ArrayInfo(PlcName, Int32) Initializes a new instance of the PlcUInt32ArrayInfo class using the specified name and length.
PlcUInt32ArrayInfo(PlcUInt32ArrayType, PlcName) Initializes a new instance of the PlcUInt32ArrayInfo class using the specified type and name.
Name Description
Name Gets the name of the member.
(Inherited from PlcMemberInfo)
Type Gets the PlcType of the member.
(Inherited from PlcMemberInfo)
Name Description
MakeAbsoluteMember(PlcIdentity) Retrieves the PlcUInt32ArrayInfo as an absolute addressable PLC data member.
MakeAbsoluteMember(PlcIdentity) When implemented in a derived class, retrieves the IPlcMemberInfo as an absolute addressable PLC data member.
(Inherited from PlcMemberInfo)
Relocate(Int32) Relocates the PlcMemberInfo using the specified offset.
(Inherited from PlcMemberInfo)
Relocate(Int32, Int32) Relocates the PlcMemberInfo using the specified offset.
(Inherited from PlcMemberInfo)
Relocate(Int32, Int32, Int32) Relocates the PlcMemberInfo using the specified offset.
(Inherited from PlcMemberInfo)
Relocate(PlcAddress) Relocates the PlcMemberInfo using the specified address.
(Inherited from PlcMemberInfo)
RelocateCore(PlcType) Relocates the member to the type specified.
RelocateCore(PlcType) When implemented in a derived class, relocates the member to the type specified.
(Inherited from PlcMemberInfo)
ToString Retrieves the string representation of the PlcMemberInfo.
(Inherited from PlcMemberInfo)