Attention
IronPLC can only run very simple programs. The steps described are accurate but many language features are not yet supported.
E0001ΒΆ
- Code
E0001
- Message
Unable to locate IronPLC compiler
The IronPLC Visual Studio Code Extension failed to locate the IronPLC Compiler.
The extension cannot find the ironplcc executable. The extension searches these locations in order:
Configuration: The path specified in
ironplc.pathsettingEnvironment variable: The
IRONPLCenvironment variableHomebrew (macOS only):
/opt/homebrew/bin/ironplccWindows AppData:
%LOCALAPPDATA%\Programs\IronPLC Compiler\bin\ironplcc.exe
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.Check permissions: Ensure the compiler executable has execute permissions.