AccessParameters(ModelTime, ModelTime, AccessRights, IOControl, Endian, BinaryTextEncoding, UInt64) Constructor |
Construct parameters for accessing a PLC tag or memory address.
Namespace: Demo3D.PLC.CommsAssembly: PLC (in PLC.dll) Version: 19.00.00
Syntaxpublic AccessParameters(
ModelTime readScanInterval,
ModelTime writeScanInterval,
AccessRights access,
IOControl ioControl,
Endian? endian,
BinaryTextEncoding? textEncoding,
ulong boolEncoding = 18446744073709551615
)
Parameters
- readScanInterval ModelTime
- The read scan interval for this tag.
- writeScanInterval ModelTime
- The write scan interval from this tag.
- access AccessRights
- The access rights for this tag/memory.
- ioControl IOControl
- The IO control for this tag/memory.
- endian Endian
- The endianess of the tag data / memory.
- textEncoding BinaryTextEncoding
- The text formatting of the tag/memory.
- boolEncoding UInt64 (Optional)
- The bit pattern of a boolean.
See Also