Click or drag to resize

AssemblyInitializeSafetyDataSegment Method

Set the data segment from configuration.

Namespace:  Demo3D.PLC.Comms.CIP.Nodes
Assembly:  PLC (in PLC.dll) Version: 18.03.00
Syntax
C#
public virtual void InitializeSafetyDataSegment(
	uint sccrc,
	DateAndTime scts,
	 in BufferSegment data
)

Parameters

sccrc
Type: SystemUInt32

[Missing <param name="sccrc"/> documentation for "M:Demo3D.PLC.Comms.CIP.Nodes.Assembly.InitializeSafetyDataSegment(System.UInt32,Demo3D.PLC.Comms.CIP.DateAndTime,Demo3D.IO.BufferSegment@)"]

scts
Type: Demo3D.PLC.Comms.CIPDateAndTime

[Missing <param name="scts"/> documentation for "M:Demo3D.PLC.Comms.CIP.Nodes.Assembly.InitializeSafetyDataSegment(System.UInt32,Demo3D.PLC.Comms.CIP.DateAndTime,Demo3D.IO.BufferSegment@)"]

data
Type: Demo3D.IOBufferSegmentInAttribute

[Missing <param name="data"/> documentation for "M:Demo3D.PLC.Comms.CIP.Nodes.Assembly.InitializeSafetyDataSegment(System.UInt32,Demo3D.PLC.Comms.CIP.DateAndTime,Demo3D.IO.BufferSegment@)"]

See Also