Click or drag to resize

DeviceDefinitionAssemblyConfigUseCfgSize Property

Assembly uses a config format (Forward Open simple data segment) where the first 8 bytes of the config data type are CfgSize and CfgIDNum, but those bytes are not sent over in the Forward Open config simple data segment.

Namespace:  Demo3D.PLC.Rockwell.Emulator
Assembly:  PLC (in PLC.dll) Version: 17.00.05
Syntax
C#
public bool AssemblyConfigUseCfgSize { get; set; }

Property Value

Type: Boolean
Remarks
This is similar to setting ConfigDeviceImageOffset to 8, except that the 8 bytes delivered to the emulated device are synthesized, and the device image in shared memory includes the bytes sent across the wire plus the synthesized CfgSize and CfgIdNum.
See Also