Click or drag to resize

AccessParameters Constructor (ModelTime, ModelTime, AccessRights, IOControl, Endian, BinaryTextEncoding, UInt64)

Construct parameters for accessing a PLC tag or memory address.

Namespace:  Demo3D.PLC.Comms
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public AccessParameters(
	ModelTime readScanInterval,
	ModelTime writeScanInterval,
	AccessRights access,
	IOControl ioControl,
	Endian? endian,
	BinaryTextEncoding? textEncoding,
	ulong boolEncoding = 18446744073709551615
)

Parameters

readScanInterval
Type: Demo3D.EventQueueModelTime
The read scan interval for this tag.
writeScanInterval
Type: Demo3D.EventQueueModelTime
The write scan interval from this tag.
access
Type: Demo3D.PLC.CommsAccessRights
The access rights for this tag/memory.
ioControl
Type: Demo3D.PLC.CommsIOControl
The IO control for this tag/memory.
endian
Type: Demo3D.IOEndian
The endianess of the tag data / memory.
textEncoding
Type: Demo3D.IOBinaryTextEncoding
The text formatting of the tag/memory.
boolEncoding (Optional)
Type: SystemUInt64
The bit pattern of a boolean.
See Also