Attention
IronPLC can only run very simple programs. The steps described are accurate but many language features are not yet supported.
V6003¶
- Code
V6003
- Message
Failed to install signal handler
The VM could not install a signal handler for clean shutdown (Ctrl+C). This is typically an operating system or platform limitation.
Solutions¶
Check that your operating system supports signal handling
Verify that another process or library has not already claimed the signal handler
Try running the VM with elevated privileges if permitted by your environment
If running inside a container or sandbox, check that signal delivery is allowed