ModuleEmulatorInstall Method |
Installs a ModuleEmulator for a specified EDSInfo and connection point.
Namespace:
Demo3D.PLC.Rockwell.Emulator
Assembly:
PLC (in PLC.dll) Version: 14.0.0.10531
Syntaxpublic static IDisposable Install(
Type moduleEmulatorType,
EDSInfo edsInfo,
EDSMask edsMask,
ushort consumerConnectionPoint = 0,
ushort producerConnectionPoint = 0
)
Parameters
- moduleEmulatorType
- Type: SystemType
The type of the module emulator. - edsInfo
- Type: Demo3D.PLC.Comms.CPFEDSInfo
The EDSInfo of the module. - edsMask
- Type: Demo3D.PLC.Comms.CPFEDSMask
The EDSInfo mask. - consumerConnectionPoint (Optional)
- Type: SystemUInt16
Consumer connection point (or 0). - producerConnectionPoint (Optional)
- Type: SystemUInt16
Producer connection point (or 0).
Return Value
Type:
IDisposableA reference to the uninstaller.
See Also