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
Syntaxpublic virtual int ChassisSize(
IOConnection ioConnection
)
Parameters
- ioConnection
- Type: Demo3D.PLC.Rockwell.Comms.CIP.NodesIOConnection
The IO connection.
Return Value
Type:
Int32The chassis size for a rack device, or -1 for a module, non-rack device, or where the ChassisSize can't be determined.
See Also