Attention
IronPLC can only run very simple programs. The steps described are accurate but many language features are not yet supported.
E0002¶
- Code
E0002
- Message
IronPLC compiler not found when opening .iplc file
The IPLC Bytecode Viewer could not find the IronPLC compiler when opening an .iplc file.
When you open an .iplc bytecode file, the VS Code extension uses the IronPLC compiler
to disassemble the binary contents. If the compiler has not started within a few seconds of
opening the file, the viewer displays this error.
This is similar to E0001, but occurs specifically in the bytecode viewer rather than during general extension activation.
Solutions:
Verify installation: Open a terminal and run ironplcc --version. If this fails, the compiler is not installed or not in your PATH.
Install the compiler: See the Installation guide.
Configure the path manually: If the compiler is installed in a non-standard location, set the
ironplc.pathsetting to the full path of the executable.Reload the window: If the compiler was recently installed, run “Developer: Reload Window” from the Command Palette to restart the extension.