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: 18.04.00
Syntaxpublic AccessParameters(
ModelTime readScanInterval,
ModelTime writeScanInterval,
AccessRights access,
IOControl ioControl,
Endian? endian,
BinaryTextEncoding? textEncoding,
ulong boolEncoding = 18446744073709551615
)
Parameters
- readScanInterval
- Type: Demo3D.TimeModelTime
The read scan interval for this tag. - writeScanInterval
- Type: Demo3D.TimeModelTime
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