Click or drag to resize

DeviceDefinitionChassisSize Method

Return the chassis size for a rack device. (Return -1 for a module, non-rack device, or where the ChassisSize can't be determined.)

Namespace:  Demo3D.PLC.Rockwell.Emulator
Assembly:  PLC (in PLC.dll) Version: 17.00.05
Syntax
C#
public virtual int ChassisSize(
	IOConnection ioConnection
)

Parameters

ioConnection
Type: Demo3D.PLC.Rockwell.Comms.CIP.NodesIOConnection
The IO connection.

Return Value

Type: Int32
The chassis size for a rack device, or -1 for a module, non-rack device, or where the ChassisSize can't be determined.
See Also