Attention
IronPLC supports IEC 61131-3 Structured Text excluding I/O mapping.
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