Sim-emu 6.02 Configurator V2.2
Click PLC → Upload from File and select your water_treatment.awl or .s7p. The configurator will parse the blocks (OB1, FB, FC, DB). v2.2 automatically detects mismatches between the hardware catalog and the code’s expected I/O addresses.
Once installed, launch SIM-EMU Configurator v2.2 from the Start menu. You will be greeted with a dashboard showing active instances, resource utilization, and a log stream.
When you first open v2.2, you are greeted by a multi-panel window:
The new Dark Mode toggle in v2.2 (under View > Theme) has been widely appreciated for long configuration sessions. sim-emu 6.02 configurator v2.2
If you plan to run Sim-EMU 6.02 Configurator v2.2 in a 24/7 test environment:
Right-click any I/O point and select Inject Fault. Options include:
This is invaluable for testing fail-safe logic in downstream systems. Click PLC → Upload from File and select
Configure the configurator to accept S7 ISO-on-TCP connections. In your SCADA (e.g., Ignition), set the device to 192.168.1.50:102 with rack/slot = 0/2. You can now develop all screens, alarms, and trends without a physical PLC.
Issue: v2.2 introduces a register renaming bug when using both AXI and Avalon bridges simultaneously on the same physical lane of the 6.02.
Symptom: Write transactions to address 0x8000_1000 appear on 0x8000_2000. Reboot: Required for the virtual adapter to initialize
Workaround (validated): Insert a “phantom” register at the conflicting address with write-ignore attribute. Example:
# Insert into configurator script
phantom_register add 0x8000_1000 -size 32 -access WO_IGNORE
This forces the address decoder to resolve correctly. Sim-Emu has confirmed a fix in v2.2.3 (expected Q3 2026).