Click or drag to resize

StdDeviceDefinition Methods

The DeviceDefinitionStdDeviceDefinition type exposes the following members.

Methods
  NameDescription
Public methodAdapterConfiguration
Find the configuration of an adpater device.
(Inherited from DeviceDefinition.)
Public methodChassisSize
Return the chassis size for a rack device. (Return -1 for a module, non-rack device, or where the ChassisSize can't be determined.)
(Inherited from DeviceDefinition.)
Public methodConfigureAssembly
Configure assembly.
(Inherited from DeviceDefinition.)
Public methodConfigureDevice
Optionally configure the IO device.
(Inherited from DeviceDefinition.)
Public methodConfigureModule
Optionally configure the module.
(Inherited from DeviceDefinition.)
Public methodFindModuleDefinition
Find the device definition for a module in a backplane device.
(Inherited from DeviceDefinition.)
Public methodGetDeviceImageOffset
Computes the device image offset. Returns the number of bytes into the device PLC type of the start of the device image.
(Inherited from DeviceDefinition.)
Public methodIncludeModule
Decide whether to include the module in the emulation.
(Inherited from DeviceDefinition.)
Public methodIsSafety(IOEntry)
Determine whether the module is a safety module.
(Inherited from DeviceDefinition.)
Public methodIsSafety(IOEntry, ConnectionInfo, AccessRights)
Determine whether the module is a safety module, and which safety 'direction' (producer/consumer) this connection services.
(Inherited from DeviceDefinition.)
Public methodStartDevice
Optionally start the IO device. Called after all the emulators have been configured and IPC processes started.
(Inherited from DeviceDefinition.)
Top
See Also