DeviceEmulatorConfigureAsync Method |
Configure the emulator.
Namespace:
Demo3D.PLC.Rockwell.Emulator
Assembly:
PLC (in PLC.dll) Version: 14.0.0.10531
Syntaxpublic abstract Task ConfigureAsync(
bool sync,
IComponentLogger? logger
)
Parameters
- sync
- Type: SystemBoolean
If true, the Task returned must be guaranteed to be complete. - logger
- Type: Demo3D.CommonIComponentLogger
A log message logger.
Return Value
Type:
TaskNothing.
Remarks
Called immediately after the network emulator is configured.
Usually sets up the CIP node tree.
See Also