ModuleEmulatorStdImageWriterLock Constructor |
Locks the module emulator logic lock and copies data into the module emulator from the module image ready for writing.
Namespace:
Demo3D.PLC.Rockwell.Emulator
Assembly:
PLC (in PLC.dll) Version: 17.00.05
Syntaxpublic StdImageWriterLock(
ModuleEmulator moduleEmulator,
bool start = true
)
Parameters
- moduleEmulator
- Type: Demo3D.PLC.Rockwell.EmulatorModuleEmulator
The module emulator. - start (Optional)
- Type: SystemBoolean
False to delay copying of the module image data into the module emulator.
See Also